HomeSort by relevance Sort by last modified time
    Searched refs:has_div (Results 1 - 2 of 2) sorted by null

  /art/runtime/arch/arm/
instruction_set_features_arm.cc 68 bool has_div = has_armv8a || FindVariantInArray(arm_variants_with_div, local
84 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) {
104 return ArmFeaturesUniquePtr(new ArmInstructionSetFeatures(has_div,
110 bool has_div = (bitmap & kDivBitfield) != 0; local
113 return ArmFeaturesUniquePtr(new ArmInstructionSetFeatures(has_div,
126 const bool has_div = true; local
128 const bool has_div = false; local
135 return ArmFeaturesUniquePtr(new ArmInstructionSetFeatures(has_div,
144 bool has_div = false; local
160 has_div = true
187 bool has_div = false; local
241 bool has_div = false; local
318 bool has_div = has_div_; local
    [all...]
instruction_set_features_arm.h 88 ArmInstructionSetFeatures(bool has_div,
92 has_div_(has_div),

Completed in 62 milliseconds