Lines Matching refs:kCondEq
84 LIR* branch = OpCmpImmBranch(kCondEq, r_result, 0, nullptr); in GenIfNullUseHelperImm()
113 unresolved_branch = OpCmpImmBranch(kCondEq, r_base, 0, nullptr); in GenGetOtherTypeForSgetSput()
192 LIR* branch = OpCmpImmBranch(kCondEq, reg, 0, nullptr); in GenDivZeroCheck()
284 LIR* branch = OpCmpImmBranch(kCondEq, reg, 0, nullptr); in GenNullCheck()
355 cond = kCondEq; in GenCompareAndBranch()
402 if (constant_value == 0 && (cond == kCondEq || cond == kCondNe)) { in GenCompareAndBranch()
419 cond = kCondEq; in GenCompareZeroAndBranch()
1168 LIR* null_branchover = OpCmpImmBranch(kCondEq, object.reg, 0, nullptr); in GenInstanceofFinal()
1197 LIR* it = OpIT(kCondEq, ""); // if-convert the test in GenInstanceofFinal()
1201 GenSelectConst32(check_class, object_class, kCondEq, 1, 0, result_reg, kCoreReg); in GenInstanceofFinal()
1266 LIR* branch1 = OpCmpImmBranch(kCondEq, ref_reg, 0, nullptr); in GenInstanceofCallingHelper()
1277 GenSelectConst32(ref_class_reg, class_reg, kCondEq, 1, 0, rl_result.reg, in GenInstanceofCallingHelper()
1286 it = OpIT(kCondEq, "EE"); // if-convert the test in GenInstanceofCallingHelper()
1299 branchover = OpCmpBranch(kCondEq, TargetReg(kArg1, kRef), TargetReg(kArg2, kRef), nullptr); in GenInstanceofCallingHelper()
1427 LIR* branch1 = OpCmpImmBranch(kCondEq, TargetReg(kArg0, kRef), 0, nullptr); in GenCheckCast()
2179 OpCmpImmBranch(kCondEq, rl_src.reg, starting_key + i, &block_label_list_[case_block_id]); in GenSmallPackedSwitch()
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()
2206 OpCmpImmBranch(kCondEq, rl_src.reg, starting_key + i, &block_label_list_[case_block_id]); in GenSmallPackedSwitch()
2238 OpCmpImmBranch(kCondEq, rl_src.reg, key, &block_label_list_[case_block_id]); in GenSmallSparseSwitch()