Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-dis.c2022 get_top_bit (uint64_t value) in get_top_bit() function
2039 info->imm.value -= get_top_bit (info->imm.value); in aarch64_ext_sve_shlimm()
2053 info->imm.value = get_top_bit (info->imm.value) * 2 - info->imm.value; in aarch64_ext_sve_shrimm()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-dis.c2284 get_top_bit (uint64_t value) in get_top_bit() function
2301 info->imm.value -= get_top_bit (info->imm.value); in aarch64_ext_sve_shlimm()
2315 info->imm.value = get_top_bit (info->imm.value) * 2 - info->imm.value; in aarch64_ext_sve_shrimm()