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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/AArch64/
pic-eh-stubs.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s
literal_pools.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
2 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -code-model=large | FileCheck --check-prefix=CHECK-LARGE %s
tls-dynamics.ll 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -filetype=obj < %s | llvm-objdump -r - | FileCheck --check-prefix=CHECK-RELOC %s
callee-save.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
directcond.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
fcmp.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
logical-imm.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
movw-consts.ll 1 ; RUN: llc -verify-machineinstrs -O0 < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
neon-frsqrt-frecp.ll 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
sibling-call.ll 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
  /external/llvm/test/DebugInfo/AArch64/
eh_frame.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -filetype=obj %s -o %t
eh_frame_personality.ll 1 ; RUN: llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu %s -filetype=obj -o %t
  /external/llvm/test/MC/AArch64/
gicv3-regs-diagnostics.s 1 // RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2>&1 | FileCheck %s
noneon-diagnostics.s 1 // RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=-neon < %s 2> %t
neon-add-pairwise.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-facge-facgt.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-halving-add.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/Support/
Triple.cpp 22 case aarch64: return "aarch64";
58 case aarch64: return "aarch64";
163 .Case("aarch64", aarch64)
228 .Case("aarch64", Triple::aarch64)
693 case llvm::Triple::aarch64:
724 case Triple::aarch64
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 1 //===-- AArch64MCInstLower.cpp - Convert AArch64 MachineInstr to an MCInst -==//
10 // This file contains code to lower AArch64 MachineInstrs to their corresponding
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 1 //===-- AArch64MCExpr.cpp - AArch64 specific MC expression classes --------===//
11 // accepted by the AArch64 architecture (e.g. ":lo12:", ":gottprel_g1:", ...).
AArch64MCExpr.h 1 //==- AArch64MCExpr.h - AArch64 specific MC expression classes --*- C++ -*-===//
10 // This file describes AArch64-specific MCExprs, used for modifiers like
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 1 //==-- AArch64InstPrinter.cpp - Convert AArch64 MCInst to assembly syntax --==//
10 // This class prints an AArch64 MCInst to a .s file.
334 if (Reg0 == AArch64::XSP || Reg1 == AArch64::XSP)
399 if (MI->getOpcode() == AArch64::TLSDESCCALL) {
  /external/llvm/docs/
CompilerWriterInfo.rst 27 AArch64
126 * `Procedure Call Standard for the AArch64 Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf>`_
127 * `ELF for the ARM 64-bit Architecture (AArch64) <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056a/IHI0056A_aaelf64.pdf>`_
  /external/clang/test/CodeGen/
aarch64-inline-asm.c 1 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s

Completed in 611 milliseconds

1 2 3 4 5 67 8 91011>>