Lines Matching defs:dist32
365 // We compute {dist32/64}, i.e. the distance from the first instruction
371 // (A) {dist32/64} will be out of range at the next check in.
372 // (B) Emission can be done behind an unconditional branch and {dist32/64}
374 // (C) {dist32/64} exceeds the desired approximate distance to the pool.
392 size_t dist32 = pool_end_32 - first_use_32_;
393 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32;
395 require_jump == Jump::kOmitted && (dist32 >= kOpportunityDistToPool32);
396 bool approximate_distance_exceeded = dist32 >= kApproxDistToPool32;
614 // We compute {dist32/64}, i.e. the distance from the first instruction
620 // (A) {dist32/64} will be out of range at the next check in.
621 // (B) Emission can be done behind an unconditional branch and {dist32/64}
623 // (C) {dist32/64} exceeds the desired approximate distance to the pool.
641 size_t dist32 = pool_end_32 - first_use_32_;
642 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32;
644 require_jump == Jump::kOmitted && (dist32 >= kOpportunityDistToPool32);
645 bool approximate_distance_exceeded = dist32 >= kApproxDistToPool32;