Searched defs:i2l (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c88 static inline long i2l(long v) function
93 static inline long i2l(long v) function
230 eax = i2l(0x0001);
231 ebx = i2l(0x0002);
232 ecx = i2l(0x0004);
233 edx = i2l(0x0008);
234 esi = i2l(0x0010);
235 edi = i2l(0x0020);
385 long val = i2l(1);\
386 long res = i2l(
[all...]

Completed in 50 milliseconds