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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1557 void TestSelectNonSmi(MacroAssembler* masm, Label* exit, int id, int x, int y) { function
1604 TestSelectNonSmi(masm, &exit, 0x10, 0, 0);
1605 TestSelectNonSmi(masm, &exit, 0x20, 0, 1);
1606 TestSelectNonSmi(masm, &exit, 0x30, 1, 0);
1607 TestSelectNonSmi(masm, &exit, 0x40, 0, -1);
1608 TestSelectNonSmi(masm, &exit, 0x50, -1, 0);
1609 TestSelectNonSmi(masm, &exit, 0x60, -1, -1);
1610 TestSelectNonSmi(masm, &exit, 0x70, 1, 1);
1611 TestSelectNonSmi(masm, &exit, 0x80, Smi::kMinValue, Smi::kMaxValue);
1612 TestSelectNonSmi(mas
[all...]

Completed in 588 milliseconds