qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump


From: Robert Hoo
Subject: Re: [PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump
Date: Fri, 26 Mar 2021 09:47:16 +0800

On Thu, 2021-03-25 at 06:39 -0600, Richard Henderson wrote:
> On 3/24/21 9:15 PM, Robert Hoo wrote:
> > > > +        } else if (env->xcr0 & XFEATURE_AVX) {
> > > 
> > > This is normally a 2-bit test.
> > 
> > I beg your pardon. What 2 bits?
> 
> I forget the names, but isn't the usual test xcr0 & 6 == 6?

6 stands for SSE state-component and AVX state-component.
I'm not sure about this.
Can you remember where did you this "xcr0 & 6 == 6"? I can look into
that.
> 
> > BTW, checkpatch didn't warn me on this. It escaped.:)
> 
> Heh.
> 
> 
> r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]