Home
last modified time | relevance | path

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

/linux-6.15/arch/sparc/net/
H A Dbpf_jit_comp_64.c372 lowest_bit_set = highest_bit_set = -1; in analyze_64bit_constant()
378 highest_bit_set = (64 - i - 1); in analyze_64bit_constant()
379 } while (++i < 32 && (highest_bit_set == -1 || in analyze_64bit_constant()
386 if (highest_bit_set == -1 && in analyze_64bit_constant()
388 highest_bit_set = 32 - i - 1; in analyze_64bit_constant()
405 *hbsp = highest_bit_set; in analyze_64bit_constant()
435 &highest_bit_set, &lowest_bit_set, in const64_is_2insns()
442 if (highest_bit_set - lowest_bit_set < 21) in const64_is_2insns()
502 shift = -(63 - highest_bit_set); in emit_loadimm64()
519 if ((highest_bit_set - lowest_bit_set) < 21) { in emit_loadimm64()
[all …]