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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc388 void TestI64PlusConstantToSmi(MacroAssembler* masm, function
430 TestI64PlusConstantToSmi(masm, &exit, 0x10, 0, 0);
431 TestI64PlusConstantToSmi(masm, &exit, 0x20, 0, 1);
432 TestI64PlusConstantToSmi(masm, &exit, 0x30, 1, 0);
433 TestI64PlusConstantToSmi(masm, &exit, 0x40, Smi::kMaxValue - 5, 5);
434 TestI64PlusConstantToSmi(masm, &exit, 0x50, Smi::kMinValue + 5, 5);
435 TestI64PlusConstantToSmi(masm, &exit, 0x60, twice_max, -Smi::kMaxValue);
436 TestI64PlusConstantToSmi(masm, &exit, 0x70, -twice_max, Smi::kMaxValue);
437 TestI64PlusConstantToSmi(masm, &exit, 0x80, 0, Smi::kMinValue);
438 TestI64PlusConstantToSmi(mas
[all...]

Completed in 64 milliseconds