April 07, 2003 inline asm problem | ||||
---|---|---|---|---|
| ||||
Walter, looks like you have the src/dst register mod/rm selection swapped for the movq2dq instruction: movq2dq XMM4, MM0; assembles thusly: movq2dq XMM0, MM4 This is probably the first time anyone has tried to use this instruction with your compilers. ;) Sean |
April 07, 2003 Re: inline asm problem | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean L. Palmer | I have it in my test suite, I'll check it again. -Walter "Sean L. Palmer" <palmer.sean@verizon.net> wrote in message news:b6qklb$k89$1@digitaldaemon.com... > Walter, looks like you have the src/dst register mod/rm selection swapped for the movq2dq instruction: > > movq2dq XMM4, MM0; > > > > assembles thusly: > > > > movq2dq XMM0, MM4 > > > > This is probably the first time anyone has tried to use this instruction with your compilers. ;) > > Sean > > |
Copyright © 1999-2021 by the D Language Foundation