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/ |
D | AVRAsmBackend.cpp | 148 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()
|
D | AVRFixupKinds.h | 108 fixup_6_adiw, enumerator
|
D | AVRELFObjectWriter.cpp | 120 case AVR::fixup_6_adiw: in getRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-adiw.s | 27 ; fixup A - offset: 0, value: SYMBOL, kind: fixup_6_adiw
|
D | inst-sbiw.s | 33 ; fixup A - offset: 0, value: SYMBOL-1, kind: fixup_6_adiw
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 194 let EncoderMethod = "encodeImm<AVR::fixup_6_adiw, 0>";
|