Home
last modified time | relevance | path

Searched refs:fixup_port6 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRFixupKinds.h124 fixup_port6, enumerator
DAVRAsmBackend.cpp183 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()
DAVRELFObjectWriter.cpp145 case AVR::fixup_port6: in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRFixupKinds.h124 fixup_port6, enumerator
DAVRAsmBackend.cpp171 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()
DAVRELFObjectWriter.cpp145 case AVR::fixup_port6: in getRelocType()
/external/llvm-project/llvm/test/MC/AVR/
Dinst-in.s26 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port6
Dinst-out.s26 ; CHECK: ; fixup A - offset: 0, value: bar-8, kind: fixup_port6
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td222 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.td228 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";