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

/external/valgrind/VEX/test/
H A Dtest-amd64.c386 void test_imull2(int64 op0, int64 op1) function
490 test_imull2(0x1234001d, 45);
491 test_imull2(23, -45);
492 test_imull2(0x80000000, 0x80000000);
493 test_imull2(0x10000, 0x10000);
H A Dtest-i386.c374 void test_imull2(int op0, int op1) function
461 test_imull2(0x1234001d, 45);
462 test_imull2(23, -45);
463 test_imull2(0x80000000, 0x80000000);
464 test_imull2(0x10000, 0x10000);

Completed in 61 milliseconds