Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp172 void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6() function
338 case AVR::fixup_port6: in adjustFixupValue()
339 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()
DAVRFixupKinds.h125 fixup_port6, enumerator
DAVRELFObjectWriter.cpp146 case AVR::fixup_port6: in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
Dinst-out.s19 ; CHECK: ; fixup A - offset: 0, value: bar-8, kind: fixup_port6
Dinst-in.s19 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port6
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td214 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";