OSDN Git Service

qemu/int128: Add int128_{not,xor}
authorFrédéric Pétrot <frederic.petrot@univ-grenoble-alpes.fr>
Mon, 25 Oct 2021 12:28:03 +0000 (14:28 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:10:00 +0000 (17:10 -0700)
commit1c46937358fc27a9e446d08c877389ee84d6767d
treef11552eb9c466cd90b4ac68e4ab7f6edba165179
parentc52d69e7dbaaed0ffdef8125e79218672c30161d
qemu/int128: Add int128_{not,xor}

Addition of not and xor on 128-bit integers.

Signed-off-by: Frédéric Pétrot <frederic.petrot@univ-grenoble-alpes.fr>
Co-authored-by: Fabien Portas <fabien.portas@grenoble-inp.org>
Message-Id: <20211025122818.168890-3-frederic.petrot@univ-grenoble-alpes.fr>
[rth: Split out logical operations.]
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/int128.h