Searched refs:fixup_ppc_half16 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
D | ppc64-fixups.s | 45 …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 …]
|
D | ppc64-fixup-explicit.s | 17 …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/ |
D | PPCMachObjectWriter.cpp | 70 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()
|
D | PPCFixupKinds.h | 38 fixup_ppc_half16, enumerator
|
D | PPCAsmBackend.cpp | 43 case PPC::fixup_ppc_half16: in adjustFixupValue() 57 case PPC::fixup_ppc_half16: in getFixupKindNumBytes()
|
D | PPCELFObjectWriter.cpp | 99 case PPC::fixup_ppc_half16: in GetRelocType() 138 case PPC::fixup_ppc_half16: in GetRelocType()
|
D | PPCMCExpr.cpp | 103 if ((Fixup == nullptr || (unsigned)Fixup->getKind() != PPC::fixup_ppc_half16) && in evaluateAsRelocatableImpl()
|
D | PPCMCCodeEmitter.cpp | 211 (MCFixupKind)PPC::fixup_ppc_half16)); in getImm16Encoding() 229 (MCFixupKind)PPC::fixup_ppc_half16)); in getMemRIEncoding()
|