Home
last modified time | relevance | path

Searched refs:fixup_7_pcrel (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp115 static void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel() function
258 case AVR::fixup_7_pcrel: in adjustFixupValue()
259 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
516 case AVR::fixup_7_pcrel: in forceRelocation()
H A DAVRFixupKinds.h32 fixup_7_pcrel, enumerator
H A DAVRELFObjectWriter.cpp79 case AVR::fixup_7_pcrel: in getRelocType()
H A DAVRMCCodeEmitter.cpp42 case AVR::fixup_7_pcrel: in addFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td206 let EncoderMethod = "encodeRelCondBrTarget<AVR::fixup_7_pcrel>";