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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc194 void TestSmiCompare(MacroAssembler* masm, Label* exit, int id, int x, int y) { function
254 TestSmiCompare(masm, &exit, 0x10, 0, 0);
255 TestSmiCompare(masm, &exit, 0x20, 0, 1);
256 TestSmiCompare(masm, &exit, 0x30, 1, 0);
257 TestSmiCompare(masm, &exit, 0x40, 1, 1);
258 TestSmiCompare(masm, &exit, 0x50, 0, -1);
259 TestSmiCompare(masm, &exit, 0x60, -1, 0);
260 TestSmiCompare(masm, &exit, 0x70, -1, -1);
261 TestSmiCompare(masm, &exit, 0x80, 0, Smi::kMinValue);
262 TestSmiCompare(mas
[all...]

Completed in 70 milliseconds