Searched refs:S390_CC_LE (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
H A Ds390_defs.h50 S390_CC_LE = 12, /* A <= B ; low or equal */ enumerator in enum:__anon22686
H A Dhost_s390_isel.c3476 cond->Iex.Binop.op == Iop_CmpLT64S) ? S390_CC_L : S390_CC_LE;
3492 cond->Iex.Binop.op == Iop_CmpLT64U) ? S390_CC_L : S390_CC_LE;
H A Dhost_s390_defs.c6366 case S390_CC_LE: return "less or equal"; /* A <= B ; low or equal */

Completed in 195 milliseconds