Home
last modified time | relevance | path

Searched refs:fixup_6_adiw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h107 fixup_6_adiw, enumerator
H A DAVRAsmBackend.cpp163 static void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw() function
348 case AVR::fixup_6_adiw: in adjustFixupValue()
349 adjust::fixup_6_adiw(Fixup, Value, Ctx); in adjustFixupValue()
H A DAVRELFObjectWriter.cpp121 case AVR::fixup_6_adiw: in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td214 let EncoderMethod = "encodeImm<AVR::fixup_6_adiw, 0>";