Home
last modified time | relevance | path

Searched refs:left_op (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/mips/
Dlithium-mips.cc1486 LOperand* left_op; in DoMul() local
1497 left_op = UseRegisterAtStart(left); in DoMul()
1501 left_op = UseRegister(left); in DoMul()
1503 left_op = UseRegisterAtStart(left); in DoMul()
1509 left_op = UseRegister(left); in DoMul()
1511 left_op = UseRegisterAtStart(left); in DoMul()
1515 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
Dlithium-codegen-mips.cc1575 LOperand* left_op = instr->left(); in DoBitI() local
1577 DCHECK(left_op->IsRegister()); in DoBitI()
1578 Register left = ToRegister(left_op); in DoBitI()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc1487 LOperand* left_op; in DoMul() local
1498 left_op = UseRegisterAtStart(left); in DoMul()
1502 left_op = UseRegister(left); in DoMul()
1504 left_op = UseRegisterAtStart(left); in DoMul()
1510 left_op = UseRegister(left); in DoMul()
1512 left_op = UseRegisterAtStart(left); in DoMul()
1516 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
Dlithium-codegen-mips64.cc1540 LOperand* left_op = instr->left(); in DoBitI() local
1542 DCHECK(left_op->IsRegister()); in DoBitI()
1543 Register left = ToRegister(left_op); in DoBitI()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc1492 LOperand* left_op; in DoMul() local
1503 left_op = UseRegisterAtStart(left); in DoMul()
1507 left_op = UseRegister(left); in DoMul()
1509 left_op = UseRegisterAtStart(left); in DoMul()
1515 left_op = UseRegister(left); in DoMul()
1517 left_op = UseRegisterAtStart(left); in DoMul()
1521 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
Dsimulator-arm.cc2061 int64_t left_op = static_cast<int32_t>(rm_val); in DecodeType01() local
2063 uint64_t result = left_op * right_op; in DecodeType01()
2068 uint64_t left_op = static_cast<uint32_t>(rm_val); in DecodeType01() local
2070 uint64_t result = left_op * right_op; in DecodeType01()
Dlithium-codegen-arm.cc1729 LOperand* left_op = instr->left(); in DoBitI() local
1731 DCHECK(left_op->IsRegister()); in DoBitI()
1732 Register left = ToRegister(left_op); in DoBitI()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc1929 Operand left_op = ToOperand(left); in DoMathMinMax() local
1932 __ cmp(left_op, immediate); in DoMathMinMax()
1934 __ mov(left_op, immediate); in DoMathMinMax()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.cc2197 Operand left_op = ToOperand(left); in DoMathMinMax() local
2200 __ cmp(left_op, immediate); in DoMathMinMax()
2202 __ mov(left_op, immediate); in DoMathMinMax()