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

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
eh-directive-integrated-test.s 22 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
23 @ RUN: | llvm-readobj -s -sd | FileCheck %s
eh-directive-personalityindex-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-linux-eabi -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN: | FileCheck %s
eh-directive-text-section-multiple-func.s 1 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -s -sd -sr -r -t | FileCheck %s
eh-directive-text-section.s 1 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -s -sd -sr | FileCheck %s
eh-directive-unwind_raw.s 1 @ RUN: llvm-mc -triple armv7-linux-eabi -filetype obj -o - %s | llvm-readobj -u \
2 @ RUN: | FileCheck %s
fconst.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
multi-section-mapping.s 1 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
neon-dup-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-reverse-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-table-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-reverse-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-table-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
symbol-variants.s 1 @ RUN: llvm-mc < %s -triple armv7-none-linux-gnueabi -filetype=obj | llvm-objdump -triple armv7-none-linux-gnueabi -r - | FileCheck %s --check-prefix=CHECK --check-prefix=ARM
2 @ RUN: llvm-mc < %s -triple thumbv7-none-linux-gnueabi -filetype=obj | llvm-objdump -triple thumbv7-none-linux-gnueabi -r - | FileCheck %s --check-prefix=CHECK --check-prefix=THUMB
vmov-vmvn-illegal-cases.s 1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
vpush-vpop.s 1 @ RUN: llvm-mc -triple armv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s
arm-memory-instructions.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
load-store-acquire-release-v8-thumb.s 1 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s | FileCheck %s
2 @ RUN: not llvm-mc -triple=thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V7
  /external/llvm/test/MC/Mips/
mips-control-instructions.s 0 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32r2 | \
2 # RUN: FileCheck -check-prefix=CHECK32 %s
3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64r2 \
4 # RUN: | FileCheck -check-prefix=CHECK64 %s
  /external/llvm/test/MC/Mips/msa/
test_i8.s 0 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
test_vec.s 0 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
  /external/llvm/test/Object/
archive-long-index.test 4 RUN: llvm-nm -M %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s
  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 28 // from DISPLAY to RUN.
34 if ((type == RUN) && (delegate->type_ == DISPLAY))
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov.s 0 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
asm_swap_intel.s 0 # RUN: llvm-mc %s -x86-asm-syntax=intel -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 0 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s

Completed in 383 milliseconds

<<11121314151617181920>>