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

/external/valgrind/main/VEX/test/
H A Dtest-amd64-shift.h5 #define exec_opw glue(glue(exec_, OP), w) macro
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) function
92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) function
144 exec_opw(s2, s0, s1, flags_in);
146 exec_opw(s2, s0, s1, flags_in);
154 exec_opw(s2, s0, s1, flags_in);
H A Dtest-amd64.h5 #define exec_opw glue(glue(exec_, OP), w) macro
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) function
84 inline void exec_opw(int64 s0, int64 s1, int64 iflags) function
124 exec_opw(s0, s1, flags_in);
130 exec_opw(s0, s1, 0);
134 exec_opw(s0, s1, CC_C);
H A Dtest-i386-shift.h4 #define exec_opw glue(glue(exec_, OP), w) macro
42 void exec_opw(int s2, int s0, int s1, int iflags) function
78 void exec_opw(int s2, int s0, int s1, int iflags) function
128 exec_opw(s2, s0, s1, flags_in);
130 exec_opw(s2, s0, s1, flags_in);
137 exec_opw(s2, s0, s1, flags_in);
H A Dtest-i386.h6 #define exec_opw glue(glue(exec_, OP), w) macro
42 inline void exec_opw(int s0, int s1, int iflags) function
85 inline void exec_opw(int s0, int s1, int iflags) function
132 exec_opw(s0, s1, flags_in);
137 exec_opw(s0, s1, 0);
140 exec_opw(s0, s1, CC_C);

Completed in 75 milliseconds