Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc302 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in Equals() local
303 return fix_cortex_a53_835769_ == other_as_arm64->fix_cortex_a53_835769_ && in Equals()
304 fix_cortex_a53_843419_ == other_as_arm64->fix_cortex_a53_843419_ && in Equals()
305 has_crc_ == other_as_arm64->has_crc_ && in Equals()
306 has_lse_ == other_as_arm64->has_lse_ && in Equals()
307 has_fp16_ == other_as_arm64->has_fp16_ && in Equals()
308 has_dotprod_ == other_as_arm64->has_dotprod_ && in Equals()
309 has_sve_ == other_as_arm64->has_sve_; in Equals()
319 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in HasAtLeast() local
320 return (has_crc_ || !other_as_arm64->has_crc_) in HasAtLeast()
[all …]