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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1865 void TestSmiNot(MacroAssembler* masm, Label* exit, int id, int x) { function
1902 TestSmiNot(masm, &exit, 0x10, 0);
1903 TestSmiNot(masm, &exit, 0x20, 1);
1904 TestSmiNot(masm, &exit, 0x30, -1);
1905 TestSmiNot(masm, &exit, 0x40, 127);
1906 TestSmiNot(masm, &exit, 0x50, 65535);
1907 TestSmiNot(masm, &exit, 0x60, Smi::kMinValue);
1908 TestSmiNot(masm, &exit, 0x70, Smi::kMaxValue);
1909 TestSmiNot(masm, &exit, 0x80, 0x05555555);

Completed in 253 milliseconds