Searched refs:llvm (Results 276 - 300 of 4004) sorted by last modified time

<<11121314151617181920>>

/external/llvm/test/MC/ARM/
H A Darm-trustzone.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
H A Darm_addrmode2.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
H A Darm_addrmode3.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
H A Darm_fixups.s1 @ RUN: llvm-mc -triple armv7-unknown-unknown %s --show-encoding > %t
3 @ RUN: llvm-mc -triple armebv7-unknown-unknown %s --show-encoding > %t
H A Darm_instructions.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s \
3 @ RUN: llvm-mc -mcpu=cortex-a9-mp -triple armv7-unknown-nacl -show-encoding %s \
5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
H A Dbasic-arm-instructions-v8.s3 @ RUN: llvm-mc -triple armv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8
4 @ RUN: not llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V7
H A Dbasic-arm-instructions.s1 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=armebv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-BE %s
H A Dbasic-thumb-instructions.s5 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s
6 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s
7 @ RUN: llvm-mc -triple=thumbebv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-BE %s
H A Dbasic-thumb2-instructions-v8.s3 @ 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
H A Dbasic-thumb2-instructions.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbebv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-BE %s
H A Dbkpt.s1 @ RUN: llvm-mc -triple armv7-unknown-unknown -filetype asm -o - %s | FileCheck %s
H A Dcmp-immediate-fixup-error.s1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
H A Dcmp-immediate-fixup-error2.s1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
H A Dcmp-immediate-fixup.s2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
H A Dcmp-immediate-fixup2.s2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
H A Dcoff-relocations.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -r - | FileCheck %s -check-prefix CHECK-RELOCATION
4 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
5 @ RUN: | llvm-objdump -d - | FileCheck %s -check-prefix CHECK-ENCODING
H A Dcomment.s2 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi | FileCheck %s
3 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s --check-prefix=ERROR
H A Dcomplex-operands.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s | FileCheck %s
H A Dcrc32-thumb.s1 @ 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
3 @ RUN: not llvm-mc -triple=thumbv8 -mattr=-crc -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOCRC
H A Dcrc32.s1 @ 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
3 @ RUN: not llvm-mc -triple=thumbv8 -mattr=-crc -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOCRC
H A Ddeprecated-v8.s1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV8
2 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV8
3 @ RUN: llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV7
4 @ RUN: llvm-mc -triple thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV7
5 @ RUN: llvm-mc -triple armv6 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV6
H A Ddiagnostics-noneon.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t
H A Ddiagnostics.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2> %t
3 @ RUN: not llvm-mc -triple=armv8 < %s 2> %t
H A Ddirective-align.s1 @ RUN: llvm-mc -triple armv7-eabi %s | FileCheck %s
H A Ddirective-arch-armv2.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR

Completed in 3010 milliseconds

<<11121314151617181920>>