Home | History | Annotate | Download | only in arm

Lines Matching refs:ARMv7

56 // can be defined to enable ARMv7 and VFPv3 instructions when building the
61 answer |= 1u << ARMv7;
64 answer |= 1u << VFP3 | 1u << ARMv7;
69 // generation even when generating snapshots. ARMv7 and hardware floating
73 answer |= 1u << VFP3 | 1u << ARMv7;
102 // enabled. VFPv3 implies ARMv7, see ARM DDI 0406B, page A1-6.
104 supported_ |= 1u << VFP3 | 1u << ARMv7;
106 // For the simulator=arm build, use ARMv7 when FLAG_enable_armv7 is enabled
108 supported_ |= 1u << ARMv7;
114 // detection of VFP returns true. VFPv3 implies ARMv7, see ARM DDI
116 supported_ |= 1u << VFP3 | 1u << ARMv7;
117 found_by_runtime_probing_ |= 1u << VFP3 | 1u << ARMv7;
120 if (!IsSupported(ARMv7) && OS::ArmCpuHasFeature(ARMv7)) {
121 supported_ |= 1u << ARMv7;
122 found_by_runtime_probing_ |= 1u << ARMv7;
739 if (CpuFeatures::IsSupported(ARMv7)) {
803 !CpuFeatures::IsSupported(ARMv7)) {
846 !CpuFeatures::IsSupported(ARMv7)) {
1275 ASSERT(CpuFeatures::IsSupported(ARMv7));
1303 ASSERT(CpuFeatures::IsSupported(ARMv7));
1323 ASSERT(CpuFeatures::IsSupported(ARMv7));
1338 ASSERT(CpuFeatures::IsSupported(ARMv7));
1357 ASSERT(CpuFeatures::IsSupported(ARMv7));
1445 ASSERT(CpuFeatures::IsEnabled(ARMv7));
1460 ASSERT(CpuFeatures::IsEnabled(ARMv7));
2622 // A5.6 (ARMv7) Instruction set encoding.