Searched refs:fixup_ppc_half16ds (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
D | ppc64-fixup-explicit.s | 25 …XT: # fixup A - offset: 2, value: target@GOT, kind: fixup_ppc_half16ds 26 …XT: # fixup A - offset: 0, value: target@GOT, kind: fixup_ppc_half16ds 65 …: # fixup A - offset: 2, value: target@got@l, kind: fixup_ppc_half16ds 66 …: # fixup A - offset: 0, value: target@got@l, kind: fixup_ppc_half16ds
|
D | ppc64-fixups.s | 157 …NEXT: # fixup A - offset: 2, value: target@l, kind: fixup_ppc_half16ds 158 …NEXT: # fixup A - offset: 0, value: target@l, kind: fixup_ppc_half16ds 165 …E-NEXT: # fixup A - offset: 2, value: target, kind: fixup_ppc_half16ds 166 …E-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_half16ds 222 …XT: # fixup A - offset: 2, value: target@toc, kind: fixup_ppc_half16ds 223 …XT: # fixup A - offset: 0, value: target@toc, kind: fixup_ppc_half16ds 262 …: # fixup A - offset: 2, value: target@toc@l, kind: fixup_ppc_half16ds 263 …: # fixup A - offset: 0, value: target@toc@l, kind: fixup_ppc_half16ds 278 …XT: # fixup A - offset: 2, value: target@GOT, kind: fixup_ppc_half16ds 279 …XT: # fixup A - offset: 0, value: target@GOT, kind: fixup_ppc_half16ds [all …]
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCFixupKinds.h | 42 fixup_ppc_half16ds, enumerator
|
D | PPCAsmBackend.cpp | 45 case PPC::fixup_ppc_half16ds: in adjustFixupValue() 58 case PPC::fixup_ppc_half16ds: in getFixupKindNumBytes()
|
D | PPCELFObjectWriter.cpp | 116 case PPC::fixup_ppc_half16ds: in GetRelocType() 301 case PPC::fixup_ppc_half16ds: in GetRelocType()
|
D | PPCMCCodeEmitter.cpp | 248 (MCFixupKind)PPC::fixup_ppc_half16ds)); in getMemRIXEncoding()
|