Searched defs:ARMv5T (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp134 #define ARMv5T (1u << 2) macro
145 #define ARMV4T_ABOVE (ARMv4T|ARMv5T|ARMv5TE|ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
146 #define ARMV5_ABOVE (ARMv5T|ARMv5TE|ARMv5TEJ|ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8)
573 // In ARMv5T and above, this is an interworking branch.
1256 // In ARMv5T and above, this is an interworking branch.
3461 // In ARMv5T and above, this is an interworking branch.
3574 // In ARMv5T and above, this is an interworking branch.
3711 // In ARMv5T and above, this is an interworking branch.
3824 // In ARMv5T and above, this is an interworking branch.
12828 else if (0 == ::strcasecmp(arch_cstr, "armv5t")) m_arm_isa = ARMv5T;
[all...]

Completed in 90 milliseconds