HomeSort by relevance Sort by last modified time
    Searched refs:RUN (Results 476 - 500 of 680) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8.s 1 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s | FileCheck %s
2 @ RUN: not llvm-mc -triple=armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V7
neon-crypto.s 1 @ RUN: llvm-mc -triple armv8 -mattr=+neon,+crypto -show-encoding < %s | FileCheck %s
2 @ RUN: not llvm-mc -triple=armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V7
ltorg-darwin.s 7 @RUN: llvm-mc -triple armv7-apple-darwin %s | FileCheck %s
8 @RUN: llvm-mc -triple thumbv5-apple-darwin %s | FileCheck %s
9 @RUN: llvm-mc -triple thumbv7-apple-darwin %s | FileCheck %s
ltorg.s 7 @RUN: llvm-mc -triple armv7-unknown-linux-gnueabi %s | FileCheck %s
8 @RUN: llvm-mc -triple thumbv5-unknown-linux-gnueabi %s | FileCheck %s
9 @RUN: llvm-mc -triple thumbv7-unknown-linux-gnueabi %s | FileCheck %s
ldr-pseudo.s 7 @RUN: llvm-mc -triple armv7-unknown-linux-gnueabi %s | FileCheck %s
8 @RUN: llvm-mc -triple thumbv5-unknown-linux-gnueabi %s | FileCheck %s
9 @RUN: llvm-mc -triple thumbv7-unknown-linux-gnueabi %s | FileCheck %s
basic-thumb2-instructions-v8.s 3 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8
4 @ RUN: not llvm-mc -triple thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V7
vfp-aliases.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s | FileCheck %s
directive-arch_extension-fp.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
2 @ RUN: | FileCheck %s -check-prefix CHECK-V7
3 @ RUN: not llvm-mc -triple armv8-eabi -filetype asm -o /dev/null 2>&1 %s \
4 @ RUN: | FileCheck %s -check-prefix CHECK-V8
5 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
6 @ RUN: | FileCheck %s -check-prefix CHECK-V7
7 @ RUN: not llvm-mc -triple thumbv8-eabi -filetype asm -o /dev/null 2>&1 %s \
8 @ RUN: | FileCheck %s -check-prefix CHECK-V8
  /external/llvm/test/MC/AsmParser/
section.s 0 # RUN: llvm-mc -triple i386-pc-linux-gnu -filetype=obj -o %t %s
2 # RUN: llvm-readobj -s -sd < %t | FileCheck %s
  /external/llvm/test/MC/Mips/
expr1.s 0 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
micromips-expansions.s 0 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
2 # RUN: -mcpu=mips32r2 -mattr=micromips | FileCheck %s
mips64-register-names-n32-n64.s 0 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding | FileCheck %s
2 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
3 # RUN: -mattr=-n64,+n32 | FileCheck %s
mips-jump-instructions.s 0 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | \
2 # RUN: FileCheck -check-prefix=CHECK32 %s
3 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | \
4 # RUN: FileCheck -check-prefix=CHECK64 %s
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 0 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
sparc-pic.s 0 ! RUN: llvm-mc %s -arch=sparcv9 --relocation-model=pic -filetype=obj | llvm-readobj -r | FileCheck %s
sparc-relocations.s 0 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -filetype=obj | llvm-readobj -r | FileCheck %s --check-prefix=CHECK-OBJ
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 59 // RUN();
71 // Once the test has been run all integer and floating point registers as well
115 // Run tests with the simulator.
154 #define RUN() \
169 // Run the test on real hardware or models.
193 #define RUN() \
277 RUN();
313 RUN();
385 RUN();
431 RUN();
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 56 // RUN();
68 // Once the test has been run all integer and floating point registers as well
101 // Run tests with the simulator.
145 #define RUN() \
153 // Run the test on real hardware or models.
171 #define RUN() \
243 RUN();
278 RUN();
314 RUN();
361 RUN();
    [all...]
  /external/llvm/test/MC/Mips/mips2/
invalid-mips3.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
invalid-mips32.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64r2.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips5 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips64.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 126 InsecureContentInfoBarDelegate::RUN);
  /external/clang/test/Misc/
warning-flags.c 0 RUN: diagtool list-warnings > %t 2>&1
2 RUN: FileCheck --input-file=%t %s
  /external/llvm/test/MC/AArch64/
arm64-directive_loh.s 0 # RUN: not llvm-mc -triple arm64-apple-darwin < %s 2> %t | FileCheck %s
2 # RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s

Completed in 182 milliseconds

<<11121314151617181920>>