Home | History | Annotate | Download | only in ARM

Lines Matching refs:ARM

1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \
2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \
25 .arm
28 @ CHECK-ARM-THUMB-NOT: target does not support
30 @ CHECK-ARM-ONLY: target does not support Thumb mode
31 @ CHECK-ARM-ONLY: target does not support Thumb mode
33 @ CHECK-THUMB-ONLY: target does not support ARM mode
34 @ CHECK-THUMB-ONLY: target does not support ARM mode