OSDN Git Service

qemu/int128: Add int128_lshift
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 09:02:47 +0000 (10:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 09:02:47 +0000 (10:02 +0100)
commit5be4dd043f5beb5e7587d1ef8dd4e3716ec05639
treeab0850ee2f8d7d639f8259ce45349a56ae0c22ff
parent512c65e62e9e1ae9863ae5a8493e9fad9dbf00e7
qemu/int128: Add int128_lshift

Add left-shift to match the existing right-shift.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200815013145.539409-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/qemu/int128.h