OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMv4T
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h
38
* IMPORTANT: We have no intention to support anything below an
ARMv4T
!
73
# error ARMv4 is not supported, please use
ARMv4T
at a minimum
/external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp
133
#define
ARMv4T
(1u << 1)
145
#define ARMV4T_ABOVE (
ARMv4T
|ARMv5T|ARMv5TE|ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
[
all
...]
Completed in 31 milliseconds