]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Implemented vector module word/doubleword
authorLucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Wed, 25 May 2022 13:49:53 +0000 (10:49 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 20 Jun 2022 11:38:58 +0000 (08:38 -0300)
commit5adb27cd8faac8a3b3e8dc44328348d0e3c85aaf
treead9c15cf0cc476fb57baf9d3b6f4c49c188f7d9c
parenta173ba88be2b3e6aaae969629ee8a2577df2adc9
target/ppc: Implemented vector module word/doubleword

Implement the following PowerISA v3.1 instructions:
vmodsw: Vector Modulo Signed Word
vmoduw: Vector Modulo Unsigned Word
vmodsd: Vector Modulo Signed Doubleword
vmodud: Vector Modulo Unsigned Doubleword

Signed-off-by: Lucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220525134954.85056-8-lucas.araujo@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/insn32.decode
target/ppc/translate/vmx-impl.c.inc