Re: [PATCH 08/41] target/sparc: Perform DFPREG/QFPREG in decodetree

2024-05-10 Thread Philippe Mathieu-Daudé
On 2/3/24 06:15, Richard Henderson wrote: Form the proper register decoding from the start. Because we're removing the translation from the inner-most gen_load_fpr_* and gen_store_fpr_* routines, this must be done for all insns at once. Signed-off-by: Richard Henderson --- target/sparc/trans

[PATCH 08/41] target/sparc: Perform DFPREG/QFPREG in decodetree

2024-03-01 Thread Richard Henderson
Form the proper register decoding from the start. Because we're removing the translation from the inner-most gen_load_fpr_* and gen_store_fpr_* routines, this must be done for all insns at once. Signed-off-by: Richard Henderson --- target/sparc/translate.c | 18 ++-- target/sparc/insns.decode