Searched refs:left_op (Results 1 – 9 of 9) sorted by relevance
1486 LOperand* left_op; in DoMul() local1497 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()
1575 LOperand* left_op = instr->left(); in DoBitI() local1577 DCHECK(left_op->IsRegister()); in DoBitI()1578 Register left = ToRegister(left_op); in DoBitI()
1487 LOperand* left_op; in DoMul() local1498 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()
1540 LOperand* left_op = instr->left(); in DoBitI() local1542 DCHECK(left_op->IsRegister()); in DoBitI()1543 Register left = ToRegister(left_op); in DoBitI()
1492 LOperand* left_op; in DoMul() local1503 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()
2061 int64_t left_op = static_cast<int32_t>(rm_val); in DecodeType01() local2063 uint64_t result = left_op * right_op; in DecodeType01()2068 uint64_t left_op = static_cast<uint32_t>(rm_val); in DecodeType01() local2070 uint64_t result = left_op * right_op; in DecodeType01()
1729 LOperand* left_op = instr->left(); in DoBitI() local1731 DCHECK(left_op->IsRegister()); in DoBitI()1732 Register left = ToRegister(left_op); in DoBitI()
1929 Operand left_op = ToOperand(left); in DoMathMinMax() local1932 __ cmp(left_op, immediate); in DoMathMinMax()1934 __ mov(left_op, immediate); in DoMathMinMax()
2197 Operand left_op = ToOperand(left); in DoMathMinMax() local2200 __ cmp(left_op, immediate); in DoMathMinMax()2202 __ mov(left_op, immediate); in DoMathMinMax()