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

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

Completed in 80 milliseconds