Ticket #119 (closed defect: fixed)
ADDSD instruction is mis-implemented
| Reported by: | wml@… | Owned by: | |
|---|---|---|---|
| Priority: | P1 | Milestone: | |
| Component: | Architecture: x86 | Version: | 0.6.0 |
| Severity: | normal | Keywords: | addsd, x86 |
| Cc: |
Description
According to Intel (in the Architecture Manual), the ADDSD instruction takes an XMM register as the destination operand (op 1) and another XMM register or a pointer to a 64-bit memory location in the source operand (op 2). Yasm, right now, will take an XMM register or a 128-bit memory pointer for op 2.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
