Lines Matching refs:AVR
84 AVR::fixups::adjustBranchTarget(Value); in adjustBranch()
95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
253 case AVR::fixup_7_pcrel: in adjustFixupValue()
256 case AVR::fixup_13_pcrel: in adjustFixupValue()
259 case AVR::fixup_call: in adjustFixupValue()
262 case AVR::fixup_ldi: in adjustFixupValue()
265 case AVR::fixup_lo8_ldi: in adjustFixupValue()
268 case AVR::fixup_lo8_ldi_pm: in adjustFixupValue()
269 case AVR::fixup_lo8_ldi_gs: in adjustFixupValue()
273 case AVR::fixup_hi8_ldi: in adjustFixupValue()
276 case AVR::fixup_hi8_ldi_pm: in adjustFixupValue()
277 case AVR::fixup_hi8_ldi_gs: in adjustFixupValue()
281 case AVR::fixup_hh8_ldi: in adjustFixupValue()
282 case AVR::fixup_hh8_ldi_pm: in adjustFixupValue()
283 if (Kind == AVR::fixup_hh8_ldi_pm) adjust::pm(Value); in adjustFixupValue()
287 case AVR::fixup_ms8_ldi: in adjustFixupValue()
291 case AVR::fixup_lo8_ldi_neg: in adjustFixupValue()
292 case AVR::fixup_lo8_ldi_pm_neg: in adjustFixupValue()
293 if (Kind == AVR::fixup_lo8_ldi_pm_neg) adjust::pm(Value); in adjustFixupValue()
298 case AVR::fixup_hi8_ldi_neg: in adjustFixupValue()
299 case AVR::fixup_hi8_ldi_pm_neg: in adjustFixupValue()
300 if (Kind == AVR::fixup_hi8_ldi_pm_neg) adjust::pm(Value); in adjustFixupValue()
305 case AVR::fixup_hh8_ldi_neg: in adjustFixupValue()
306 case AVR::fixup_hh8_ldi_pm_neg: in adjustFixupValue()
307 if (Kind == AVR::fixup_hh8_ldi_pm_neg) adjust::pm(Value); in adjustFixupValue()
312 case AVR::fixup_ms8_ldi_neg: in adjustFixupValue()
316 case AVR::fixup_16: in adjustFixupValue()
321 case AVR::fixup_16_pm: in adjustFixupValue()
328 case AVR::fixup_6: in adjustFixupValue()
331 case AVR::fixup_6_adiw: in adjustFixupValue()
335 case AVR::fixup_port5: in adjustFixupValue()
339 case AVR::fixup_port6: in adjustFixupValue()
393 const static MCFixupKindInfo Infos[AVR::NumTargetFixupKinds] = { in getFixupKindInfo()
474 case AVR::fixup_7_pcrel: in shouldForceRelocation()
475 case AVR::fixup_13_pcrel: in shouldForceRelocation()
476 case AVR::fixup_call: in shouldForceRelocation()