Searched defs:test_imull2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c545 void test_imull2(long op0, long op1) function
647 test_imull2(0x1234001d, 45);
648 test_imull2(23, -45);
649 test_imull2(0x80000000, 0x80000000);
650 test_imull2(0x10000, 0x10000);

Completed in 1931 milliseconds