Searched refs:llvm (Results 251 - 275 of 4004) sorted by last modified time

<<11121314151617181920>>

/external/llvm/test/MC/AArch64/
H A Darm64-memory.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm64-optional-hash.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm64-separator.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm64-simd-ldst.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -mattr=neon -output-asm-variant=1 -show-encoding < %s | FileCheck %s
H A Darm64-small-data-fixups.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - %s | macho-dump | FileCheck %s
H A Darm64-system-encoding.s1 ; RUN: not llvm-mc -triple arm64-apple-darwin -show-encoding < %s 2> %t | FileCheck %s
H A Darm64-tls-modifiers-darwin.s1 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 %s -o - | FileCheck %s
2 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 -filetype=obj %s -o - | llvm-objdump -r - | FileCheck %s --check-prefix=CHECK-OBJ
/external/llvm/test/MC/ARM/
H A D2013-03-18-Br-to-label-named-like-reg.s1 @ RUN: llvm-mc -triple arm-eabi %s -o - | FileCheck %s
H A Dalign_arm_2_thumb.s1 @ RUN: llvm-mc -triple armv7-none-linux -filetype=obj -o %t.o %s
2 @ RUN: llvm-objdump -triple thumbv7-none-linux -d %t.o | FileCheck --check-prefix=ARM_2_THUMB %s
4 @ RUN: llvm-mc -triple armv7-apple-darwin -filetype=obj -o %t_darwin.o %s
5 @ RUN: llvm-objdump -triple thumbv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=ARM_2_THUMB %s
H A Dalign_thumb_2_arm.s1 @ RUN: llvm-mc -triple thumbv7-none-linux -filetype=obj -o %t.o %s
2 @ RUN: llvm-objdump -triple armv7-none-linux -d %t.o | FileCheck --check-prefix=THUMB_2_ARM %s
4 @ RUN: llvm-mc -triple thumbv7-apple-darwin -filetype=obj -o %t_darwin.o %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
H A Darm-aliases.s1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm-arithmetic-aliases.s1 @ RUN: llvm-mc -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Darm-elf-symver.s1 @ RUN: llvm-mc -filetype=obj -triple arm-none-linux-gnueabi %s -o - | llvm-readobj -r -t | FileCheck %s
2 @ RUN: llvm-mc -filetype=obj -triple thumb-none-linux-gnueabi %s -o - | llvm-readobj -r -t | FileCheck %s
H A Darm-it-block.s1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm-memory-instructions.s1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm-qualifier-diagnostics.s1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o - %s 2>&1 | FileCheck %s
H A Darm-shift-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7 -show-encoding < %s | FileCheck %s
H A Darm-thumb-cpus-default.s1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
16 @ RUN: llvm-mc -show-encoding -triple=armv6m-eabi < %s \
H A Darm-thumb-cpus.s1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \
4 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1 \
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \
10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \
13 @ RUN: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \
16 @ RUN: not llvm-mc -show-encoding -triple=armv6m-eabi < %s 2>&1 \
H A Darm-thumb-trustzone.s1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
/external/llvm/test/MC/ARM/AlignedBundling/
H A Dgroup-bundle-arm.s1 # RUN: llvm-mc -filetype=obj -triple armv7-linux-gnueabi %s -o - \
2 # RUN: | llvm-objdump -no-show-raw-insn -triple armv7 -disassemble - | FileCheck %s
H A Dpad-align-to-bundle-end.s1 # RUN: llvm-mc -filetype=obj -triple armv7-linux-gnueabi %s -o - \
2 # RUN: | llvm-objdump -no-show-raw-insn -triple armv7 -disassemble - | FileCheck %s
/external/llvm/test/MC/ARM/Windows/
H A Dmov32t-range.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -r - | FileCheck -check-prefix CHECK-RELOCATIONS %s
4 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
5 @ RUN: | llvm-objdump -d - | FileCheck -check-prefix CHECK-ENCODING %s
H A Dmultiple-text-sections.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -s - | FileCheck %s
H A Dtext-attributes.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -s - | FileCheck %s

Completed in 103 milliseconds

<<11121314151617181920>>