Home
last modified time | relevance | path

Searched refs:test_imulw2 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/test/
Dtest-i386.c356 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()
Dtest-amd64.c368 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()