Searched refs:fixup_6 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 105 fixup_6, enumerator
|
D | AVRAsmBackend.cpp | 147 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, in fixup_6() function 328 case AVR::fixup_6: in adjustFixupValue() 329 adjust::fixup_6(Fixup, Value, Ctx); in adjustFixupValue()
|
D | AVRELFObjectWriter.cpp | 117 case AVR::fixup_6: in getRelocType()
|
D | AVRMCCodeEmitter.cpp | 162 MCFixupKind(AVR::fixup_6), MI.getLoc())); in encodeMemri()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 105 fixup_6, enumerator
|
D | AVRELFObjectWriter.cpp | 117 case AVR::fixup_6: in getRelocType()
|
D | AVRMCCodeEmitter.cpp | 162 MCFixupKind(AVR::fixup_6), MI.getLoc())); in encodeMemri()
|
/external/llvm-project/llvm/test/MC/AVR/ |
D | inst-ldd.s | 20 ; CHECK: ; fixup A - offset: 0, value: +foo, kind: fixup_6
|
D | inst-std.s | 21 ; CHECK: ; fixup A - offset: 0, value: +foo, kind: fixup_6
|