/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 118 LIR* exit_branch = OpCmpBranch(kCondEq, r_base, r_end, nullptr); in GenLargeSparseSwitch() 121 OpCmpBranch(kCondNe, rl_src.reg, r_key, loop_label); in GenLargeSparseSwitch() 340 LIR* branch = OpCmpBranch(kCondUlt, new_sp, check_reg, nullptr); in GenEntrySequence()
|
D | int_mips.cc | 83 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::MipsMir2Lir 155 branch = OpCmpBranch(cond, reg, t_reg, target); in OpCmpImmBranch() 172 branch = OpCmpBranch(cond, reg, t_reg, target); in OpCmpImmBranch() 287 LIR* ne_branchover = OpCmpBranch(code, left_op, right_op, nullptr); in GenSelectConst32()
|
D | codegen_mips.h | 196 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target);
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1138 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_rAX, rs_rCX, nullptr); in GenInlinedArrayCopyCharArray() 1153 src_bad_off = OpCmpBranch(kCondLt, rs_rAX, tmp_reg, nullptr); in GenInlinedArrayCopyCharArray() 1156 src_bad_len = OpCmpBranch(kCondLt, tmp_reg, rs_rDX, nullptr); in GenInlinedArrayCopyCharArray() 1160 src_bad_len = OpCmpBranch(kCondLt, rs_rAX, rs_rDX, nullptr); in GenInlinedArrayCopyCharArray() 1166 src_bad_len = OpCmpBranch(kCondLt, tmp_reg, rs_rDX, nullptr); in GenInlinedArrayCopyCharArray() 1178 dst_bad_off = OpCmpBranch(kCondLt, rs_rAX, tmp_reg, nullptr); in GenInlinedArrayCopyCharArray() 1181 dst_bad_len = OpCmpBranch(kCondLt, tmp_reg, rs_rDX, nullptr); in GenInlinedArrayCopyCharArray() 1185 dst_bad_len = OpCmpBranch(kCondLt, rs_rAX, rs_rDX, nullptr); in GenInlinedArrayCopyCharArray() 1191 dst_bad_len = OpCmpBranch(kCondLt, tmp_reg, rs_rDX, nullptr); in GenInlinedArrayCopyCharArray() 1375 length_compare = OpCmpBranch(kCondLe, rs_rCX, rs_rDI, nullptr); in GenInlinedIndexOf()
|
D | codegen_x86.h | 295 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) OVERRIDE;
|
D | int_x86.cc | 99 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::X86Mir2Lir 261 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr); in GenSelectConst32()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 256 LIR* slow_unlock_branch = OpCmpBranch(kCondNe, rs_r3, rs_r2, nullptr); in GenMonitorExit() 480 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_LR, rs_r12, nullptr); in GenEntrySequence() 498 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_SP, rs_r12, nullptr); in GenEntrySequence()
|
D | int_arm.cc | 35 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::ArmMir2Lir 1021 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr); in GenInlinedArrayCopyCharArray() 1033 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr); in GenInlinedArrayCopyCharArray() 1039 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr); in GenInlinedArrayCopyCharArray()
|
D | codegen_arm.h | 198 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target);
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 239 LIR* slow_unlock_branch = OpCmpBranch(kCondNe, rs_w3, rs_w1, nullptr); in GenMonitorExit() 386 LIR* branch = OpCmpBranch(kCondUlt, rs_sp, rs_xIP1, nullptr); in GenEntrySequence()
|
D | int_arm64.cc | 35 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::Arm64Mir2Lir 853 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr); in GenInlinedArrayCopyCharArray() 865 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr); in GenInlinedArrayCopyCharArray() 872 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr); in GenInlinedArrayCopyCharArray()
|
D | codegen_arm64.h | 202 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) OVERRIDE;
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 235 LIR* branch = OpCmpBranch(kCondUge, index, length, nullptr); in GenArrayBoundsCheck() 410 OpCmpBranch(cond, rl_src1.reg, rl_src2.reg, taken); in GenCompareAndBranch() 1299 branchover = OpCmpBranch(kCondEq, TargetReg(kArg1, kRef), TargetReg(kArg2, kRef), nullptr); in GenInstanceofCallingHelper() 1433 LIR* branch2 = OpCmpBranch(kCondNe, TargetReg(kArg1, kRef), class_reg, nullptr); in GenCheckCast() 2191 OpCmpBranch(kCondEq, rl_src.reg, key_temp, &block_label_list_[case_block_id]); in GenSmallPackedSwitch() 2198 OpCmpBranch(kCondEq, rl_src.reg, key_temp, &block_label_list_[case_block_id]); in GenSmallPackedSwitch()
|
D | mir_to_lir.h | 1406 virtual LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) = 0;
|