Searched refs:S390_CC_OP_BITWISE (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_defs.h | 86 S390_CC_OP_BITWISE = 0, enumerator
|
D | guest_s390_toIR.c | 2845 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NR() 2861 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NGR() 2877 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NRK() 2893 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NGRK() 2909 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_N() 2925 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NY() 2941 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NG() 2957 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NI() 2973 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NIY() 2989 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NIHF() [all …]
|
D | guest_s390_helpers.c | 466 case S390_CC_OP_BITWISE: in s390_calculate_cc() 860 if (cc_op == S390_CC_OP_BITWISE) { in guest_s390x_spechelper()
|