Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp148 void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw() function
330 case AVR::fixup_6_adiw: in adjustFixupValue()
331 adjust::fixup_6_adiw(Fixup, Value, Ctx); in adjustFixupValue()
DAVRFixupKinds.h108 fixup_6_adiw, enumerator
DAVRELFObjectWriter.cpp120 case AVR::fixup_6_adiw: in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
Dinst-adiw.s27 ; fixup A - offset: 0, value: SYMBOL, kind: fixup_6_adiw
Dinst-sbiw.s33 ; fixup A - offset: 0, value: SYMBOL-1, kind: fixup_6_adiw
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td194 let EncoderMethod = "encodeImm<AVR::fixup_6_adiw, 0>";