Searched refs:S390_CC_OP_BITWISE (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_defs.h | 98 S390_CC_OP_BITWISE = 0, enumerator
|
D | guest_s390_toIR.c | 2935 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NR() 2951 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NGR() 2967 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NRK() 2983 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NGRK() 2999 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_N() 3015 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NY() 3031 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NG() 3047 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NI() 3063 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NIY() 3079 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NIHF() [all …]
|
D | guest_s390_helpers.c | 977 case S390_CC_OP_BITWISE: in s390_calculate_cc() 1360 if (cc_op == S390_CC_OP_BITWISE) { in guest_s390x_spechelper()
|