HomeSort by relevance Sort by last modified time
    Searched refs:ARMv4 (Results 1 - 5 of 5) sorted by null

  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 73 # error ARMv4 is not supported, please use ARMv4T at a minimum
79 /* experimental feature used to check that our ARMv4 workarounds
80 * work correctly without a real ARMv4 machine */
  /external/llvm/test/MC/ARM/
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/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
aes-armv4.S 9 @ AES for ARMv4
14 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
1182 .asciz "AES for ARMv4, CRYPTOGAMS by <appro@openssl.org>"
  /external/openssl/crypto/aes/asm/
aes-armv4.S 9 @ AES for ARMv4
14 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
1176 .asciz "AES for ARMv4, CRYPTOGAMS by <appro@openssl.org>"
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 132 #define ARMv4 (1u << 0)
    [all...]

Completed in 60 milliseconds