Home
last modified time | relevance | path

Searched refs:S390_CC_L (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Ds390_defs.h42 S390_CC_L = 4, /* A < B ; low */ enumerator
Dhost_s390_isel.c1331 addInstr(env, s390_insn_cond_move(size, S390_CC_L, res, op2)); in s390_isel_int_expr_wrk()
3476 cond->Iex.Binop.op == Iop_CmpLT64S) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
3492 cond->Iex.Binop.op == Iop_CmpLT64U) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
Dhost_s390_defs.c6358 case S390_CC_L: return "less than"; /* A < B ; low */ in s390_cc_as_string()