Searched refs:test_imulw2 (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/VEX/test/ |
H A D | test-amd64.c | 368 void test_imulw2(int64 op0, int64 op1) function 485 test_imulw2(0x1234001d, 45); 486 test_imulw2(23, -45); 487 test_imulw2(0x8000, 0x8000); 488 test_imulw2(0x100, 0x100);
|
H A D | test-i386.c | 356 void test_imulw2(int op0, int op1) function 456 test_imulw2(0x1234001d, 45); 457 test_imulw2(23, -45); 458 test_imulw2(0x8000, 0x8000); 459 test_imulw2(0x100, 0x100);
|
Completed in 33 milliseconds