Searched refs:fixup_port6 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 124 fixup_port6, enumerator
|
D | AVRAsmBackend.cpp | 183 static void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6() function 339 case AVR::fixup_port6: in adjustFixupValue() 340 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()
|
D | AVRELFObjectWriter.cpp | 145 case AVR::fixup_port6: in getRelocType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 124 fixup_port6, enumerator
|
D | AVRAsmBackend.cpp | 171 void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6() function 337 case AVR::fixup_port6: in adjustFixupValue() 338 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()
|
D | AVRELFObjectWriter.cpp | 145 case AVR::fixup_port6: in getRelocType()
|
/external/llvm-project/llvm/test/MC/AVR/ |
D | inst-in.s | 26 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port6
|
D | inst-out.s | 26 ; CHECK: ; fixup A - offset: 0, value: bar-8, kind: fixup_port6
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 222 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 228 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
|