Lines Matching full:fixp
275 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)
281 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
283 *FIXP may be modified if desired. */
288 fixS * fixP ATTRIBUTE_UNUSED)
301 if (fixP->fx_cgen.opinfo != 0)
302 result = fixP->fx_cgen.opinfo;
303 fixP->fx_no_overflow = 1;
307 result = fixP->fx_cgen.opinfo;
310 fixP->fx_no_overflow = 1;
315 fixP->fx_no_overflow = 1;
385 ip2k_apply_fix (fixS *fixP, valueT *valueP, segT seg)
387 if (fixP->fx_r_type == BFD_RELOC_IP2K_TEXT
388 && ! fixP->fx_addsy
389 && ! fixP->fx_subsy)
392 fixP->fx_r_type = BFD_RELOC_16;
394 else if (fixP->fx_r_type == BFD_RELOC_UNUSED + IP2K_OPERAND_FR)
402 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
408 CGEN_INSN_BITSIZE (fixP->fx_cgen.insn));
413 gas_cgen_md_apply_fix (fixP, valueP, seg);