Home
last modified time | relevance | path

Searched defs:OSu8tof32 (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2/include/revolution/os/
DOSFastCast.h225 #define OSu8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 2 " : "=f" (*(out)) : "b" (in) ) macro
242 static inline void OSu8tof32(register u8* in, volatile register f32* out) in OSu8tof32() function