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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1785 void TestSmiXor(MacroAssembler* masm, Label* exit, int id, int x, int y) { function
1838 TestSmiXor(masm, &exit, 0x10, 0, 0);
1839 TestSmiXor(masm, &exit, 0x20, 0, 1);
1840 TestSmiXor(masm, &exit, 0x30, 1, 0);
1841 TestSmiXor(masm, &exit, 0x40, 0, -1);
1842 TestSmiXor(masm, &exit, 0x50, -1, 0);
1843 TestSmiXor(masm, &exit, 0x60, -1, -1);
1844 TestSmiXor(masm, &exit, 0x70, 1, 1);
1845 TestSmiXor(masm, &exit, 0x80, Smi::kMinValue, Smi::kMaxValue);
1846 TestSmiXor(mas
[all...]

Completed in 507 milliseconds