/external/llvm/test/MC/ARM/ |
directive-object_arch-3.s | 6 .object_arch armv4 10 @ CHECK: .object_arch armv4
|
directive-object_arch-diagnostics.s | 12 .object_arch armv4! 15 @ CHECK: .object_arch armv4!
|
directive-arch-armv4.s | 1 @ Test the .arch directive for armv4 4 @ armv4 architecture. 12 .arch armv4 14 @ CHECK-ASM: .arch armv4
|
not-armv4.s | 1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s
|
directive-object_arch-2.s | 6 .object_arch armv4
|
directive-object_arch.s | 7 .object_arch armv4
|
mul-v4.s | 1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher 3 @ RUN: llvm-mc < %s -triple armv4-unknown-unknown -show-encoding | FileCheck %s --check-prefix=ARMV4 5 @ ARMV4: mul r0, r1, r2 @ encoding: [0x91,0x02,0x00,0xe0] 6 @ ARMV4: muls r0, r1, r2 @ encoding: [0x91,0x02,0x10,0xe0] 7 @ ARMV4: mulne r0, r1, r2 @ encoding: [0x91,0x02,0x00,0x10] 8 @ ARMV4: mulseq r0, r1, r2 @ encoding: [0x91,0x02,0x10,0x00] 14 @ ARMV4: mla r0, r1, r2, r3 @ encoding: [0x91,0x32,0x20,0xe0] 15 @ ARMV4: mlas r0, r1, r2, r3 @ encoding: [0x91,0x32,0x30,0xe0] 16 @ ARMV4: mlane r0, r1, r2, r3 @ encoding: [0x91,0x32,0x20,0x10 [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
directive-object_arch-3.s | 6 .object_arch armv4 10 @ CHECK: .object_arch armv4
|
directive-object_arch-diagnostics.s | 12 .object_arch armv4! 15 @ CHECK: .object_arch armv4!
|
directive-arch-armv4.s | 1 @ Test the .arch directive for armv4 4 @ armv4 architecture. 12 .arch armv4 14 @ CHECK-ASM: .arch armv4
|
not-armv4.s | 1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s
|
directive-object_arch-2.s | 6 .object_arch armv4
|
directive-object_arch.s | 7 .object_arch armv4
|
mul-v4.s | 1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher 3 @ RUN: llvm-mc < %s -triple armv4-unknown-unknown -show-encoding | FileCheck %s --check-prefix=ARMV4 5 @ ARMV4: mul r0, r1, r2 @ encoding: [0x91,0x02,0x00,0xe0] 6 @ ARMV4: muls r0, r1, r2 @ encoding: [0x91,0x02,0x10,0xe0] 7 @ ARMV4: mulne r0, r1, r2 @ encoding: [0x91,0x02,0x00,0x10] 8 @ ARMV4: mulseq r0, r1, r2 @ encoding: [0x91,0x02,0x10,0x00] 14 @ ARMV4: mla r0, r1, r2, r3 @ encoding: [0x91,0x32,0x20,0xe0] 15 @ ARMV4: mlas r0, r1, r2, r3 @ encoding: [0x91,0x32,0x30,0xe0] 16 @ ARMV4: mlane r0, r1, r2, r3 @ encoding: [0x91,0x32,0x20,0x10 [all...] |
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
nop-armv4-padding.s | 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
|
/external/llvm/test/MC/MachO/ARM/ |
nop-armv4-padding.s | 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/ |
nop-armv4-padding.s | 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
|
/external/u-boot/arch/arm/ |
Makefile | 9 arch-$(CONFIG_CPU_ARM720T) =-march=armv4 13 arch-$(CONFIG_CPU_SA1100) =-march=armv4 23 # On Tegra systems we must build SPL for the armv4 core on the device
|
/external/boringssl/ |
eureka.mk | 310 linux-arm/crypto/chacha/chacha-armv4.S\ 311 linux-arm/crypto/fipsmodule/aes-armv4.S\ 313 linux-arm/crypto/fipsmodule/armv4-mont.S\ 315 linux-arm/crypto/fipsmodule/ghash-armv4.S\ 317 linux-arm/crypto/fipsmodule/sha1-armv4-large.S\ 318 linux-arm/crypto/fipsmodule/sha256-armv4.S\ 319 linux-arm/crypto/fipsmodule/sha512-armv4.S\ 320 linux-arm/crypto/test/trampoline-armv4.S\
|
sources.mk | 255 linux-arm/crypto/chacha/chacha-armv4.S\ 256 linux-arm/crypto/fipsmodule/aes-armv4.S\ 258 linux-arm/crypto/fipsmodule/armv4-mont.S\ 260 linux-arm/crypto/fipsmodule/ghash-armv4.S\ 262 linux-arm/crypto/fipsmodule/sha1-armv4-large.S\ 263 linux-arm/crypto/fipsmodule/sha256-armv4.S\ 264 linux-arm/crypto/fipsmodule/sha512-armv4.S\ 265 linux-arm/crypto/test/trampoline-armv4.S\
|
/external/libjpeg-turbo/simd/arm/ |
jsimd_neon.S | 36 .object_arch armv4 [all...] |