Searched refs:S390_CC_L (Results 1 – 3 of 3) sorted by relevance
231 S390_CC_L = 4, /* A < B ; low */ enumerator
981 addInstr(env, s390_insn_cond_move(size, S390_CC_L, res, op2)); in s390_isel_int_expr_wrk()2179 cond->Iex.Binop.op == Iop_CmpLT64S) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()2195 cond->Iex.Binop.op == Iop_CmpLT64U) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
4737 case S390_CC_L: return "less than"; /* A < B ; low */ in s390_cc_as_string()