HomeSort by relevance Sort by last modified time
    Searched refs:armv7 (Results 1 - 25 of 244) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/MC/ARM/
directive-object_arch-3.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s | FileCheck %s
5 .arch armv7
9 @ CHECK: .arch armv7
obsolete-v8.s 4 @ CHECK: instruction requires: armv7 or earlier
7 @ CHECK: instruction requires: armv7 or earlier
directive-word-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
4 .cpu armv7
ldr-pseudo-parse-errors.s 1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s
2 @RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
variant-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-linux-eabi -filetype asm -o /dev/null 2>&1 %s \
4 .arch armv7
directive-arch-armv7.s 1 @ Test the .arch directive for armv7
4 @ armv7 architecture.
12 .arch armv7
14 @ CHECK-ASM: .arch armv7
directive-object_arch-2.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
7 .arch armv7
directive-object_arch.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
6 .arch armv7
invalid-vector-index.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
align_arm_2_thumb.s 1 @ RUN: llvm-mc -triple armv7-none-linux -filetype=obj -o %t.o %s
4 @ RUN: llvm-mc -triple armv7-apple-darwin -filetype=obj -o %t_darwin.o %s
align_thumb_2_arm.s 2 @ RUN: llvm-objdump -triple armv7-none-linux -d %t.o | FileCheck --check-prefix=THUMB_2_ARM %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
diagnostics-noneon.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t
directive-arch-armv7-a.s 1 @ Test the .arch directive for armv7-a
4 @ armv7-a architecture.
12 .arch armv7-a
14 @ CHECK-ASM: .arch armv7-a
directive-arch-armv7-m.s 1 @ Test the .arch directive for armv7-m
4 @ armv7-m architecture.
12 .arch armv7-m
14 @ CHECK-ASM: .arch armv7-m
directive-arch-armv7-r.s 1 @ Test the .arch directive for armv7-r
4 @ armv7-r architecture.
12 .arch armv7-r
14 @ CHECK-ASM: .arch armv7-r
directive-fpu-softvfp.s 1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o /dev/null
hilo-16bit-relocations.s 1 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
2 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
ldrd-strd-gnu-arm-bad-imm.s 1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 6 include device/generic/armv7-a-neon/BoardConfig.mk
m_e_arm.mk 15 $(call inherit-product, device/generic/armv7-a-neon/mini_armv7a_neon.mk)
17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-armv7-a-neon
22 PRODUCT_MODEL := mini-emulator-armv7-a-neon
25 LOCAL_KERNEL := prebuilts/qemu-kernel/arm/kernel-qemu-armv7
  /external/llvm/test/MC/MachO/ARM/
bad-darwin-directives.s 1 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype asm -o /dev/null 2>&1 \
4 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype obj -o /dev/null 2>&1 \
18 .arch armv7
27 .object_arch armv7
  /development/build/
sdk-android-armeabi-v7a.atree 17 # Copy the ARMv7 specific kernel image to .../kernel-qemu
18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu-armv7 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
  /device/generic/armv7-a-neon/
mini_armv7a_neon.mk 15 $(call inherit-product, device/generic/armv7-a-neon/mini_common.mk)
18 PRODUCT_DEVICE := armv7-a-neon
20 PRODUCT_MODEL := Mini for armv7-a-neon
23 DEVICE_PACKAGE_OVERLAYS := device/generic/armv7-a-neon/overlay
  /device/generic/mini-emulator-arm64/
mini_emulator_arm64.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-armv7-a-neon
22 PRODUCT_MODEL := mini-emulator-armv7-a-neon
24 LOCAL_KERNEL := prebuilts/qemu-kernel/arm/kernel-qemu-armv7
  /device/htc/flounder/flounder32/
BoardConfig.mk 7 TARGET_ARCH_VARIANT := armv7-a-neon

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 910