Searched refs:S390_CC_OP_UNSIGNED_SUB_64 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_defs.h | 98 S390_CC_OP_UNSIGNED_SUB_64 = 12, enumerator
|
D | guest_s390_helpers.c | 499 case S390_CC_OP_UNSIGNED_SUB_64: in s390_calculate_cc() 1104 if (cc_op == S390_CC_OP_UNSIGNED_SUB_64 || in guest_s390x_spechelper()
|
D | guest_s390_toIR.c | 7579 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_64, op1, op2); in s390_irgen_SLGR() 7595 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_64, op1, op2); in s390_irgen_SLGFR() 7627 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_64, op2, op3); in s390_irgen_SLGRK() 7675 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_64, op1, op2); in s390_irgen_SLG() 7691 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_64, op1, op2); in s390_irgen_SLGF() 7724 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_64, op1, mktemp(Ity_I64, in s390_irgen_SLGFI()
|