Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/os/
DOSFastCast.h227 #define OSs8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 4 " : "=f" (*(out)) : "b" (in) ) macro
274 static inline void OSs8tof32(register s8* in, volatile register f32* out) in OSs8tof32() function