Lines Matching defs:OpCmpBranch
29 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
818 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr);
830 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
837 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);