Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/os/
DOSFastCast.h225 #define OSu8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 2 " : "=f" (*(out)) : "b" (in) ) argument
226 #define OSu16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 3 " : "=f" (*(out)) : "b" (in) ) argument
227 #define OSs8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 4 " : "=f" (*(out)) : "b" (in) ) argument
228 #define OSs16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 5 " : "=f" (*(out)) : "b" (in) ) argument
242 static inline void OSu8tof32(register u8* in, volatile register f32* out) in OSu8tof32()
258 static inline void OSu16tof32(register u16* in, volatile register f32* out) in OSu16tof32()
274 static inline void OSs8tof32(register s8* in, volatile register f32* out) in OSs8tof32()
290 static inline void OSs16tof32(register s16* in, volatile register f32* out) in OSs16tof32()
307 #define OSf32tou8(in,out) asm volatile ("psq_st %1, 0(%0), 1, 2 " : : "b" (out) , "f" (*(in)) :… argument
308 #define OSf32tou16(in,out) asm volatile ("psq_st %1, 0(%0), 1, 3 " : : "b" (out) , "f" (*(in)) :… argument
[all …]
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8.c409 u8 out=0; in main() local
DkbdUTF8Sync.c408 u8 out=0; in main() local
/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c405 u8 out=0; in main() local