arch-riscv: Move static_inst into a directory
authorAlec Roelke <ar4jc@virginia.edu>
Tue, 7 Nov 2017 16:45:47 +0000 (11:45 -0500)
committerAlec Roelke <ar4jc@virginia.edu>
Tue, 28 Nov 2017 03:43:12 +0000 (03:43 +0000)
commit5179d0ba2b573435796f9fd9cb6a25c82f5fc292
tree8a82a78ba2a7d0defb601a89c1cfba0d09e74519
parent3dfb2ef499ed35f999b215817283f4ea45837bf2
arch-riscv: Move static_inst into a directory

This patch creates an "insts" directory in src/arch/riscv to store
static portions of instruction definitions that aren't part of the code
generated by the ISA description.  It serves as a starting point for
future patches to simplify the ISA description.

Change-Id: I6700522143f6fa6c9b18a30e1fbdc8f80cdc7afa
Reviewed-on: https://gem5-review.googlesource.com/6021
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Alec Roelke <ar4jc@virginia.edu>
src/arch/riscv/insts/SConscript [new file with mode: 0644]
src/arch/riscv/insts/static_inst.cc [new file with mode: 0644]
src/arch/riscv/insts/static_inst.hh [new file with mode: 0644]
src/arch/riscv/isa/includes.isa
src/arch/riscv/static_inst.hh [deleted file]