arch-riscv,util: Add m5op.S for riscv to enable pseudo inst use
authorAyaz Akram <yazakram@ucdavis.edu>
Tue, 15 Dec 2020 09:33:52 +0000 (01:33 -0800)
committerAyaz Akram <yazakram@ucdavis.edu>
Wed, 20 Jan 2021 09:40:09 +0000 (09:40 +0000)
commit14663f9c48b0db523d62c2ce8806f2e2c69bf7df
tree4f3614fd97d7476564b6ac2d7041867a8205e421
parenteb7958c6e20f2f225c8f1b9cc1cfcfa28abfb7cd
arch-riscv,util: Add m5op.S for riscv to enable pseudo inst use

This change adds assembly code for riscv pseudo instructions so
that they can be used with riscv benchmarks.

Change-Id: Ic979fd375e7750e92f52b900bf39e351f629fe2c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38515
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/README.md
util/m5/src/abi/riscv/SConsopts [new file with mode: 0644]
util/m5/src/abi/riscv/m5op.S [new file with mode: 0644]
util/m5/src/abi/riscv/verify_inst.cc [new file with mode: 0644]