Searched refs:is_near_pre_r6 (Results 1 – 4 of 4) sorted by relevance
423 inline bool is_near_pre_r6(Label* L) { in is_near_pre_r6() function
986 return IsMipsArchVariant(kMips32r6) ? is_near_r6(L) : is_near_pre_r6(L); in is_near_branch()
426 inline bool is_near_pre_r6(Label* L) { in is_near_pre_r6() function
953 return kArchVariant == kMips64r6 ? is_near_r6(L) : is_near_pre_r6(L); in is_near_branch()