Searched refs:S390_CC_OP_UNSIGNED_SUB_32 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_defs.h | 111 S390_CC_OP_UNSIGNED_SUB_32 = 11, enumerator
|
D | guest_s390_helpers.c | 1524 case S390_CC_OP_UNSIGNED_SUB_32: in s390_calculate_cc() 2236 cc_op == S390_CC_OP_UNSIGNED_SUB_32) { in guest_s390x_spechelper()
|
D | guest_s390_toIR.c | 8353 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op1, op2); in s390_irgen_SLR() 8401 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op2, op3); in s390_irgen_SLRK() 8433 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op1, op2); in s390_irgen_SL() 8449 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op1, op2); in s390_irgen_SLY() 8497 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op1, mktemp(Ity_I32, in s390_irgen_SLFI() 8531 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op2, op3); in s390_irgen_SLHHHR() 8547 s390_cc_thunk_putZZ(S390_CC_OP_UNSIGNED_SUB_32, op2, op3); in s390_irgen_SLHHLR()
|