Searched refs:fixup_hh8_ldi_pm_neg (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h100 fixup_hh8_ldi_pm_neg, enumerator in enum:llvm::AVR::Fixups
H A DAVRELFObjectWriter.cpp111 case AVR::fixup_hh8_ldi_pm_neg:
H A DAVRAsmBackend.cpp306 case AVR::fixup_hh8_ldi_pm_neg:
307 if (Kind == AVR::fixup_hh8_ldi_pm_neg) adjust::pm(Value);
424 {"fixup_hh8_ldi_pm_neg", 0, 8, 0},
H A DAVRMCExpr.cpp168 Kind = isNegated() ? AVR::fixup_hh8_ldi_pm_neg : AVR::fixup_hh8_ldi_pm;

Completed in 56 milliseconds