Searched refs:exec_opb (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-i386.h | 7 #define exec_opb glue(glue(exec_, OP), b) macro 56 inline void exec_opb(int s0, int s1, int iflags) in exec_opb() function 99 inline void exec_opb(int s0, int s1, int iflags) in exec_opb() function 133 exec_opb(s0, s1, flags_in); in exec_op() 138 exec_opb(s0, s1, 0); in exec_op() 141 exec_opb(s0, s1, CC_C); in exec_op()
|
D | test-amd64.h | 6 #define exec_opb glue(glue(exec_, OP), b) macro 54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() function 94 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() function 125 exec_opb(s0, s1, flags_in); in exec_op() 131 exec_opb(s0, s1, 0); in exec_op() 135 exec_opb(s0, s1, CC_C); in exec_op()
|
D | test-i386-shift.h | 5 #define exec_opb glue(glue(exec_, OP), b) macro 94 void exec_opb(int s0, int s1, int iflags) in exec_opb() function 133 exec_opb(s0, s1, flags_in); in exec_op() 138 exec_opb(s0, s1, flags_in); in exec_op()
|
D | test-amd64-shift.h | 6 #define exec_opb glue(glue(exec_, OP), b) macro 108 void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() function 149 exec_opb(s0, s1, flags_in); in exec_op() 155 exec_opb(s0, s1, flags_in); in exec_op()
|