Searched refs:kOpMul (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 175 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()
|
D | int_x86.cc | 756 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/ |
D | compiler_enums.h | 413 kOpMul, enumerator
|
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 317 case kOpMul: in OpRegRegReg() 436 case kOpMul: in OpRegRegImm() 483 case kOpMul: in OpRegReg()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 330 case kOpMul: in OpRegRegShift() 466 case kOpMul: in OpRegRegRegShift() 614 case kOpMul: in OpRegRegImm()
|
D | int_arm.cc | 757 OpRegReg(kOpMul, temp, reg2); in GenDivRem()
|
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 718 case kOpMul: in OpRegRegRegShift() 875 case kOpMul: in OpRegRegImm64()
|
D | int_arm64.cc | 1150 GenLongOp(kOpMul, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 1544 op = kOpMul; in GenArithOpInt() 1841 op = kOpMul; in GenArithOpIntLit()
|