Lines Matching refs:fup
64 valueT fup; member
272 && ! (the_insn.fi[0].fup & (OP_SEL_HA | OP_SEL_H | OP_SEL_L | OP_SEL_GOT in md_assemble()
295 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
300 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
315 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_HA); in md_assemble()
320 pseudo[1].fi[0].fup = the_insn.fi[0].fup | OP_SEL_L; in md_assemble()
335 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
340 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
355 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
362 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
378 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
382 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
386 pseudo[2].fi[0].fup = OP_IMM_S16; in md_assemble()
429 if (the_insn.fi[tmp].fup != OP_NONE) in md_assemble()
441 fix->fx_addnumber = the_insn.fi[tmp].fup; in md_assemble()
525 the_insn.fi[t].fup = OP_NONE; in i860_process_insn()
768 the_insn.fi[fc].fup |= OP_IMM_U5; in i860_process_insn()
777 the_insn.fi[fc].fup |= OP_IMM_BR26; in i860_process_insn()
783 the_insn.fi[fc].fup |= OP_IMM_BR16; in i860_process_insn()
788 the_insn.fi[fc].fup |= OP_IMM_SPLIT16; in i860_process_insn()
793 the_insn.fi[fc].fup |= OP_IMM_SPLIT16; in i860_process_insn()
798 the_insn.fi[fc].fup |= (OP_IMM_SPLIT16 | OP_ENCODE1 | OP_ALIGN2); in i860_process_insn()
803 the_insn.fi[fc].fup |= (OP_IMM_SPLIT16 | OP_ENCODE1 | OP_ALIGN4); in i860_process_insn()
808 the_insn.fi[fc].fup |= OP_IMM_S16; in i860_process_insn()
813 the_insn.fi[fc].fup |= OP_IMM_S16; in i860_process_insn()
818 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE1 | OP_ALIGN2); in i860_process_insn()
824 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE1 | OP_ALIGN4); in i860_process_insn()
826 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE2 | OP_ALIGN4); in i860_process_insn()
831 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE3 | OP_ALIGN8); in i860_process_insn()
836 the_insn.fi[fc].fup |= (OP_IMM_S16 | OP_ENCODE3 | OP_ALIGN16); in i860_process_insn()
861 the_insn.fi[fc].fup |= OP_SEL_HA; in i860_process_insn()
866 the_insn.fi[fc].fup |= OP_SEL_H; in i860_process_insn()
871 the_insn.fi[fc].fup |= OP_SEL_L; in i860_process_insn()
878 the_insn.fi[fc].fup |= OP_SEL_GOTOFF; in i860_process_insn()
885 the_insn.fi[fc].fup |= OP_SEL_GOT; in i860_process_insn()
892 the_insn.fi[fc].fup |= OP_SEL_PLT; in i860_process_insn()
908 the_insn.fi[fc].fup |= OP_SEL_HA; in i860_process_insn()
913 the_insn.fi[fc].fup |= OP_SEL_H; in i860_process_insn()
918 the_insn.fi[fc].fup |= OP_SEL_L; in i860_process_insn()
1195 valueT fup = fix->fx_addnumber; in obtain_reloc_for_imm16() local
1202 if ((fup & OP_ALIGN2) && (*val & 0x1)) in obtain_reloc_for_imm16()
1205 else if ((fup & OP_ALIGN4) && (*val & 0x3)) in obtain_reloc_for_imm16()
1208 else if ((fup & OP_ALIGN8) && (*val & 0x7)) in obtain_reloc_for_imm16()
1211 else if ((fup & OP_ALIGN16) && (*val & 0xf)) in obtain_reloc_for_imm16()
1215 if (fup & OP_SEL_HA) in obtain_reloc_for_imm16()
1220 else if (fup & OP_SEL_H) in obtain_reloc_for_imm16()
1225 else if (fup & OP_SEL_L) in obtain_reloc_for_imm16()
1228 if (fup & OP_IMM_SPLIT16) in obtain_reloc_for_imm16()
1230 if (fup & OP_ENCODE1) in obtain_reloc_for_imm16()
1235 else if (fup & OP_ENCODE2) in obtain_reloc_for_imm16()
1248 if (fup & OP_ENCODE1) in obtain_reloc_for_imm16()
1253 else if (fup & OP_ENCODE2) in obtain_reloc_for_imm16()
1258 else if (fup & OP_ENCODE3) in obtain_reloc_for_imm16()
1292 valueT fup; in md_apply_fix() local
1300 fup = fix->fx_addnumber; in md_apply_fix()
1304 if (fup & OP_IMM_U5) in md_apply_fix()
1318 else if (fup & OP_IMM_S16) in md_apply_fix()
1333 else if (fup & OP_IMM_U16) in md_apply_fix()
1336 else if (fup & OP_IMM_SPLIT16) in md_apply_fix()
1352 else if (fup & OP_IMM_BR16) in md_apply_fix()
1375 else if (fup & OP_IMM_BR26) in md_apply_fix()
1397 else if (fup != OP_NONE) in md_apply_fix()
1400 _("Unrecognized fix-up (0x%08lx)"), (unsigned long) fup); in md_apply_fix()