Home
last modified time | relevance | path

Searched refs:has_fp16_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc257 has_fp16_ == other_as_arm64->has_fp16_ && in Equals()
272 && (has_fp16_ || !other_as_arm64->has_fp16_) in HasAtLeast()
281 | (has_fp16_ ? kFP16BitField: 0) in AsBitmap()
303 if (has_fp16_) { in GetFeatureString()
340 bool has_fp16 = has_fp16_; in AddFeaturesFromSplitString()
410 arm64_features->has_fp16_, in AddRuntimeDetectedFeatures()
Dinstruction_set_features_arm64.h85 return has_fp16_; in HasFP16()
121 has_fp16_(has_fp16), in Arm64InstructionSetFeatures()
140 const bool has_fp16_; // ARMv8.2 FP16 extensions. variable