Searched defs:exec_opb (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/test/
H A Dtest-amd64-shift.h6 #define exec_opb glue(glue(exec_, OP), b) macro
108 void exec_opb(int64 s0, int64 s1, int64 iflags) function
149 exec_opb(s0, s1, flags_in);
155 exec_opb(s0, s1, flags_in);
H A Dtest-amd64.h6 #define exec_opb glue(glue(exec_, OP), b) macro
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) function
94 inline void exec_opb(int64 s0, int64 s1, int64 iflags) function
125 exec_opb(s0, s1, flags_in);
131 exec_opb(s0, s1, 0);
135 exec_opb(s0, s1, CC_C);
H A Dtest-i386-shift.h5 #define exec_opb glue(glue(exec_, OP), b) macro
94 void exec_opb(int s0, int s1, int iflags) function
133 exec_opb(s0, s1, flags_in);
138 exec_opb(s0, s1, flags_in);
H A Dtest-i386.h7 #define exec_opb glue(glue(exec_, OP), b) macro
56 inline void exec_opb(int s0, int s1, int iflags) function
99 inline void exec_opb(int s0, int s1, int iflags) function
133 exec_opb(s0, s1, flags_in);
138 exec_opb(s0, s1, 0);
141 exec_opb(s0, s1, CC_C);

Completed in 37 milliseconds