Home
last modified time | relevance | path

Searched refs:fixup_16 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430FixupKinds.h29 fixup_16, enumerator
H A DMSP430ELFObjectWriter.cpp39 case MSP430::fixup_16: return ELF::R_MSP430_16; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h44 fixup_16, enumerator
H A DAVRELFObjectWriter.cpp87 case AVR::fixup_16: in getRelocType()
H A DAVRAsmBackend.cpp329 case AVR::fixup_16: in adjustFixupValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td216 def imm16 : Operand<i16> { let EncoderMethod = "encodeImm<AVR::fixup_16, 2>"; }