Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp159 void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() function
334 case AVR::fixup_port5: in adjustFixupValue()
335 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
DAVRFixupKinds.h127 fixup_port5, enumerator
DAVRELFObjectWriter.cpp148 case AVR::fixup_port5: in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
Dinst-sbic.s19 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port5
Dinst-sbi.s19 ; CHECK: ; fixup A - offset: 0, value: main, kind: fixup_port5
Dinst-cbi.s19 ; CHECK: ; fixup A - offset: 0, value: bar-2, kind: fixup_port5
Dinst-sbis.s18 ; CHECK: ; fixup A - offset: 0, value: FOO+4, kind: fixup_port5
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td207 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";