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