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

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

Completed in 440 milliseconds