This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: i386: Document memory size reference in assembler



> -----Original Message-----
> From: H.J. Lu [mailto:hjl.tools@gmail.com]
> Sent: Thursday, June 27, 2019 6:11 AM
> To: Cui, Lili <lili.cui@intel.com>
> Cc: Jan Beulich <JBeulich@suse.com>; Zhang, Annita
> <annita.zhang@intel.com>; Lu, Hongjiu <hongjiu.lu@intel.com>; Liu,
> Hongtao <hongtao.liu@intel.com>; Xiao, Wei3 <wei3.xiao@intel.com>;
> binutils@sourceware.org
> Subject: Re: i386: Document memory size reference in assembler
> 
> On Wed, Jun 26, 2019 at 1:18 AM Cui, Lili <lili.cui@intel.com> wrote:
> >
> >
> >
> > > -----Original Message-----
> > > From: Jan Beulich [mailto:JBeulich@suse.com]
> > > Sent: Wednesday, June 26, 2019 4:13 PM
> > > To: Cui, Lili <lili.cui@intel.com>
> > > Cc: Zhang, Annita <annita.zhang@intel.com>; Lu, Hongjiu
> > > <hongjiu.lu@intel.com>; Liu, Hongtao <hongtao.liu@intel.com>; Xiao,
> > > Wei3 <wei3.xiao@intel.com>; binutils@sourceware.org
> > > Subject: RE: i386: Document memory size reference in assembler
> > >
> > > >>> On 26.06.19 at 05:37, <lili.cui@intel.com> wrote:
> > > > Update patch, thanks for your careful examination, I modified the
> > > > formatting and changed "tword" to "tbyte". Thanks.
> > >
> > > Thanks, lgtm now. I'm not the one to approve it though.
> > >
> > > > #define I386_TYPE(t, n) { #t, O_##t##_ptr, { n, n, n } }
> > > >     I386_TYPE(byte, 1),
> > > >     I386_TYPE(word, 2),
> > > >     I386_TYPE(dword, 4),
> > > >     I386_TYPE(fword, 6),
> > > >     I386_TYPE(qword, 8),
> > > >     I386_TYPE(tbyte, 10),
> > > >     I386_TYPE(oword, 16),
> > > >     I386_TYPE(xmmword, 16),
> > > >     I386_TYPE(ymmword, 32),
> > > >     I386_TYPE(zmmword, 64),
> > >
> > > No idea what this is about.
> > >
> > > Jan
> > >
> > It means that there is no type of "twod", only "tbyte" here.
> 
> I am checking it in for you.
> 
> Thanks.
> 
> --
> H.J.

Thank you, H.J.

Thanks,
Lili.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]