Lines Matching refs:conds
7703 /* Generate code for a Thumb-2 data processing operation. If CONDS is nonzero
7710 gen_thumb2_data_op(DisasContext *s, int op, int conds, uint32_t shifter_out, TCGv t0, TCGv t1)
7718 logic_cc = conds;
7722 logic_cc = conds;
7726 logic_cc = conds;
7730 logic_cc = conds;
7734 logic_cc = conds;
7737 if (conds)
7743 if (conds)
7749 if (conds)
7755 if (conds)
7761 if (conds)
7790 int conds;
8093 conds = (insn & (1 << 20)) != 0;
8094 logic_cc = (conds && thumb2_logic_op(op));
8096 if (gen_thumb2_data_op(s, op, conds, 0, tmp, tmp2))