]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc: Implement cnttzdm
authorLuis Pires <luis.pires@eldorado.org.br>
Fri, 29 Oct 2021 20:23:58 +0000 (17:23 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:51 +0000 (10:32 +1100)
commitf356b3ba4745d892156931ba7c82067c4a9c18ab
tree96023b3ec912bf2e663c7dbfc06aec701ec50edd
parent82be6e02b480b2c7427b0ab91f2c297717d3cfa6
target/ppc: Implement cnttzdm

Implement the following PowerISA v3.1 instruction:
cnttzdm: Count Trailing Zeros Doubleword Under Bit Mask

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20211029202424.175401-9-matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/insn32.decode
target/ppc/translate/fixedpoint-impl.c.inc