http://d.puremagic.com/issues/show_bug.cgi?id=8827
Summary: Cannot move contents of R12
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jonathan Crapuchettes <[email protected]> 2012-10-15
14:14:26 PDT ---
Using dmd 2.060 and 2.059, the contents of R12 cannot be moved to another
register. I have tested with mov, movsd, and movupd instructions and the
compiler returns with all of them: "Error: bad addr mode".
Example:
void main()
{
asm
{
mov R8, [R12];
}
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------