HomeSort by relevance Sort by last modified time
    Searched refs:exec_opw (Results 1 - 4 of 4) sorted by null

  /external/valgrind/VEX/test/
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) 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);
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) 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);
test-i386.h 6 #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);
test-amd64.h 5 #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);

Completed in 68 milliseconds