Searched refs:fixup_port5 (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 126 fixup_port5, enumerator
|
D | AVRAsmBackend.cpp | 170 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() function 335 case AVR::fixup_port5: in adjustFixupValue() 336 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
|
D | AVRELFObjectWriter.cpp | 147 case AVR::fixup_port5: in getRelocType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 126 fixup_port5, enumerator
|
D | AVRAsmBackend.cpp | 158 void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() function 333 case AVR::fixup_port5: in adjustFixupValue() 334 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
|
D | AVRELFObjectWriter.cpp | 147 case AVR::fixup_port5: in getRelocType()
|
/external/llvm-project/llvm/test/MC/AVR/ |
D | inst-sbic.s | 26 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port5
|
D | inst-sbis.s | 25 ; CHECK: ; fixup A - offset: 0, value: FOO+4, kind: fixup_port5
|
D | inst-sbi.s | 26 ; CHECK: ; fixup A - offset: 0, value: main, kind: fixup_port5
|
D | inst-cbi.s | 26 ; CHECK: ; fixup A - offset: 0, value: bar-2, kind: fixup_port5
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 215 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 221 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";
|