Home | History | Annotate | Download | only in config

Lines Matching full:fixp

258 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)
264 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
266 *FIXP may be modified if desired. */
271 fixS * fixP ATTRIBUTE_UNUSED)
284 if (fixP->fx_cgen.opinfo != 0)
285 result = fixP->fx_cgen.opinfo;
286 fixP->fx_no_overflow = 1;
290 result = fixP->fx_cgen.opinfo;
293 fixP->fx_no_overflow = 1;
298 fixP->fx_no_overflow = 1;
368 ip2k_apply_fix (fixS *fixP, valueT *valueP, segT seg)
370 if (fixP->fx_r_type == BFD_RELOC_IP2K_TEXT
371 && ! fixP->fx_addsy
372 && ! fixP->fx_subsy)
375 fixP->fx_r_type = BFD_RELOC_16;
377 else if (fixP->fx_r_type == BFD_RELOC_UNUSED + IP2K_OPERAND_FR)
385 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
391 CGEN_INSN_BITSIZE (fixP->fx_cgen.insn));
396 gas_cgen_md_apply_fix (fixP, valueP, seg);