Home
last modified time | relevance | path

Searched refs:OpCmpBranch (Results 1 – 14 of 14) sorted by relevance

/art/compiler/dex/quick/mips/
Dcall_mips.cc118 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()
Dint_mips.cc83 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()
Dcodegen_mips.h196 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target);
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1138 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()
Dcodegen_x86.h295 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) OVERRIDE;
Dint_x86.cc99 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/
Dcall_arm.cc256 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()
Dint_arm.cc35 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()
Dcodegen_arm.h198 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target);
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc239 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()
Dint_arm64.cc35 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()
Dcodegen_arm64.h202 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) OVERRIDE;
/art/compiler/dex/quick/
Dgen_common.cc235 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()
Dmir_to_lir.h1406 virtual LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) = 0;