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

/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1777 void TestSmiNot(MacroAssembler* masm, Label* exit, int id, int x) { function
1819 TestSmiNot(masm, &exit, 0x10, 0);
1820 TestSmiNot(masm, &exit, 0x20, 1);
1821 TestSmiNot(masm, &exit, 0x30, -1);
1822 TestSmiNot(masm, &exit, 0x40, 127);
1823 TestSmiNot(masm, &exit, 0x50, 65535);
1824 TestSmiNot(masm, &exit, 0x60, Smi::kMinValue);
1825 TestSmiNot(masm, &exit, 0x70, Smi::kMaxValue);
1826 TestSmiNot(masm, &exit, 0x80, 0x05555555);

Completed in 1523 milliseconds