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

/vbox/src/recompiler/tests/
H A Dtest-i386.h3 #define exec_opq glue(glue(exec_, OP), q) macro
32 void exec_opq(long s0, long s1, long iflags) function
66 void exec_opq(long s0, long s1, long iflags) function
105 exec_opq(s0, s1, 0);
112 exec_opq(s0, s1, CC_C);
H A Dtest-i386-shift.h3 #define exec_opq glue(glue(exec_, OP), q) macro
31 void exec_opq(long s2, long s0, long s1, long iflags) function
82 void exec_opq(long s2, long s0, long s1, long iflags) function
144 exec_opq(s2, s0, s1, 0);
157 exec_opq(s2, s0, s1, CC_C);

Completed in 107 milliseconds