commit | 63104c06a9eddf53f88f6d16196bb036c62967b2 | [log] [tgz] |
---|---|---|
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | Mon Nov 03 14:28:14 2014 +0200 |
committer | Stafford Horne <shorne@gmail.com> | Mon Feb 06 21:50:43 2017 +0900 |
tree | 3f4bfcaa467d0546512602d5ad961e5f62f4e529 | |
parent | 8c9b7db0de3d64c9a6fcd12622636d4aa6a8c30c [diff] |
openrisc: add l.lwa/l.swa emulation This adds an emulation layer for implementations that lack the l.lwa and l.swa instructions. It handles these instructions both in kernel space and user space. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> [shorne@gmail.com: Added delay slot pc adjust logic] Signed-off-by: Stafford Horne <shorne@gmail.com>