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

/vbox/src/recompiler/tests/
H A Dtest-i386.h4 #define exec_opl glue(glue(exec_, OP), l) macro
41 void exec_opl(long s0, long s1, long iflags) function
75 void exec_opl(long s0, long s1, long iflags) function
107 exec_opl(s0, s1, 0);
114 exec_opl(s0, s1, CC_C);
H A Dtest-i386-shift.h4 #define exec_opl glue(glue(exec_, OP), l) macro
45 void exec_opl(long s2, long s0, long s1, long iflags) function
96 void exec_opl(long s2, long s0, long s1, long iflags) function
146 exec_opl(s2, s0, s1, 0);
159 exec_opl(s2, s0, s1, CC_C);

Completed in 716 milliseconds