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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1376 void TestSmiMod(MacroAssembler* masm, Label* exit, int id, int x, int y) { function
1446 TestSmiMod(masm, &exit, 0x10, 1, 1);
1447 TestSmiMod(masm, &exit, 0x20, 1, 0);
1448 TestSmiMod(masm, &exit, 0x30, -1, 0);
1449 TestSmiMod(masm, &exit, 0x40, 0, 1);
1450 TestSmiMod(masm, &exit, 0x50, 0, -1);
1451 TestSmiMod(masm, &exit, 0x60, 4, 2);
1452 TestSmiMod(masm, &exit, 0x70, -4, 2);
1453 TestSmiMod(masm, &exit, 0x80, 4, -2);
1454 TestSmiMod(mas
[all...]

Completed in 59 milliseconds