Searched refs:exec_op (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/amd64/ |
D | fb_test_amd64.h | 2 #define exec_op glue(exec_, OP) macro 106 void exec_op(int64 s0, int64 s1) in exec_op() function 166 exec_op(0xabcd12345678, 0x4321812FADA); in glue() 167 exec_op(0x12345678, 0x812FADA); in glue() 168 exec_op(0xabcd00012341, 0xabcd00012341); in glue() 169 exec_op(0x12341, 0x12341); in glue() 170 exec_op(0x12341, -0x12341); in glue() 171 exec_op(0xffffffff, 0); in glue() 172 exec_op(0xffffffff, -1); in glue() 173 exec_op(0xffffffff, 1); in glue() [all …]
|
D | fb_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()
|