HomeSort by relevance Sort by last modified time
    Searched refs:test_imull2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/test/
test-amd64.c 386 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);
    [all...]
test-i386.c 374 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);
    [all...]

Completed in 65 milliseconds