Searched refs:RUN (Results 1 - 25 of 1237) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Ddollars-in-identifiers.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2 # RUN: FileCheck < %t %s
H A Ddirective_line.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddot-symbol-non-absolute.s0 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
2 # RUN: FileCheck -input-file %t %s
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Ddollars-in-identifiers.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2 # RUN: FileCheck < %t %s
/external/llvm/test/MC/Mips/
H A Dmips-cop0-reginfo.s0 # RUN: llvm-mc -arch=mips -mcpu=mips32r2 -filetype=obj %s -o - | \
2 # RUN: llvm-readobj -sections -section-data - | \
3 # RUN: FileCheck %s
H A Delf_eflags_nan2008.s0 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
2 # RUN: llvm-readobj -h | \
3 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
5 # RUN: FileCheck %s -check-prefix=CHECK-ASM
H A Dmacro-li-bad.s0 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
2 # RUN: FileCheck %s < %t1 --check-prefix=32-BIT
3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
4 # RUN: FileCheck %s --check-prefix=64-BIT
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
6 # RUN: FileCheck %s --check-prefix=64-BIT
H A Dmacro-ddiv-bad.s0 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r6 2>&1 | \
2 # RUN: FileCheck %s --check-prefix=MIPS32-OR-R6
3 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>&1 | \
4 # RUN: FileCheck %s --check-prefix=MIPS32-OR-R6
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 2>&1 | \
6 # RUN: FileCheck %s --check-prefix=MIPS32-OR-R6
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 2>&1 | \
8 # RUN: FileCheck %s --check-prefix=MIPS64-NOT-R6
H A Dmacro-ddivu-bad.s0 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r6 2>&1 | \
2 # RUN: FileCheck %s --check-prefix=MIPS32-OR-R6
3 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>&1 | \
4 # RUN: FileCheck %s --check-prefix=MIPS32-OR-R6
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 2>&1 | \
6 # RUN: FileCheck %s --check-prefix=MIPS32-OR-R6
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 2>&1 | \
8 # RUN: FileCheck %s --check-prefix=MIPS64-NOT-R6
H A Dmacro-div-bad.s0 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r6 2>&1 | \
2 # RUN: FileCheck %s --check-prefix=R6
3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 2>&1 | \
4 # RUN: FileCheck %s --check-prefix=R6
5 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 2>&1 | \
6 # RUN: FileCheck %s --check-prefix=NOT-R6
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 2>&1 | \
8 # RUN: FileCheck %s --check-prefix=NOT-R6
/external/llvm/test/MC/PowerPC/
H A Dlcomm.s0 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \
2 # RUN: llvm-readobj -s -sd | FileCheck %s
3 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
4 # RUN: llvm-readobj -s -sd | FileCheck %s
H A Dppc64-abiversion.s2 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
3 # RUN: llvm-readobj -h | FileCheck %s
4 # RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj %s | \
5 # RUN: llvm-readobj -h | FileCheck %s
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dassume.h6 #ifdef RUN
/external/llvm/test/MC/ARM/
H A Dpreserve-comments-arm.s1 @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
3 @RUN: diff %t %t2
H A Darm-thumb-cpus-default.s1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
14 @ RUN
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dtransform_utils.ml0 (* RUN: cp %s %T/transform_utils.ml
2 * RUN: %ocamlc -g -w +A -package llvm.transform_utils -linkpkg %T/transform_utils.ml -o %t
3 * RUN: %t
4 * RUN: %ocamlopt -g -w +A -package llvm.transform_utils -linkpkg %T/transform_utils.ml -o %t
5 * RUN: %t
/external/llvm/test/MC/Mips/mips32r5/
H A Dinvalid-mips32.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips32r2.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r2 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips32r3.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r3 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips64r5/
H A Dinvalid-mips64.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips64r2.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r2 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips64r3.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r3 \
4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dnop-armv4-padding.s1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
H A Dnop-armv6t2-padding.s1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
/external/llvm/test/MC/Hexagon/
H A Dempty_asm.s0 # RUN: llvm-mc -triple=hexagon -filetype=asm %s -o - | FileCheck %s

Completed in 381 milliseconds

1234567891011>>