Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dutility_x86.cc175 case kOpMul: in OpRegImm()
248 case kOpMul: opcode = is64Bit ? kX86Bkpt : kX86Imul32RR; break; in OpRegReg()
385 case kOpMul: in OpRegMem()
439 case kOpMul: opcode = is64Bit ? kX86Bkpt : kX86Imul32RM; break; in OpRegMem()
495 case kOpMul: in OpRegRegReg()
505 if (op == kOpMul && !cu_->target64) { in OpRegRegImm()
Dint_x86.cc756 OpRegRegImm(kOpMul, rs_r2, rs_r2, imm); in GenDivRemLit()
1632 OpRegRegImm(kOpMul, dest, src, val); in GenImulRegImm()
3111 op = kOpMul; in GenArithOpInt()
3225 if (is_two_addr && op != kOpMul) { in GenArithOpInt()
/art/compiler/dex/
Dcompiler_enums.h413 kOpMul, enumerator
/art/compiler/dex/quick/mips/
Dutility_mips.cc317 case kOpMul: in OpRegRegReg()
436 case kOpMul: in OpRegRegImm()
483 case kOpMul: in OpRegReg()
/art/compiler/dex/quick/arm/
Dutility_arm.cc330 case kOpMul: in OpRegRegShift()
466 case kOpMul: in OpRegRegRegShift()
614 case kOpMul: in OpRegRegImm()
Dint_arm.cc757 OpRegReg(kOpMul, temp, reg2); in GenDivRem()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc718 case kOpMul: in OpRegRegRegShift()
875 case kOpMul: in OpRegRegImm64()
Dint_arm64.cc1150 GenLongOp(kOpMul, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
/art/compiler/dex/quick/
Dgen_common.cc1544 op = kOpMul; in GenArithOpInt()
1841 op = kOpMul; in GenArithOpIntLit()