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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1924 void TestSmiShiftLeft(MacroAssembler* masm, Label* exit, int id, int x) { function
1995 TestSmiShiftLeft(masm, &exit, 0x10, 0);
1996 TestSmiShiftLeft(masm, &exit, 0x50, 1);
1997 TestSmiShiftLeft(masm, &exit, 0x90, 127);
1998 TestSmiShiftLeft(masm, &exit, 0xD0, 65535);
1999 TestSmiShiftLeft(masm, &exit, 0x110, Smi::kMaxValue);
2000 TestSmiShiftLeft(masm, &exit, 0x150, Smi::kMinValue);
2001 TestSmiShiftLeft(masm, &exit, 0x190, -1);

Completed in 81 milliseconds