Searched refs:fixup_port5 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 159 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()
|
D | AVRFixupKinds.h | 127 fixup_port5, enumerator
|
D | AVRELFObjectWriter.cpp | 148 case AVR::fixup_port5: in getRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-sbic.s | 19 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port5
|
D | inst-sbi.s | 19 ; CHECK: ; fixup A - offset: 0, value: main, kind: fixup_port5
|
D | inst-cbi.s | 19 ; CHECK: ; fixup A - offset: 0, value: bar-2, kind: fixup_port5
|
D | inst-sbis.s | 18 ; CHECK: ; fixup A - offset: 0, value: FOO+4, kind: fixup_port5
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 207 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";
|