Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h56 fixup_hi8_ldi, enumerator
H A DAVRELFObjectWriter.cpp93 case AVR::fixup_hi8_ldi: in getRelocType()
H A DAVRMCExpr.cpp157 Kind = isNegated() ? AVR::fixup_hi8_ldi_neg : AVR::fixup_hi8_ldi; in getFixupKind()
H A DAVRAsmBackend.cpp273 case AVR::fixup_hi8_ldi: in adjustFixupValue()