Lines Matching refs:where
638 int where, in avr_operand() argument
773 fix_new_exp (frag_now, where, 3, in avr_operand()
781 fix_new_exp (frag_now, where, opcode->insn_size * 2, in avr_operand()
787 fix_new_exp (frag_now, where, opcode->insn_size * 2, in avr_operand()
793 fix_new_exp (frag_now, where, opcode->insn_size * 2, in avr_operand()
799 fix_new_exp (frag_now, where + 2, opcode->insn_size * 2, in avr_operand()
810 fix_new_exp (frag_now, where, 3, in avr_operand()
829 fix_new_exp (frag_now, where, 3, in avr_operand()
887 int where = frag - frag_now->fr_literal; in avr_operands() local
901 reg1 = avr_operand (opcode, where, op, &str); in avr_operands()
925 reg2 = avr_operand (opcode, where, op, &str); in avr_operands()
994 unsigned char *where; in md_apply_fix() local
1033 where = (unsigned char *) fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix()
1034 insn = bfd_getl16 (where); in md_apply_fix()
1051 bfd_putl16 ((bfd_vma) (value | insn), where); in md_apply_fix()
1072 bfd_putl16 ((bfd_vma) (value | insn), where); in md_apply_fix()
1076 bfd_putl16 ((bfd_vma) value, where); in md_apply_fix()
1080 bfd_putl16 ((bfd_vma) value, where); in md_apply_fix()
1084 bfd_putl16 ((bfd_vma) (value >> 1), where); in md_apply_fix()
1091 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value), where); in md_apply_fix()
1098 …16 ((bfd_vma) insn | ((value & 7) | ((value & (3 << 3)) << 7) | ((value & (1 << 5)) << 8)), where); in md_apply_fix()
1105 bfd_putl16 ((bfd_vma) insn | (value & 0xf) | ((value & 0x30) << 2), where); in md_apply_fix()
1109 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value), where); in md_apply_fix()
1113 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 8), where); in md_apply_fix()
1117 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 24), where); in md_apply_fix()
1121 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 16), where); in md_apply_fix()
1125 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value), where); in md_apply_fix()
1129 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 8), where); in md_apply_fix()
1133 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 24), where); in md_apply_fix()
1137 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 16), where); in md_apply_fix()
1141 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 1), where); in md_apply_fix()
1145 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 9), where); in md_apply_fix()
1149 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 17), where); in md_apply_fix()
1153 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 1), where); in md_apply_fix()
1157 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 9), where); in md_apply_fix()
1161 bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 17), where); in md_apply_fix()
1168 x = bfd_getl16 (where); in md_apply_fix()
1174 bfd_putl16 ((bfd_vma) x, where); in md_apply_fix()
1175 bfd_putl16 ((bfd_vma) (value & 0xffff), where + 2); in md_apply_fix()
1360 int where, in avr_cons_fix_new() argument
1367 fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_16); in avr_cons_fix_new()
1369 fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_32); in avr_cons_fix_new()
1376 fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_AVR_16_PM); in avr_cons_fix_new()