HomeSort by relevance Sort by last modified time
    Searched full:march (Results 426 - 450 of 3154) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/XCore/
sr-intrinsics.ll 1 ; RUN: llc < %s -march=xcore | FileCheck %s
unaligned_store_combine.ll 1 ; RUN: llc < %s -march=xcore | FileCheck %s
  /external/oprofile/module/
op_init.c 13 // with -march options ??
  /external/llvm/test/CodeGen/ARM/
fmscs.ll 1 ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s -check-prefix=NEON
3 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=A8
fnmacs.ll 1 ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s -check-prefix=NEON
3 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=A8
uxt_rot.ll 1 ; RUN: llc < %s -march=arm -mattr=+v6 | grep uxtb | count 1
2 ; RUN: llc < %s -march=arm -mattr=+v6 | grep uxtab | count 1
3 ; RUN: llc < %s -march=arm -mattr=+v6 | grep uxth | count 1
  /external/llvm/test/CodeGen/Thumb2/
cortex-fp.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=CORTEXM3
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4
3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8
  /external/llvm/test/CodeGen/X86/
2008-06-13-NotVolatileLoadStore.ll 1 ; RUN: llc < %s -march=x86 | not grep movsd
2 ; RUN: llc < %s -march=x86 | grep movw
3 ; RUN: llc < %s -march=x86 | grep addw
inline-asm-error.ll 1 ; RUN: not llc -march x86 -regalloc=fast < %s 2> %t1
2 ; RUN: not llc -march x86 -regalloc=basic < %s 2> %t2
3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
swizzle.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movlps
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep movups
vec_compare-sse4.ll 1 ; RUN: llc < %s -march=x86 -mattr=-sse3,+sse2 | FileCheck %s -check-prefix=SSE2
2 ; RUN: llc < %s -march=x86 -mattr=-sse42,+sse41 | FileCheck %s -check-prefix=SSE41
3 ; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s -check-prefix=SSE42
zero-remat.ll 1 ; RUN: llc < %s -march=x86-64 | FileCheck %s --check-prefix=CHECK-64
2 ; RUN: llc < %s -march=x86-64 -o /dev/null -stats -info-output-file - | grep asm-printer | grep 12
3 ; RUN: llc < %s -march=x86 | FileCheck %s --check-prefix=CHECK-32
vec_shuffle-14.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movd | count 1
3 ; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep movd | count 2
4 ; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep movq | count 3
5 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep xor
fp-elim.ll 1 ; RUN: llc < %s -march=x86 -asm-verbose=false | FileCheck %s -check-prefix=FP-ELIM
2 ; RUN: llc < %s -march=x86 -asm-verbose=false -disable-fp-elim | FileCheck %s -check-prefix=NO-ELIM
3 ; RUN: llc < %s -march=x86 -asm-verbose=false -disable-non-leaf-fp-elim | FileCheck %s -check-prefix=NON-LEAF
vec_shift3.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep psllq
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep psraw
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movd | count 2
  /external/clang/test/Preprocessor/
predefined-arch-macros.c 6 // RUN: %clang -march=i386 -m32 -E -dM %s -o - 2>&1 \
12 // RUN: %clang -march=i386 -m64 -E -dM %s -o - 2>&1 \
16 // RUN: %clang -march=i486 -m32 -E -dM %s -o - 2>&1 \
24 // RUN: %clang -march=i486 -m64 -E -dM %s -o - 2>&1 \
28 // RUN: %clang -march=i586 -m32 -E -dM %s -o - 2>&1 \
39 // RUN: %clang -march=i586 -m64 -E -dM %s -o - 2>&1 \
43 // RUN: %clang -march=pentium -m32 -E -dM %s -o - 2>&1 \
54 // RUN: %clang -march=pentium -m64 -E -dM %s -o - 2>&1 \
58 // RUN: %clang -march=pentium-mmx -m32 -E -dM %s -o - 2>&1 \
72 // RUN: %clang -march=pentium-mmx -m64 -E -dM %s -o - 2>&1
    [all...]
x86_target_features.c 1 // RUN: %clang -target i386-unknown-unknown -march=core2 -msse4 -x c -E -dM -o %t %s
11 // RUN: %clang -target i386-unknown-unknown -march=core2 -msse4 -mno-sse2 -x c -E -dM -o %t %s
21 // RUN: %clang -target i386-unknown-unknown -march=pentium-m -x c -E -dM -o %t %s
  /external/llvm/test/CodeGen/Mips/
fabs.ll 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=32R2
3 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=64
4 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s -check-prefix=64R2
5 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s -check-prefix=NO-NAN
global-address.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
  /external/chromium/base/i18n/
time_formatting.h 40 // "Monday, March 6, 2008 2:44:30 PM".
44 // "Monday, March 6, 2008 2:44:30 PM".
48 // "Monday, March 6, 2008".
  /external/llvm/test/CodeGen/Thumb/
long.ll 1 ; RUN: llc < %s -march=thumb | \
3 ; RUN: llc < %s -march=thumb | \
5 ; RUN: llc < %s -march=thumb | \
  /bootable/bootloader/legacy/libc/
Android.mk 28 LOCAL_CFLAGS += -march=armv6
  /bootable/bootloader/legacy/nandwrite/
Android.mk 11 LOCAL_CFLAGS += -march=armv6
  /bootable/bootloader/legacy/usbloader/
Android.mk 11 LOCAL_CFLAGS += -march=armv6
  /build/core/combo/arch/arm/
armv7-a.mk 18 -march=armv7-a \

Completed in 758 milliseconds

<<11121314151617181920>>