Home | History | Annotate | Download | only in hppa

Lines Matching refs:c2

749                            TCGArg c2, int c2const, int label_index)
762 op |= INSN_IM5(c2);
765 op |= INSN_R1(c2);
795 TCGArg c1, TCGArg c2, int c2const)
806 op = INSN_COMICLR | INSN_R2(c1) | INSN_R1(ret) | INSN_IM11(c2);
808 op = INSN_COMCLR | INSN_R2(c1) | INSN_R1(c2) | INSN_T(ret);
837 TCGArg c1, TCGArg c2, int c2const)
839 tcg_out_comclr(s, tcg_invert_cond(cond), ret, c1, c2, c2const);