Home
last modified time | relevance | path

Searched refs:ARMv4 (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/ARM/
DARM.td288 def ARMv4 : Architecture<"armv4", "ARMv4", []>;
398 def : ProcNoItin<"arm8", [ARMv4]>;
399 def : ProcNoItin<"arm810", [ARMv4]>;
400 def : ProcNoItin<"strongarm", [ARMv4]>;
401 def : ProcNoItin<"strongarm110", [ARMv4]>;
402 def : ProcNoItin<"strongarm1100", [ARMv4]>;
403 def : ProcNoItin<"strongarm1110", [ARMv4]>;
DARMSubtarget.h53 ARMv2, ARMv2a, ARMv3, ARMv3m, ARMv4, ARMv4t, ARMv5, ARMv5t, ARMv5te, enumerator
DARMInstrInfo.td2228 // ARMv4
5349 // ARMv4 indirect branch using (MOVr PC, dst)
/external/boringssl/linux-arm/crypto/sha/
Dsha512-armv4.S12 @ SHA512 block procedure for ARMv4. September 2007.
Dsha256-armv4.S12 @ SHA256 block procedure for ARMv4. May 2007.
/external/llvm/test/MC/ARM/
Dmul-v4.s1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher
/external/libopus/
Dconfig.h.in76 /* Use generic ARMv4 inline asm optimizations */
Dconfigure.ac214 [Use generic ARMv4 inline asm optimizations])
/external/boringssl/linux-arm/crypto/aes/
Daes-armv4.S10 @ AES for ARMv4
15 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
/external/v8/
DChangeLog12402 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
12419 Fixed compilation for ARMv4 (issue 590).