Lines Matching refs:OpCmpBranch
80 LIR* branch = OpCmpBranch(c_code, reg1, reg2, tgt);
136 OpCmpBranch(cond, rl_src1.low_reg, rl_src2.low_reg, taken);
928 ne_branchover = OpCmpBranch(kCondNe, check_class, object_class, NULL);
1010 branchover = OpCmpBranch(kCondNe, TargetReg(kArg1), TargetReg(kArg2), NULL);
1029 branchover = OpCmpBranch(kCondEq, TargetReg(kArg1), TargetReg(kArg2), NULL);
1136 branch2 = OpCmpBranch(kCondEq, TargetReg(kArg1), class_reg, NULL);