Searched refs:fixup_port6 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 172 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()
|
D | AVRFixupKinds.h | 125 fixup_port6, enumerator
|
D | AVRELFObjectWriter.cpp | 146 case AVR::fixup_port6: in getRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-out.s | 19 ; CHECK: ; fixup A - offset: 0, value: bar-8, kind: fixup_port6
|
D | inst-in.s | 19 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port6
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 214 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
|