Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/arm/
H A Daes-armv4.S17 @ AES for ARMv4
22 @ by gcc-3.4.1. This is thanks to unique feature of ARMv4 ISA, which
H A Dsha512-armv4.S19 @ SHA512 block procedure for ARMv4. September 2007.
H A Dsha256-armv4.S19 @ SHA256 block procedure for ARMv4. May 2007.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,integrator.yaml14 They are ARMv4, ARMv5 and ARMv6-capable using different core tiles,
H A Dgemini.yaml10 The Gemini SoC is the project name for an ARMv4 FA525-based SoC originally
H A Dgemini.txt3 The Gemini SoC is the project name for an ARMv4 FA525-based SoC originally
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td881 def ARMv4 : Architecture<"armv4", "ARMv4", []>;
1259 def : ProcNoItin<"arm8", [ARMv4]>;
1260 def : ProcNoItin<"arm810", [ARMv4]>;
1261 def : ProcNoItin<"strongarm", [ARMv4]>;
1262 def : ProcNoItin<"strongarm110", [ARMv4]>;
1263 def : ProcNoItin<"strongarm1100", [ARMv4]>;
1264 def : ProcNoItin<"strongarm1110", [ARMv4]>;
H A DARMSubtarget.h99 ARMv4, enumerator
H A DARMInstrInfo.td2569 // ARMv4
5991 // ARMv4 indirect branch using (MOVr PC, dst)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp667 #define ARMv4 (1u << 0) macro
13754 m_arm_isa = ARMv4; in SetArchitecture()