Home
last modified time | relevance | path

Searched refs:out (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/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() argument
244 *out = __OSu8tof32(in); in OSu8tof32()
258 static inline void OSu16tof32(register u16* in, volatile register f32* out) in OSu16tof32() argument
260 *out = __OSu16tof32(in); in OSu16tof32()
274 static inline void OSs8tof32(register s8* in, volatile register f32* out) in OSs8tof32() argument
276 *out = __OSs8tof32(in); in OSs8tof32()
[all …]
/RvlSDK-2.1/build/buildtools/
Dmodulerules43 # first, figure out which directory tree we are in, and set PROJ_ROOT
269 $(LD) $(filter-out %.lcf %.dol, $+) $(LDFLAGS) -o $@
349 $(LD) $(filter-out %.lcf,$+) $(REL_LDFLAGS) -lcf $(REL_LCF_FILE) -o $@
353 $(LD) $(filter-out %.lcf,$+) $(REL_LDFLAGS) -lcf $(LCF_FILE) -o $@
355 $(LD) $(filter-out %.lcf,$+) $(REL_LDFLAGS) -o $@
370 $(LD) $(filter-out %.lcf,$+) $(PREREL_LDFLAGS) -lcf $(PREREL_LCF_FILE) -o $@
372 $(LD) $(filter-out %.lcf,$+) $(PREREL_LDFLAGS) -o $@
/RvlSDK-2.1/
Dreadme-RVL_SDK-2_1.txt90 Dual of hio2demo is a demo that carries out communication using separate channels: EXI00 for commun…