Searched refs:cmp_branch (Results 1 – 2 of 2) sorted by relevance
1094 LIR* cmp_branch = OpCmpImmBranch((target == NULL) ? kCondNe : kCondEq, t_reg, in OpTestSuspend()1097 return cmp_branch; in OpTestSuspend()
258 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr); in GenSelectConst32() local262 cmp_branch->target = true_case; in GenSelectConst32()