Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h124 fixup_port6, enumerator
H A DAVRAsmBackend.cpp183 static void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6() function
352 case AVR::fixup_port6: in adjustFixupValue()
353 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()
H A DAVRELFObjectWriter.cpp147 case AVR::fixup_port6: in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td242 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";