Searched refs:exec_opl (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 4 #define exec_opl glue(glue(exec_, OP), l) macro 41 void exec_opl(long s0, long s1, long iflags) in exec_opl() function 75 void exec_opl(long s0, long s1, long iflags) in exec_opl() function 107 exec_opl(s0, s1, 0); in exec_op() 114 exec_opl(s0, s1, CC_C); in exec_op()
|
H A D | test-i386-shift.h | 4 #define exec_opl glue(glue(exec_, OP), l) macro 45 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() function 96 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() function 146 exec_opl(s2, s0, s1, 0); in exec_op() 159 exec_opl(s2, s0, s1, CC_C); in exec_op()
|