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.cc281 has_fp16_ == other_as_arm64->has_fp16_ && in Equals()
296 && (has_fp16_ || !other_as_arm64->has_fp16_) in HasAtLeast()
305 | (has_fp16_ ? kFP16BitField: 0) in AsBitmap()
327 if (has_fp16_) { in GetFeatureString()
364 bool has_fp16 = has_fp16_; in AddFeaturesFromSplitString()
434 arm64_features->has_fp16_, in AddRuntimeDetectedFeatures()
Dinstruction_set_features_arm64.h91 return has_fp16_; in HasFP16()
132 has_fp16_(has_fp16), in Arm64InstructionSetFeatures()
151 const bool has_fp16_; // ARMv8.2 FP16 extensions. variable