Home | History | Annotate | Download | only in config

Lines Matching refs:opinfo

452 		   const char **strP, int opindex, int opinfo,
465 return gas_cgen_parse_operand (cd, want, strP, opindex, opinfo,
1778 fragP->fr_cgen.opinfo,
1793 switch (fixP->fx_cgen.opinfo)
1847 enum bfd_reloc_code_real reloc = fixP->fx_cgen.opinfo;
1881 fixP->fx_cgen.opinfo = BFD_RELOC_MEP_16;
1923 int opinfo,
1927 operand, opinfo, exp);
1931 /* Return BFD reloc type from opinfo field in a fixS.
1934 #define FX_OPINFO_R_TYPE(f) ((f)->fx_cgen.opinfo)