• Home
  • Raw
  • Download

Lines Matching refs:CpuFeatures

196 void CpuFeatures::ProbeImpl(bool cross_compile) {  in ProbeImpl()
249 void CpuFeatures::PrintTarget() { in PrintTarget()
303 void CpuFeatures::PrintFeatures() { in PrintFeatures()
305 CpuFeatures::IsSupported(ARMv8), CpuFeatures::IsSupported(ARMv7), in PrintFeatures()
306 CpuFeatures::IsSupported(VFPv3), CpuFeatures::IsSupported(VFP32DREGS), in PrintFeatures()
307 CpuFeatures::IsSupported(NEON), CpuFeatures::IsSupported(SUDIV)); in PrintFeatures()
568 if (CpuFeatures::IsSupported(VFP32DREGS)) { in Assembler()
924 if (!CpuFeatures::IsSupported(ARMv7)) { in target_at_put()
948 if (CpuFeatures::IsSupported(ARMv7)) { in target_at_put()
1118 if (CpuFeatures::IsSupported(ARMv7)) { in fits_shifter()
1179 return CpuFeatures::IsSupported(ARMv7); in use_mov_immediate_load()
1197 instructions = CpuFeatures::IsSupported(ARMv7) ? 2 : 4; in instructions_required()
1200 instructions = CpuFeatures::IsSupported(ARMv7) ? 3 : 5; in instructions_required()
1231 if (CpuFeatures::IsSupported(ARMv7)) { in move_32_bit_immediate()
1258 if (CpuFeatures::IsSupported(ARMv7)) { in move_32_bit_immediate()
1631 if (!CpuFeatures::IsSupported(ARMv7)) { in mov_label_offset()
2275 if (CpuFeatures::IsSupported(ARMv7)) { in dmb()
2287 if (CpuFeatures::IsSupported(ARMv7)) { in dsb()
2299 if (CpuFeatures::IsSupported(ARMv7)) { in isb()
2725 if (CpuFeatures::IsSupported(VFPv3) && FitsVmovFPImmediate(imm, &enc)) { in vmov()
2755 if (CpuFeatures::IsSupported(VFPv3) && FitsVmovFPImmediate(imm, &enc)) { in vmov()
2766 } else if (CpuFeatures::IsSupported(ARMv7) && FLAG_enable_vldr_imm && in vmov()
2810 CpuFeatures::IsSupported(ARMv7)) { in vmov()
5185 if (CpuFeatures::IsSupported(ARMv7)) { in PatchConstantPoolAccessInstruction()