Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_s390_defs.h223 S390_CC_L = 4, /* A < B ; low */ enumerator
Dhost_s390_isel.c865 addInstr(env, s390_insn_cond_move(size, S390_CC_L, res, op2)); in s390_isel_int_expr_wrk()
2057 cond->Iex.Binop.op == Iop_CmpLT64S) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
2073 cond->Iex.Binop.op == Iop_CmpLT64U) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
Dhost_s390_defs.c4416 case S390_CC_L: return "less than"; /* A < B ; low */ in s390_cc_as_string()