Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h126 fixup_port5, enumerator
H A DAVRAsmBackend.cpp174 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() function
352 case AVR::fixup_port5: in adjustFixupValue()
353 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
H A DAVRELFObjectWriter.cpp149 case AVR::fixup_port5: in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td225 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";