Home
last modified time | relevance | path

Searched refs:fixup_port5 (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRFixupKinds.h126 fixup_port5, enumerator
DAVRAsmBackend.cpp170 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()
DAVRELFObjectWriter.cpp147 case AVR::fixup_port5: in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRFixupKinds.h126 fixup_port5, enumerator
DAVRAsmBackend.cpp158 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()
DAVRELFObjectWriter.cpp147 case AVR::fixup_port5: in getRelocType()
/external/llvm-project/llvm/test/MC/AVR/
Dinst-sbic.s26 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port5
Dinst-sbis.s25 ; CHECK: ; fixup A - offset: 0, value: FOO+4, kind: fixup_port5
Dinst-sbi.s26 ; CHECK: ; fixup A - offset: 0, value: main, kind: fixup_port5
Dinst-cbi.s26 ; CHECK: ; fixup A - offset: 0, value: bar-2, kind: fixup_port5
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td215 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.td221 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";