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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1705 void TestSmiOr(MacroAssembler* masm, Label* exit, int id, int x, int y) { function
1758 TestSmiOr(masm, &exit, 0x10, 0, 0);
1759 TestSmiOr(masm, &exit, 0x20, 0, 1);
1760 TestSmiOr(masm, &exit, 0x30, 1, 0);
1761 TestSmiOr(masm, &exit, 0x40, 0, -1);
1762 TestSmiOr(masm, &exit, 0x50, -1, 0);
1763 TestSmiOr(masm, &exit, 0x60, -1, -1);
1764 TestSmiOr(masm, &exit, 0x70, 1, 1);
1765 TestSmiOr(masm, &exit, 0x80, Smi::kMinValue, Smi::kMaxValue);
1766 TestSmiOr(mas
[all...]

Completed in 70 milliseconds