OSDN Git Service

qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
authorKiran Ostrolenk <kiran.ostrolenk@codethink.co.uk>
Fri, 28 Apr 2023 14:47:48 +0000 (15:47 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 20:05:45 +0000 (13:05 -0700)
commit31fe256d32d70c83232c68c6e2d136b533e1dda0
treed61c40c278a3e7908ddc20f2bd2343de683b88f9
parent8841c815a93a2da3e60fb8173d9c5dc01f552dab
qemu/host-utils.h: Add clz and ctz functions for lower-bit integers

This is for use in the RISC-V vclz and vctz instructions (implemented in
proceeding commit).

Signed-off-by: Kiran Ostrolenk <kiran.ostrolenk@codethink.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230428144757.57530-11-lawrence.hunter@codethink.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/host-utils.h