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

  /art/runtime/arch/arm/
instruction_set_features_arm.cc 48 bool has_div = FindVariantInArray(arm_variants_with_div, arraysize(arm_variants_with_div), local
58 if (has_div == false && has_lpae == false) {
100 return new ArmInstructionSetFeatures(smp, has_div, has_lpae);
105 bool has_div = (bitmap & kDivBitfield) != 0; local
107 return new ArmInstructionSetFeatures(smp, has_div, has_atomic_ldrd_strd);
113 const bool has_div = true; local
115 const bool has_div = false; local
122 return new ArmInstructionSetFeatures(smp, has_div, has_lpae);
130 bool has_div = false; local
145 has_div = true
166 bool has_div = false; local
211 bool has_div = false; local
270 bool has_div = has_div_; local
    [all...]
instruction_set_features_arm.h 79 ArmInstructionSetFeatures(bool smp, bool has_div, bool has_atomic_ldrd_strd)
81 has_div_(has_div), has_atomic_ldrd_strd_(has_atomic_ldrd_strd) {

Completed in 54 milliseconds