Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h121 fixup_lds_sts_16, enumerator
H A DAVRAsmBackend.cpp198 static void fixup_lds_sts_16(const MCFixup &Fixup, uint64_t &Value, in fixup_lds_sts_16() function
360 case AVR::fixup_lds_sts_16: in adjustFixupValue()
361 adjust::fixup_lds_sts_16(Fixup, Value, Ctx); in adjustFixupValue()
H A DAVRELFObjectWriter.cpp145 case AVR::fixup_lds_sts_16: in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td209 let EncoderMethod = "encodeImm<AVR::fixup_lds_sts_16, 0>";