Re: [PATCH v3 19/22] target/ppc: Move dquai[q], drint{x,n}[q] to decodetree

2021-10-21 Thread Richard Henderson
On 9/10/21 4:26 AM, Luis Pires wrote: -#define GEN_DFP_T_B_U32_U32_Rc(name, u32f1, u32f2)\ -static void gen_##name(DisasContext *ctx) \ -{ \ -TCGv_ptr rt, rb; \ -TCGv_i32 u32_1, u32_2;

[PATCH v3 19/22] target/ppc: Move dquai[q], drint{x, n}[q] to decodetree

2021-09-10 Thread Luis Pires
Move the following instructions to decodetree: dquai: DFP Quantize Immediate dquaiq: DFP Quantize Immediate Quad drintx: DFP Round to FP Integer With Inexact drintxq: DFP Round to FP Integer With Inexact Quad drintn: DFP Round to FP Integer Without Inexact drintnq: DFP Round to FP Integer With