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.cc241 has_fp16_ == other_as_arm64->has_fp16_ && in Equals()
255 && (has_fp16_ || !other_as_arm64->has_fp16_) in HasAtLeast()
263 | (has_fp16_ ? kFP16BitField: 0) in AsBitmap()
284 if (has_fp16_) { in GetFeatureString()
316 bool has_fp16 = has_fp16_; in AddFeaturesFromSplitString()
380 arm64_features->has_fp16_, in AddRuntimeDetectedFeatures()
Dinstruction_set_features_arm64.h85 return has_fp16_; in HasFP16()
116 has_fp16_(has_fp16), in Arm64InstructionSetFeatures()
133 const bool has_fp16_; // ARMv8.2 FP16 extensions. variable