target/ppc: Implement hashst and hashchk
Implementation for instructions hashst and hashchk, which were added in Power ISA 3.1B. It was decided to implement the hash algorithm from ground up in this patch exactly as described in Power ISA. Signed-off-by:Víctor Colombo <victor.colombo@eldorado.org.br> Reviewed-by:
Lucas Mateus Castro <lucas.araujo@eldorado.org.br> Message-Id: <20220715205439.161110-3-victor.colombo@eldorado.org.br> [danielhb: fix block comment in excp_helper.c] Signed-off-by:
Daniel Henrique Barboza <danielhb413@gmail.com>
Showing
- target/ppc/excp_helper.c 81 additions, 0 deletionstarget/ppc/excp_helper.c
- target/ppc/helper.h 2 additions, 0 deletionstarget/ppc/helper.h
- target/ppc/insn32.decode 8 additions, 0 deletionstarget/ppc/insn32.decode
- target/ppc/translate.c 5 additions, 0 deletionstarget/ppc/translate.c
- target/ppc/translate/fixedpoint-impl.c.inc 32 additions, 0 deletionstarget/ppc/translate/fixedpoint-impl.c.inc
Loading
Please register or sign in to comment