This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: i386: Document memory size reference in assembler
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: "Cui, Lili" <lili dot cui at intel dot com>
- Cc: Jan Beulich <JBeulich at suse dot com>, "Zhang, Annita" <annita dot zhang at intel dot com>, "Lu, Hongjiu" <hongjiu dot lu at intel dot com>, "Liu, Hongtao" <hongtao dot liu at intel dot com>, "Xiao, Wei3" <wei3 dot xiao at intel dot com>, "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Wed, 26 Jun 2019 15:11:15 -0700
- Subject: Re: i386: Document memory size reference in assembler
- References: <B1254C1F3D65A641B4143C8E9793D9FD481580DF@shsmsx102.ccr.corp.intel.com> <5D107625020000780023A8C9@prv1-mh.provo.novell.com> <B1254C1F3D65A641B4143C8E9793D9FD48158C32@shsmsx102.ccr.corp.intel.com> <5D11E445020000780023ADC6@prv1-mh.provo.novell.com> <B1254C1F3D65A641B4143C8E9793D9FD48158DD0@shsmsx102.ccr.corp.intel.com> <5D132902020000780023B2E5@prv1-mh.provo.novell.com> <B1254C1F3D65A641B4143C8E9793D9FD48158E94@shsmsx102.ccr.corp.intel.com>
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.