/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 81 OpRegReg(kOpCmp, r_key, rl_src.reg); in GenLargeSparseSwitch() 124 OpRegImm(kOpCmp, keyReg, size-1); in GenLargePackedSwitch() 227 OpRegImm(kOpCmp, rs_r1, 0); in GenMonitorEnter() 232 OpRegImm(kOpCmp, rs_r1, 0); in GenMonitorEnter() 296 OpRegReg(kOpCmp, rs_r1, rs_r2); in GenMonitorExit()
|
D | int_arm.cc | 29 OpRegReg(kOpCmp, src1, src2); in OpCmpBranch() 129 OpRegReg(kOpCmp, rl_src1.reg.GetHigh(), rl_src2.reg.GetHigh()); in GenCmpLong() 223 OpRegReg(kOpCmp, left_op, right_op); // Same? in GenSelectConst32() 263 OpRegImm(kOpCmp, rl_src.reg, 0); in GenSelect() 274 OpRegImm(kOpCmp, rl_src.reg, 0); in GenSelect() 287 OpRegImm(kOpCmp, rl_src.reg, 0); in GenSelect() 328 OpRegReg(kOpCmp, rl_src1.reg.GetHigh(), rl_src2.reg.GetHigh()); in GenFusedLongCmpBranch() 359 OpRegReg(kOpCmp, rl_src1.reg.GetLow(), rl_src2.reg.GetLow()); in GenFusedLongCmpBranch() 393 OpRegImm(kOpCmp, reg, check_value); in OpCmpImmBranch() 742 OpRegReg(kOpCmp, rl_src1.reg, rl_src2.reg); in GenInlinedMinMax() [all …]
|
D | utility_arm.cc | 257 case kOpCmp: in OpRegRegShift() 564 case kOpCmp: { in OpRegRegImm() 575 OpRegReg(kOpCmp, r_src1, r_tmp); in OpRegRegImm() 622 case kOpCmp: in OpRegImm()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 109 OpRegImm(kOpCmp, keyReg, size - 1); in GenLargePackedSwitch() 274 OpRegThreadMem(kOpCmp, rs_rX86_SP, Thread::StackEndOffset<8>()); in GenEntrySequence() 276 OpRegThreadMem(kOpCmp, rs_rX86_SP, Thread::StackEndOffset<4>()); in GenEntrySequence()
|
D | int_x86.cc | 41 OpRegReg(kOpCmp, rl_src1.reg, rl_src2.reg); in GenCmpLong() 229 OpRegReg(kOpCmp, left_op, right_op); in GenSelectConst32() 249 OpRegReg(kOpCmp, left_op, right_op); in GenSelectConst32() 327 OpRegImm(kOpCmp, rl_src.reg, 0); in GenSelect() 369 OpRegImm(kOpCmp, rl_src.reg, 0); in GenSelect() 405 OpRegReg(kOpCmp, rl_src1.reg, rl_src2.reg); in GenFusedLongCmpBranch() 460 OpRegImm(kOpCmp, rl_src1.reg, val_lo); in GenFusedLongCmpImmBranch() 464 OpRegReg(kOpCmp, rl_src1.reg, tmp); in GenFusedLongCmpImmBranch() 508 OpRegImm(kOpCmp, low_reg, val_lo); in GenFusedLongCmpImmBranch() 619 OpRegImm(kOpCmp, rl_result.reg, 0x80000000); in GenDivRemLit() [all …]
|
D | utility_x86.cc | 144 case kOpCmp: opcode = byte_imm ? kX86Cmp64RI8 : kX86Cmp64RI; break; in OpRegImm() 160 case kOpCmp: opcode = byte_imm ? kX86Cmp32RI8 : kX86Cmp32RI; break; in OpRegImm() 221 case kOpCmp: opcode = is64Bit ? kX86Cmp64RR : kX86Cmp32RR; break; in OpRegReg() 371 case kOpCmp: opcode = is64Bit ? kX86Cmp64RM : kX86Cmp32RM; break; in OpRegMem() 400 case kOpCmp: opcode = is64Bit ? kX86Cmp64MR : kX86Cmp32MR; break; in OpMemReg() 428 case kOpCmp: opcode = is64Bit ? kX86Cmp64RM : kX86Cmp32RM; break; in OpRegMem()
|
D | target_x86.cc | 1370 OpRegReg(kOpCmp, rs_rDI, rs_tmp); in GenInlinedIndexOf() 2861 OpRegMem(kOpCmp, rl_idx.reg, rl_obj.reg, count_offset); in GenInlinedCharAt()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 30 OpRegReg(kOpCmp, src1, src2); in OpCmpBranch() 56 OpRegReg(kOpCmp, rl_src1.reg, rl_src2.reg); in GenCmpLong() 179 OpRegReg(kOpCmp, left_op, right_op); in GenSelectConst32() 187 OpRegImm(kOpCmp, rl_src.reg, 0); in GenSelect() 242 OpRegImm64(kOpCmp, rl_src1.reg, val); in GenFusedLongCmpBranch() 250 OpRegReg(kOpCmp, rl_src1.reg, rl_src2.reg); in GenFusedLongCmpBranch() 279 OpRegImm(kOpCmp, reg, check_value); in OpCmpImmBranch() 666 OpRegReg(kOpCmp, rl_src1.reg, rl_src2.reg); in GenInlinedMinMax() 769 OpRegReg(kOpCmp, r_tmp, rl_expected.reg); in GenInlinedCas()
|
D | call_arm64.cc | 81 OpRegReg(kOpCmp, r_key, rl_src.reg); in GenLargeSparseSwitch() 128 OpRegImm(kOpCmp, key_reg, size - 1); in GenLargePackedSwitch()
|
D | utility_arm64.cc | 575 case kOpCmp: in OpRegRegShift() 643 case kOpCmp: in OpRegRegExtend() 989 case kOpCmp: in OpRegImm64()
|
/art/compiler/dex/ |
D | compiler_enums.h | 281 kOpCmp, enumerator
|
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 153 if (op == kOpCmp) in OpRegImm()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 1063 OpRegReg(kOpCmp, check_class, object_class); // Same? in GenInstanceofFinal() 1173 OpRegReg(kOpCmp, ref_class_reg, class_reg); // Same? in GenInstanceofCallingHelper()
|
D | gen_invoke.cc | 1267 OpRegReg(kOpCmp, rl_idx.reg, reg_max); in GenInlinedCharAt()
|