Re: [PATCH 32/37] target/i386: implement XSAVE and XRSTOR of AVX registers
On 9/12/22 00:04, Paolo Bonzini wrote: +if (rfbm & XSTATE_YMM_MASK) { +if (xstate_bv & XSTATE_BNDREGS_MASK) { +do_xrstor_ymmh(env, ptr, ra); Paste-o on second line. Otherwise, Reviewed-by: Richard Henderson r~
[PATCH 32/37] target/i386: implement XSAVE and XRSTOR of AVX registers
Signed-off-by: Paolo Bonzini --- target/i386/tcg/fpu_helper.c | 84 ++-- 1 file changed, 81 insertions(+), 3 deletions(-) diff --git a/target/i386/tcg/fpu_helper.c b/target/i386/tcg/fpu_helper.c index 230907bc5c..1be620257e 100644 --- a/target/i386/tcg/fpu_helper.