Searched refs:exec_opq (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 3 #define exec_opq glue(glue(exec_, OP), q) macro 32 void exec_opq(long s0, long s1, long iflags) in exec_opq() function 66 void exec_opq(long s0, long s1, long iflags) in exec_opq() function 105 exec_opq(s0, s1, 0); in exec_op() 112 exec_opq(s0, s1, CC_C); in exec_op()
|
H A D | test-i386-shift.h | 3 #define exec_opq glue(glue(exec_, OP), q) macro 31 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() function 82 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() function 144 exec_opq(s2, s0, s1, 0); in exec_op() 157 exec_opq(s2, s0, s1, CC_C); in exec_op()
|