HomeSort by relevance Sort by last modified time
    Searched full:aarch64 (Results 176 - 200 of 305) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/AArch64/
tail-call.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -tailcallopt | FileCheck %s
inline-asm-modifiers.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic < %s | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -filetype=obj < %s | llvm-objdump -r - | FileCheck --check-prefix=CHECK-ELF %s
fp-dp3.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -fp-contract=fast | FileCheck %s
2 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s -check-prefix=CHECK-NOFAST
addsub.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
alloca.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs < %s | FileCheck %s
dp1.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
fcvt-int.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
floatdp_1source.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
  /external/llvm/include/llvm/Object/
RelocVisitor.h 106 } else if (FileFormat == "ELF64-aarch64") {
242 // AArch64 ELF
  /external/llvm/test/DebugInfo/AArch64/
variable-loc.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -disable-fp-elim < %s | FileCheck %s
40 target triple = "aarch64-none-linux-gnu"
  /external/llvm/test/MC/AArch64/
neon-bitwise-instructions.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-mla-mls-instructions.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-rounding-shift.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-shift.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-aba-abd.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-add-sub-instructions.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-halving-add-sub.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-saturating-rounding-shift.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
neon-saturating-shift.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
3 // Check that the assembler can handle the documented syntax for AArch64
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 322 // AArch64 code is emitted with .rela relocations. The data already in any
332 // AArch64 code is emitted with .rela relocations. The data already in any
345 // AArch64 code is emitted with .rela relocations. The data already in any
357 // AArch64 code is emitted with .rela relocations. The data already in any
369 // AArch64 code is emitted with .rela relocations. The data already in any
758 case Triple::aarch64:
861 if (Arch == Triple::aarch64 &&
864 // This is an AArch64 branch relocation, need to use a stub function.
865 DEBUG(dbgs() << "\t\tThis is an AArch64 branch relocation.");
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 49 aarch64, // AArch64: aarch64 enumerator in enum:llvm::Triple::ArchType
  /external/clang/test/CodeGen/
aarch64-arguments.c 1 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s
3 // Sign extension is performed by the callee on AArch64, which means
  /external/llvm/cmake/
config-ix.cmake 357 elseif (LLVM_NATIVE_ARCH MATCHES "aarch64")
358 set(LLVM_NATIVE_ARCH AArch64)
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 1 //==-- AArch64ISelLowering.h - AArch64 DAG Lowering Interface ----*- C++ -*-==//
10 // This file defines the interfaces that AArch64 uses to lower LLVM code into a
  /external/llvm/
CODE_OWNERS.TXT 95 D: AArch64 backend

Completed in 120 milliseconds

1 2 3 4 5 6 78 91011>>