Searched defs: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
|
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
|
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
|
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
|