Lines Matching refs:AVR

84   AVR::fixups::adjustBranchTarget(Value);  in adjustBranch()
95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
262 case AVR::fixup_7_pcrel: in adjustFixupValue()
265 case AVR::fixup_13_pcrel: in adjustFixupValue()
268 case AVR::fixup_call: in adjustFixupValue()
271 case AVR::fixup_ldi: in adjustFixupValue()
274 case AVR::fixup_lo8_ldi: in adjustFixupValue()
277 case AVR::fixup_lo8_ldi_pm: in adjustFixupValue()
278 case AVR::fixup_lo8_ldi_gs: in adjustFixupValue()
282 case AVR::fixup_hi8_ldi: in adjustFixupValue()
285 case AVR::fixup_hi8_ldi_pm: in adjustFixupValue()
286 case AVR::fixup_hi8_ldi_gs: in adjustFixupValue()
290 case AVR::fixup_hh8_ldi: in adjustFixupValue()
291 case AVR::fixup_hh8_ldi_pm: in adjustFixupValue()
292 if (Kind == AVR::fixup_hh8_ldi_pm) in adjustFixupValue()
297 case AVR::fixup_ms8_ldi: in adjustFixupValue()
301 case AVR::fixup_lo8_ldi_neg: in adjustFixupValue()
302 case AVR::fixup_lo8_ldi_pm_neg: in adjustFixupValue()
303 if (Kind == AVR::fixup_lo8_ldi_pm_neg) in adjustFixupValue()
309 case AVR::fixup_hi8_ldi_neg: in adjustFixupValue()
310 case AVR::fixup_hi8_ldi_pm_neg: in adjustFixupValue()
311 if (Kind == AVR::fixup_hi8_ldi_pm_neg) in adjustFixupValue()
317 case AVR::fixup_hh8_ldi_neg: in adjustFixupValue()
318 case AVR::fixup_hh8_ldi_pm_neg: in adjustFixupValue()
319 if (Kind == AVR::fixup_hh8_ldi_pm_neg) in adjustFixupValue()
325 case AVR::fixup_ms8_ldi_neg: in adjustFixupValue()
329 case AVR::fixup_16: in adjustFixupValue()
334 case AVR::fixup_16_pm: in adjustFixupValue()
341 case AVR::fixup_6: in adjustFixupValue()
344 case AVR::fixup_6_adiw: in adjustFixupValue()
348 case AVR::fixup_port5: in adjustFixupValue()
352 case AVR::fixup_port6: in adjustFixupValue()
356 case AVR::fixup_lds_sts_16: in adjustFixupValue()
427 const static MCFixupKindInfo Infos[AVR::NumTargetFixupKinds] = { in getFixupKindInfo()
516 case AVR::fixup_7_pcrel: in shouldForceRelocation()
517 case AVR::fixup_13_pcrel: in shouldForceRelocation()
524 case AVR::fixup_call: in shouldForceRelocation()