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

  /external/valgrind/VEX/test/
test-i386-shift.h 3 #define exec_opl glue(glue(exec_, OP), l) macro
29 void exec_opl(int s2, int s0, int s1, int iflags) function
65 void exec_opl(int s2, int s0, int s1, int iflags) function
125 exec_opl(s2, s0, s1, flags_in);
136 exec_opl(s2, s0, s1, flags_in);
test-i386.h 5 #define exec_opl glue(glue(exec_, OP), l) macro
28 inline void exec_opl(int s0, int s1, int iflags) function
71 inline void exec_opl(int s0, int s1, int iflags) function
131 exec_opl(s0, s1, flags_in);
136 exec_opl(s0, s1, 0);
139 exec_opl(s0, s1, CC_C);
test-amd64-shift.h 4 #define exec_opl glue(glue(exec_, OP), l) macro
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) function
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) function
141 exec_opl(s2, s0, s1, flags_in);
153 exec_opl(s2, s0, s1, flags_in);
test-amd64.h 4 #define exec_opl glue(glue(exec_, OP), l) macro
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) function
74 inline void exec_opl(int64 s0, int64 s1, int64 iflags) function
123 exec_opl(s0, s1, flags_in);
129 exec_opl(s0, s1, 0);
133 exec_opl(s0, s1, CC_C);

Completed in 1306 milliseconds