Searched defs:out (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.3/include/revolution/os/ |
| D | OSFastCast.h | 225 #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/ |
| D | kbdUTF8.c | 409 u8 out=0; in main() local
|
| D | kbdUTF8Sync.c | 408 u8 out=0; in main() local
|
| /RvlSDK-3.3/build/demos/kprdemo/src/ |
| D | kprdemo.c | 405 u8 out=0; in main() local
|