Home | History | Annotate | Download | only in opcodes

Lines Matching refs:sregp

497 		    const struct cris_spec_reg *sregp
502 if (sregp && sregp->reg_size == (unsigned int) -pushsize)
526 const struct cris_spec_reg *sregp
541 if (sregp != NULL)
679 const struct cris_spec_reg *sregp
684 if (sregp == NULL)
691 distype == cris_dis_v32 ? 4 : (sregp->reg_size + 1) & ~1;
903 const struct cris_spec_reg *sregp
909 if (sregp == NULL)
917 ? 4 : (sregp->reg_size + 1) & ~1;
1005 const struct cris_spec_reg *sregp
1010 if (sregp == NULL)
1013 size = sregp->reg_size;
1332 const struct cris_spec_reg *sregp
1335 if (sregp->name == NULL)
1342 strcpy (tp, sregp->name);