Searched refs:exec_opw (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 5 #define exec_opw glue(glue(exec_, OP), w) macro 49 void exec_opw(long s0, long s1, long iflags) in exec_opw() function 83 void exec_opw(long s0, long s1, long iflags) in exec_opw() function 108 exec_opw(s0, s1, 0); in exec_op() 115 exec_opw(s0, s1, CC_C); in exec_op()
|
H A D | test-i386-shift.h | 5 #define exec_opw glue(glue(exec_, OP), w) macro 58 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() function 109 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() function 148 exec_opw(s2, s0, s1, 0); in exec_op() 150 exec_opw(s2, s0, s1, 0); in exec_op() 160 exec_opw(s2, s0, s1, CC_C); in exec_op()
|