Home | History | Annotate | Download | only in priv

Lines Matching defs:cc

481    s390_cc_t cc;
581 cc = S390_CC_ALWAYS;
588 cc = s390_isel_cc(env, guard);
635 addInstr(env, s390_insn_helper_call(cc, (Addr64)target, n_args,
843 s390 VEX b6 b2 b0 cc.1 cc.0
849 b0 = cc.0
850 b2 = cc.0 & cc.1
851 b6 = ~(cc.0 ^ cc.1) // ((cc.0 - cc.1) + 0x1 ) & 0x1
1870 s390_cc_t cc = s390_isel_cc(env, cond_expr);
1873 addInstr(env, s390_insn_cond_move(size, s390_cc_invert(cc), dst, r0));