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

/vbox/src/recompiler/tests/
H A Dtest-i386.c564 void test_imulq2(long op0, long op1) function
701 test_imulq2(0x1234001d1234001d, 45);
702 test_imulq2(23, -45);
703 test_imulq2(0x8000000000000000, 0x8000000000000000);
704 test_imulq2(0x100000000, 0x100000000);

Completed in 49 milliseconds