Lines Matching refs:ARMv7

57   if (FLAG_enable_armv7) answer |= 1u << ARMv7;  in CpuFeaturesImpliedByCompiler()
60 if (FLAG_enable_vfp3) answer |= 1u << VFP3 | 1u << ARMv7; in CpuFeaturesImpliedByCompiler()
68 if ((answer & (1u << ARMv7)) && FLAG_enable_unaligned_accesses) { in CpuFeaturesImpliedByCompiler()
86 supported_ |= 1u << ARMv7; in ProbeImpl()
103 supported_ |= 1u << VFP3 | 1u << ARMv7; in ProbeImpl()
111 if (FLAG_enable_armv7) supported_ |= 1u << ARMv7; in ProbeImpl()
129 DCHECK(!IsSupported(VFP3) || IsSupported(ARMv7)); in ProbeImpl()
189 CpuFeatures::IsSupported(ARMv7), in PrintFeatures()
835 if (CpuFeatures::IsSupported(ARMv7)) { in target_at_put()
1007 if (CpuFeatures::IsSupported(ARMv7)) { in fits_shifter()
1070 return CpuFeatures::IsSupported(ARMv7); in use_mov_immediate_load()
1087 instructions = CpuFeatures::IsSupported(ARMv7) ? 2 : 4; in instructions_required()
1090 instructions = CpuFeatures::IsSupported(ARMv7) ? 3 : 5; in instructions_required()
1122 if (CpuFeatures::IsSupported(ARMv7)) { in move_32_bit_immediate()
1146 if (CpuFeatures::IsSupported(ARMv7)) { in move_32_bit_immediate()
1508 if (!CpuFeatures::IsSupported(ARMv7)) { in mov_label_offset()
1516 DCHECK(CpuFeatures::IsSupported(ARMv7)); in movw()
1522 DCHECK(CpuFeatures::IsSupported(ARMv7)); in movt()
1651 DCHECK(CpuFeatures::IsSupported(ARMv7)); in usat()
1679 DCHECK(CpuFeatures::IsSupported(ARMv7)); in ubfx()
1699 DCHECK(CpuFeatures::IsSupported(ARMv7)); in sbfx()
1714 DCHECK(CpuFeatures::IsSupported(ARMv7)); in bfc()
1733 DCHECK(CpuFeatures::IsSupported(ARMv7)); in bfi()
1927 DCHECK(IsEnabled(ARMv7)); in ldrd()
1942 DCHECK(IsEnabled(ARMv7)); in strd()
3783 if (CpuFeatures::IsSupported(ARMv7)) { in Populate()