OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:armv7
(Results
51 - 75
of
482
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Driver/
darwin-iphone-defaults.m
1
// RUN: %clang -target i386-apple-darwin9 -miphoneos-version-min=3.0 -arch
armv7
-flto -S -o - %s | FileCheck %s
/external/clang/test/Lexer/
wchar-signedness.c
2
// RUN: %clang_cc1 -fsyntax-only -dM -E %s -triple
armv7
-none-eabi | FileCheck %s --check-prefix=ARM
/external/llvm/test/CodeGen/ARM/
2009-09-21-LiveVariablesBug.ll
1
; RUN: llc < %s -mtriple=
armv7
-none-linux-gnueabi -mattr=+neon
PR15053.ll
1
; RUN: llc -mtriple=
armv7
< %s
atomic-cmp.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=ARM
darwin-section-order.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-darwin | FileCheck %s
fpcmp_ueq.ll
2
; RUN: llc < %s -mtriple=
armv7
-apple-darwin -mcpu=cortex-a8 | FileCheck %s
ifcvt8.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-darwin | FileCheck %s
movt-movw-global.ll
1
; RUN: llc < %s -verify-machineinstrs -mtriple=
armv7
-eabi | FileCheck %s -check-prefix=EABI
2
; RUN: llc < %s -verify-machineinstrs -mtriple=
armv7
-apple-ios -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=IOS
3
; RUN: llc < %s -verify-machineinstrs -mtriple=
armv7
-apple-ios -relocation-model=pic | FileCheck %s -check-prefix=IOS-PIC
4
; RUN: llc < %s -verify-machineinstrs -mtriple=
armv7
-apple-ios -relocation-model=static | FileCheck %s -check-prefix=IOS-STATIC
undef-sext.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-darwin -mcpu=cortex-a8 | FileCheck %s
2010-11-30-reloc-movt.ll
1
; RUN: llc %s -mtriple=
armv7
-linux-gnueabi -filetype=obj -o - | \
4
target triple = "
armv7
-none-linux-gnueabi"
2010-12-15-elf-lcomm.ll
1
; RUN: llc %s -mtriple=
armv7
-linux-gnueabi -filetype=obj -o - | \
3
; RUN: llc %s -mtriple=
armv7
-linux-gnueabi -o - | \
2011-09-09-OddVectorDivision.ll
1
; RUN: llc -mtriple=
armv7
-- < %s -mattr=-neon
4
target triple = "
armv7
-none-linux-gnueabi"
/external/llvm/test/CodeGen/Thumb2/
2009-08-07-CoalescerBug.ll
1
; RUN: llc < %s -mtriple=
armv7
-eabi -mattr=+vfp2
2009-08-08-ScavengerAssert.ll
1
; RUN: llc < %s -mtriple=
armv7
-eabi -mattr=+vfp2
/external/llvm/test/ExecutionEngine/MCJIT/
test-data-align-remote.ll
2
; XFAIL:
armv7
, mips
/external/llvm/test/MC/ARM/
elf-eflags-eabi.s
1
@ RUN: llvm-mc %s -triple=
armv7
-linux-gnueabi -filetype=obj -o - | \
/external/llvm/test/MC/Disassembler/ARM/
unpredictable-ADC-arm.txt
1
# RUN: llvm-mc --disassemble %s -triple=
armv7
-linux-gnueabi 2>&1 | FileCheck %s
unpredictable-ADDREXT3-arm.txt
1
# RUN: llvm-mc --disassemble %s -triple=
armv7
-linux-gnueabi 2>&1 | FileCheck %s
unpredictable-MRRC2-arm.txt
1
# RUN: llvm-mc --disassemble %s -triple=
armv7
-linux-gnueabi 2>&1 | FileCheck %s
unpredictable-MUL-arm.txt
1
# RUN: llvm-mc --disassemble %s -triple=
armv7
-linux-gnueabi 2>&1 | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
nop-thumb2-padding.s
1
@ RUN: llvm-mc -triple
armv7
-apple-darwin %s -filetype=obj -o %t.obj
/external/llvm/test/Transforms/Reassociate/
fp-commute.ll
3
target triple = "
armv7
-apple-ios"
/dalvik/vm/mterp/
rebuild.sh
23
for arch in portable allstubs armv5te armv5te-vfp
armv7
-a
armv7
-a-neon mips x86; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done
/external/clang/test/CodeGen/
arm-cc.c
2
// RUN: %clang_cc1 -triple
armv7
-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-APCS %s
3
// RUN: %clang_cc1 -triple
armv7
-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-AAPCS %s
Completed in 149 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>