RE: [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree

2021-10-25 Thread Luis Fernando Fujita Pires
From: Richard Henderson > On 9/10/21 4:26 AM, Luis Pires wrote: > > +&Z22_bf_fra bf fra dm > > +@Z22_bf_fra .. bf:3 .. fra:5 dm:6 . . &Z22_bf_fra > > + > > +%z22_frap 17:4 !function=times_2 > > +@Z22_bf_frap.. bf:3 .. 0 dm:6 . . &Z2

Re: [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree

2021-10-21 Thread Richard Henderson
On 9/10/21 4:26 AM, Luis Pires wrote: +&Z22_bf_fra bf fra dm +@Z22_bf_fra .. bf:3 .. fra:5 dm:6 . . &Z22_bf_fra + +%z22_frap 17:4 !function=times_2 +@Z22_bf_frap.. bf:3 .. 0 dm:6 . . &Z22_bf_fra fra=%z22_frap How confusing. The

[PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree

2021-09-10 Thread Luis Pires
Move the following instructions to decodetree: dtstdc: DFP Test Data Class dtstdcq: DFP Test Data Class Quad dtstdg: DFP Test Data Group dtstdgq: DFP Test Data Group Quad Signed-off-by: Luis Pires Reviewed-by: Philippe Mathieu-Daudé --- target/ppc/dfp_helper.c | 8 +++ target