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

  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 1045 void TestSmiMul(MacroAssembler* masm, Label* exit, int id, int x, int y) {
1104 TestSmiMul(masm, &exit, 0x10, 0, 0);
1105 TestSmiMul(masm, &exit, 0x20, -1, 0);
1106 TestSmiMul(masm, &exit, 0x30, 0, -1);
1107 TestSmiMul(masm, &exit, 0x40, -1, -1);
1108 TestSmiMul(masm, &exit, 0x50, 0x10000, 0x10000);
1109 TestSmiMul(masm, &exit, 0x60, 0x10000, 0xffff);
1110 TestSmiMul(masm, &exit, 0x70, 0x10000, 0xffff);
1111 TestSmiMul(masm, &exit, 0x80, Smi::kMaxValue, -1);
1112 TestSmiMul(masm, &exit, 0x90, Smi::kMaxValue, -2)
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 1052 void TestSmiMul(MacroAssembler* masm, Label* exit, int id, int x, int y) {
1112 TestSmiMul(masm, &exit, 0x10, 0, 0);
1113 TestSmiMul(masm, &exit, 0x20, -1, 0);
1114 TestSmiMul(masm, &exit, 0x30, 0, -1);
1115 TestSmiMul(masm, &exit, 0x40, -1, -1);
1116 TestSmiMul(masm, &exit, 0x50, 0x10000, 0x10000);
1117 TestSmiMul(masm, &exit, 0x60, 0x10000, 0xffff);
1118 TestSmiMul(masm, &exit, 0x70, 0x10000, 0xffff);
1119 TestSmiMul(masm, &exit, 0x80, Smi::kMaxValue, -1);
1120 TestSmiMul(masm, &exit, 0x90, Smi::kMaxValue, -2)
    [all...]

Completed in 104 milliseconds