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

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