Searched defs:exec_op (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-i386.h | 4 #define exec_op glue(exec_, OP) macro 114 void exec_op(int s0, int s1) in exec_op() function
|
D | test-i386-shift.h | 2 #define exec_op glue(exec_, OP) macro 108 void exec_op(int s2, int s0, int s1) in exec_op() function
|
D | test-amd64-shift.h | 2 #define exec_op glue(exec_, OP) macro 122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op() function
|
D | test-amd64.h | 2 #define exec_op glue(exec_, OP) macro 105 void exec_op(int64 s0, int64 s1) in exec_op() function
|