Searched refs:exec_opw (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-i386-shift.h | 4 #define exec_opw glue(glue(exec_, OP), w) macro 42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() function 78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() function 128 exec_opw(s2, s0, s1, flags_in); in exec_op() 130 exec_opw(s2, s0, s1, flags_in); in exec_op() 137 exec_opw(s2, s0, s1, flags_in); in exec_op()
|
D | test-i386.h | 6 #define exec_opw glue(glue(exec_, OP), w) macro 42 inline void exec_opw(int s0, int s1, int iflags) in exec_opw() function 85 inline void exec_opw(int s0, int s1, int iflags) in exec_opw() function 132 exec_opw(s0, s1, flags_in); in exec_op() 137 exec_opw(s0, s1, 0); in exec_op() 140 exec_opw(s0, s1, CC_C); in exec_op()
|
D | test-amd64-shift.h | 5 #define exec_opw glue(glue(exec_, OP), w) macro 56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw() function 92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw() function 144 exec_opw(s2, s0, s1, flags_in); in exec_op() 146 exec_opw(s2, s0, s1, flags_in); in exec_op() 154 exec_opw(s2, s0, s1, flags_in); in exec_op()
|
D | test-amd64.h | 5 #define exec_opw glue(glue(exec_, OP), w) macro 45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw() function 84 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw() function 124 exec_opw(s0, s1, flags_in); in exec_op() 130 exec_opw(s0, s1, 0); in exec_op() 134 exec_opw(s0, s1, CC_C); in exec_op()
|