RESOLVED FIXED 126486
CStack Branch: ARM64 add of stack pointer not valid as second source operand
https://bugs.webkit.org/show_bug.cgi?id=126486
Summary CStack Branch: ARM64 add of stack pointer not valid as second source operand
Michael Saboff
Reported 2014-01-03 23:40:26 PST
Due to architectural limitations, the stack pointer register cannot be used as the second source operand for various instructions. Currently only the add instruction is used by the macro assembler with the stack pointer as the second source operand. The ARM64 add macro assembler can swap the two source operands in this case.
Attachments
Patch (1.48 KB, patch)
2014-01-03 23:43 PST, Michael Saboff
mark.lam: review+
Michael Saboff
Comment 1 2014-01-03 23:43:59 PST
Mark Lam
Comment 2 2014-01-04 07:05:27 PST
Comment on attachment 220368 [details] Patch r=me
Michael Saboff
Comment 3 2014-01-04 10:28:14 PST
Note You need to log in before you can comment on or make changes to this bug.