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