HomeSort by relevance Sort by last modified time
    Searched refs:TestSmiNeg (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 668 void TestSmiNeg(MacroAssembler* masm, Label* exit, int id, int x) {
732 TestSmiNeg(masm, &exit, 0x10, 0);
733 TestSmiNeg(masm, &exit, 0x20, 1);
734 TestSmiNeg(masm, &exit, 0x30, -1);
735 TestSmiNeg(masm, &exit, 0x40, 127);
736 TestSmiNeg(masm, &exit, 0x50, 65535);
737 TestSmiNeg(masm, &exit, 0x60, Smi::kMinValue);
738 TestSmiNeg(masm, &exit, 0x70, Smi::kMaxValue);
739 TestSmiNeg(masm, &exit, 0x80, -Smi::kMaxValue);
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 673 void TestSmiNeg(MacroAssembler* masm, Label* exit, int id, int x) {
738 TestSmiNeg(masm, &exit, 0x10, 0);
739 TestSmiNeg(masm, &exit, 0x20, 1);
740 TestSmiNeg(masm, &exit, 0x30, -1);
741 TestSmiNeg(masm, &exit, 0x40, 127);
742 TestSmiNeg(masm, &exit, 0x50, 65535);
743 TestSmiNeg(masm, &exit, 0x60, Smi::kMinValue);
744 TestSmiNeg(masm, &exit, 0x70, Smi::kMaxValue);
745 TestSmiNeg(masm, &exit, 0x80, -Smi::kMaxValue);
    [all...]

Completed in 1181 milliseconds