Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_s390_defs.h98 S390_CC_OP_BITWISE = 0, enumerator
Dguest_s390_toIR.c2935 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 …]
Dguest_s390_helpers.c977 case S390_CC_OP_BITWISE: in s390_calculate_cc()
1360 if (cc_op == S390_CC_OP_BITWISE) { in guest_s390x_spechelper()