Home
last modified time | relevance | path

Searched refs:fixup_ppc_half16 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-fixups.s45 …E-NEXT: # fixup A - offset: 2, value: target@l, kind: fixup_ppc_half16
46 …E-NEXT: # fixup A - offset: 0, value: target@l, kind: fixup_ppc_half16
53 …-NEXT: # fixup A - offset: 2, value: target@ha, kind: fixup_ppc_half16
54 …-NEXT: # fixup A - offset: 0, value: target@ha, kind: fixup_ppc_half16
61 …-NEXT: # fixup A - offset: 2, value: target@ha, kind: fixup_ppc_half16
62 …-NEXT: # fixup A - offset: 0, value: target@ha, kind: fixup_ppc_half16
69 …E-NEXT: # fixup A - offset: 2, value: target@l, kind: fixup_ppc_half16
70 …E-NEXT: # fixup A - offset: 0, value: target@l, kind: fixup_ppc_half16
77 …-NEXT: # fixup A - offset: 2, value: target@ha, kind: fixup_ppc_half16
78 …-NEXT: # fixup A - offset: 0, value: target@ha, kind: fixup_ppc_half16
[all …]
Dppc64-fixup-explicit.s17 …NEXT: # fixup A - offset: 2, value: target@GOT, kind: fixup_ppc_half16
18 …NEXT: # fixup A - offset: 0, value: target@GOT, kind: fixup_ppc_half16
33 …T: # fixup A - offset: 2, value: target@got@ha, kind: fixup_ppc_half16
34 …T: # fixup A - offset: 0, value: target@got@ha, kind: fixup_ppc_half16
41 …XT: # fixup A - offset: 2, value: target@got@l, kind: fixup_ppc_half16
42 …XT: # fixup A - offset: 0, value: target@got@l, kind: fixup_ppc_half16
49 …XT: # fixup A - offset: 2, value: target@got@h, kind: fixup_ppc_half16
50 …XT: # fixup A - offset: 0, value: target@got@h, kind: fixup_ppc_half16
57 …XT: # fixup A - offset: 2, value: target@got@l, kind: fixup_ppc_half16
58 …XT: # fixup A - offset: 0, value: target@got@l, kind: fixup_ppc_half16
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp70 case PPC::fixup_ppc_half16: in getFixupKindLog2Size()
102 case PPC::fixup_ppc_half16: in getRelocType()
122 case PPC::fixup_ppc_half16: in getRelocType()
182 if (unsigned(Fixup.getKind()) == PPC::fixup_ppc_half16) in getFixupOffset()
DPPCFixupKinds.h38 fixup_ppc_half16, enumerator
DPPCAsmBackend.cpp43 case PPC::fixup_ppc_half16: in adjustFixupValue()
57 case PPC::fixup_ppc_half16: in getFixupKindNumBytes()
DPPCELFObjectWriter.cpp99 case PPC::fixup_ppc_half16: in GetRelocType()
138 case PPC::fixup_ppc_half16: in GetRelocType()
DPPCMCExpr.cpp103 if ((Fixup == nullptr || (unsigned)Fixup->getKind() != PPC::fixup_ppc_half16) && in evaluateAsRelocatableImpl()
DPPCMCCodeEmitter.cpp211 (MCFixupKind)PPC::fixup_ppc_half16)); in getImm16Encoding()
229 (MCFixupKind)PPC::fixup_ppc_half16)); in getMemRIEncoding()