Searched refs:FIXUP_LANAI_25 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/MC/Lanai/ |
D | ctrl-instructions.s | 4 ! CHECK-NEXT: ! fixup A - offset: 0, value: .Ltmp0, kind: FIXUP_LANAI_25 10 ! CHECK-NEXT: ! fixup A - offset: 0, value: foo, kind: FIXUP_LANAI_25
|
D | conditional_inst.s | 28 ! CHECK-NEXT: fixup A - offset: 0, value: jump1, kind: FIXUP_LANAI_25 35 ! CHECK-NEXT: fixup A - offset: 0, value: jump2, kind: FIXUP_LANAI_25 44 ! CHECK-NEXT: fixup A - offset: 0, value: .Ltmp0, kind: FIXUP_LANAI_25
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Lanai/ |
D | ctrl-instructions.s | 4 ! CHECK-NEXT: ! fixup A - offset: 0, value: .Ltmp0, kind: FIXUP_LANAI_25 10 ! CHECK-NEXT: ! fixup A - offset: 0, value: foo, kind: FIXUP_LANAI_25
|
D | conditional_inst.s | 28 ! CHECK-NEXT: fixup A - offset: 0, value: jump1, kind: FIXUP_LANAI_25 35 ! CHECK-NEXT: fixup A - offset: 0, value: jump2, kind: FIXUP_LANAI_25 44 ! CHECK-NEXT: fixup A - offset: 0, value: .Ltmp0, kind: FIXUP_LANAI_25
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiFixupKinds.h | 31 FIXUP_LANAI_25, // 25-bit branch targets enumerator
|
D | LanaiELFObjectWriter.cpp | 53 case Lanai::FIXUP_LANAI_25: in getRelocType()
|
D | LanaiAsmBackend.cpp | 34 case Lanai::FIXUP_LANAI_25: in adjustFixupValue()
|
D | LanaiMCCodeEmitter.cpp | 297 0, MCOp.getExpr(), static_cast<MCFixupKind>(Lanai::FIXUP_LANAI_25))); in getBranchTargetOpValue()
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiFixupKinds.h | 31 FIXUP_LANAI_25, // 25-bit branch targets enumerator
|
D | LanaiELFObjectWriter.cpp | 54 case Lanai::FIXUP_LANAI_25: in getRelocType()
|
D | LanaiMCCodeEmitter.cpp | 299 0, MCOp.getExpr(), static_cast<MCFixupKind>(Lanai::FIXUP_LANAI_25))); in getCallTargetOpValue() 312 0, MCOp.getExpr(), static_cast<MCFixupKind>(Lanai::FIXUP_LANAI_25))); in getBranchTargetOpValue()
|
D | LanaiAsmBackend.cpp | 34 case Lanai::FIXUP_LANAI_25: in adjustFixupValue()
|