Searched refs:exec_op (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-amd64.h | 2 #define exec_op glue(exec_, OP) macro 105 void exec_op(int64 s0, int64 s1) in exec_op() function 163 exec_op(0xabcd12345678, 0x4321812FADA); in glue() 164 exec_op(0x12345678, 0x812FADA); in glue() 165 exec_op(0xabcd00012341, 0xabcd00012341); in glue() 166 exec_op(0x12341, 0x12341); in glue() 167 exec_op(0x12341, -0x12341); in glue() 168 exec_op(0xffffffff, 0); in glue() 169 exec_op(0xffffffff, -1); in glue() 170 exec_op(0xffffffff, 1); in glue() [all …]
|
D | test-i386.h | 4 #define exec_op glue(exec_, OP) macro 114 void exec_op(int s0, int s1) in exec_op() function 169 exec_op(0x12345678, 0x812FADA); in glue() 170 exec_op(0x12341, 0x12341); in glue() 171 exec_op(0x12341, -0x12341); in glue() 172 exec_op(0xffffffff, 0); in glue() 173 exec_op(0xffffffff, -1); in glue() 174 exec_op(0xffffffff, 1); in glue() 175 exec_op(0xffffffff, 2); in glue() 176 exec_op(0x7fffffff, 0); in glue() [all …]
|
D | test-i386-shift.h | 2 #define exec_op glue(exec_, OP) macro 108 void exec_op(int s2, int s0, int s1) in exec_op() function 149 exec_op(0x21ad3d34, 0x12345678, i); in glue() 151 exec_op(0x813f3421, 0x82345678, i); in glue()
|
D | test-amd64-shift.h | 2 #define exec_op glue(exec_, OP) macro 122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op() function 166 exec_op(0x3141592721ad3d34, 0x2718284612345678, i); in glue() 168 exec_op(0x31415927813f3421, 0x2718284682345678, i); in glue()
|