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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1262 void TestSmiDiv(MacroAssembler* masm, Label* exit, int id, int x, int y) { function
1339 TestSmiDiv(masm, &exit, 0x10, 1, 1);
1340 TestSmiDiv(masm, &exit, 0x20, 1, 0);
1341 TestSmiDiv(masm, &exit, 0x30, -1, 0);
1342 TestSmiDiv(masm, &exit, 0x40, 0, 1);
1343 TestSmiDiv(masm, &exit, 0x50, 0, -1);
1344 TestSmiDiv(masm, &exit, 0x60, 4, 2);
1345 TestSmiDiv(masm, &exit, 0x70, -4, 2);
1346 TestSmiDiv(masm, &exit, 0x80, 4, -2);
1347 TestSmiDiv(mas
[all...]

Completed in 473 milliseconds