commit | 4c6ab7cfcd84e28e2804435dc331b5ccdbb96148 | [log] [tgz] |
---|---|---|
author | Jean-Paul Etienne <fractalclone@gmail.com> | Wed Jan 11 00:24:30 2017 +0100 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Fri Jan 13 19:53:57 2017 +0000 |
tree | 7cd9bd400c10bdbe635bdedad285160d0c69e04b | |
parent | cd83e85edc5d741f6b52c6b5995303c30bda443a [diff] |
unified: added _MOVE_INSTR for RISCV32 architecture added _MOVE_INSTR for RISCV32 architecture The store instruction has a different syntax in RISC-V, compared to the other architectures. Hence, for each architecture, specify the entire load instruction within the _MOVE_INSTR variable. Change-Id: Iedc421e73411876abd8b698f7d4b46081b473d79 Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>