Home
last modified time | relevance | path

Searched refs:FIXUP_LANAI_25 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/MC/Lanai/
Dctrl-instructions.s4 ! 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
Dconditional_inst.s28 ! 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/
Dctrl-instructions.s4 ! 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
Dconditional_inst.s28 ! 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/
DLanaiFixupKinds.h31 FIXUP_LANAI_25, // 25-bit branch targets enumerator
DLanaiELFObjectWriter.cpp53 case Lanai::FIXUP_LANAI_25: in getRelocType()
DLanaiAsmBackend.cpp34 case Lanai::FIXUP_LANAI_25: in adjustFixupValue()
DLanaiMCCodeEmitter.cpp297 0, MCOp.getExpr(), static_cast<MCFixupKind>(Lanai::FIXUP_LANAI_25))); in getBranchTargetOpValue()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiFixupKinds.h31 FIXUP_LANAI_25, // 25-bit branch targets enumerator
DLanaiELFObjectWriter.cpp54 case Lanai::FIXUP_LANAI_25: in getRelocType()
DLanaiMCCodeEmitter.cpp299 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()
DLanaiAsmBackend.cpp34 case Lanai::FIXUP_LANAI_25: in adjustFixupValue()