Lines Matching refs:AVR

84   AVR::fixups::adjustBranchTarget(Value);  in adjustBranch()
95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
252 case AVR::fixup_7_pcrel: in adjustFixupValue()
255 case AVR::fixup_13_pcrel: in adjustFixupValue()
258 case AVR::fixup_call: in adjustFixupValue()
261 case AVR::fixup_ldi: in adjustFixupValue()
264 case AVR::fixup_lo8_ldi: in adjustFixupValue()
267 case AVR::fixup_lo8_ldi_pm: in adjustFixupValue()
268 case AVR::fixup_lo8_ldi_gs: in adjustFixupValue()
272 case AVR::fixup_hi8_ldi: in adjustFixupValue()
275 case AVR::fixup_hi8_ldi_pm: in adjustFixupValue()
276 case AVR::fixup_hi8_ldi_gs: in adjustFixupValue()
280 case AVR::fixup_hh8_ldi: in adjustFixupValue()
281 case AVR::fixup_hh8_ldi_pm: in adjustFixupValue()
282 if (Kind == AVR::fixup_hh8_ldi_pm) 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) in adjustFixupValue()
299 case AVR::fixup_hi8_ldi_neg: in adjustFixupValue()
300 case AVR::fixup_hi8_ldi_pm_neg: in adjustFixupValue()
301 if (Kind == AVR::fixup_hi8_ldi_pm_neg) in adjustFixupValue()
307 case AVR::fixup_hh8_ldi_neg: in adjustFixupValue()
308 case AVR::fixup_hh8_ldi_pm_neg: in adjustFixupValue()
309 if (Kind == AVR::fixup_hh8_ldi_pm_neg) in adjustFixupValue()
315 case AVR::fixup_ms8_ldi_neg: in adjustFixupValue()
319 case AVR::fixup_16: in adjustFixupValue()
324 case AVR::fixup_16_pm: in adjustFixupValue()
331 case AVR::fixup_6: in adjustFixupValue()
334 case AVR::fixup_6_adiw: in adjustFixupValue()
338 case AVR::fixup_port5: in adjustFixupValue()
342 case AVR::fixup_port6: in adjustFixupValue()
396 const static MCFixupKindInfo Infos[AVR::NumTargetFixupKinds] = { in getFixupKindInfo()
479 case AVR::fixup_7_pcrel: in shouldForceRelocation()
480 case AVR::fixup_13_pcrel: in shouldForceRelocation()
481 case AVR::fixup_call: in shouldForceRelocation()