Searched refs:fixup_aarch64_movw (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | reloc-specifiers.mir | 15 ; CHECK: fixup A - offset: 0, value: :abs_g1_s:.Lfoo$frame_escape_0, kind: fixup_aarch64_movw 19 ; CHECK: fixup A - offset: 0, value: :abs_g0_nc:.Lfoo$frame_escape_0, kind: fixup_aarch64_movw
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64FixupKinds.h | 41 fixup_aarch64_movw, enumerator
|
D | AArch64AsmBackend.cpp | 122 case AArch64::fixup_aarch64_movw: in getFixupKindNumBytes() 235 case AArch64::fixup_aarch64_movw: { in adjustFixupValue() 365 case AArch64::fixup_aarch64_movw: in getFixupKindContainereSizeInBytes()
|
D | AArch64ELFObjectWriter.cpp | 60 if (Fixup.getTargetKind() != AArch64::fixup_aarch64_movw) in isNonILP32reloc() 376 case AArch64::fixup_aarch64_movw: in getRelocType()
|
D | AArch64MCCodeEmitter.cpp | 356 0, MO.getExpr(), MCFixupKind(AArch64::fixup_aarch64_movw), MI.getLoc())); in getMoveWideImmOpValue()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64FixupKinds.h | 45 fixup_aarch64_movw, enumerator
|
D | AArch64AsmBackend.cpp | 107 case AArch64::fixup_aarch64_movw: in getFixupKindNumBytes() 195 case AArch64::fixup_aarch64_movw: in adjustFixupValue() 245 case AArch64::fixup_aarch64_movw: in getFixupKindContainereSizeInBytes()
|
D | AArch64ELFObjectWriter.cpp | 211 case AArch64::fixup_aarch64_movw: in getRelocType()
|
D | AArch64MCCodeEmitter.cpp | 332 0, MO.getExpr(), MCFixupKind(AArch64::fixup_aarch64_movw), MI.getLoc())); in getMoveWideImmOpValue()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64FixupKinds.h | 41 fixup_aarch64_movw, enumerator
|
D | AArch64AsmBackend.cpp | 126 case AArch64::fixup_aarch64_movw: in getFixupKindNumBytes() 226 case AArch64::fixup_aarch64_movw: { in adjustFixupValue() 371 case AArch64::fixup_aarch64_movw: in getFixupKindContainereSizeInBytes() 438 (!RefKind && Fixup.getTargetKind() == AArch64::fixup_aarch64_movw)) { in applyFixup()
|
D | AArch64ELFObjectWriter.cpp | 60 if (Fixup.getTargetKind() != AArch64::fixup_aarch64_movw) in isNonILP32reloc() 381 case AArch64::fixup_aarch64_movw: in getRelocType()
|
D | AArch64MCCodeEmitter.cpp | 356 0, MO.getExpr(), MCFixupKind(AArch64::fixup_aarch64_movw), MI.getLoc())); in getMoveWideImmOpValue()
|