Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Darm.cc10974 int tagh = std::max(oldtag, newtag); in tag_cpu_arch_combine() local
10975 if (tagh <= elfcpp::TAG_CPU_ARCH_V6KZ) in tag_cpu_arch_combine()
10976 return tagh; in tag_cpu_arch_combine()
10979 int result = comb[tagh - T(V6T2)][tagl]; in tag_cpu_arch_combine()