Searched refs:S390_CC_OP_BITWISE (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_defs.h | 100 S390_CC_OP_BITWISE = 0, enumerator
|
D | guest_s390_toIR.c | 3356 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NR() 3372 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NGR() 3388 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NRK() 3404 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NGRK() 3420 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_N() 3436 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NY() 3452 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NG() 3468 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NI() 3484 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NIY() 3500 s390_cc_thunk_putZ(S390_CC_OP_BITWISE, result); in s390_irgen_NIHF() [all …]
|
D | guest_s390_helpers.c | 1488 case S390_CC_OP_BITWISE: in s390_calculate_cc() 1991 if (cc_op == S390_CC_OP_BITWISE) { in guest_s390x_spechelper() 2385 if (cc_op == S390_CC_OP_BITWISE) { in guest_s390x_spechelper()
|