Implement the addpcis instruction
authorShawn Anastasio <shawn@anastas.io>
Tue, 26 May 2020 01:03:02 +0000 (20:03 -0500)
committerShawn Anastasio <shawn@anastas.io>
Tue, 26 May 2020 01:53:43 +0000 (20:53 -0500)
commite606772aeb177c67d4c08b42ba79ef196906e1d7
tree2a76c20a5fd66a4c678f42fdb3ec4ee5f5def8e2
parentbdb428a40bfa1e9a374c816cdf3da67315be5ad2
Implement the addpcis instruction

This commit adds support for the addpcis instruction from ISA 3.0.

A new input_reg_b_t type, CONST_DX_HI, was added to support the
shifted immediate value used in DX-Form instructions.

Signed-off-by: Shawn Anastasio <shawn@anastas.io>
decode1.vhdl
decode2.vhdl
decode_types.vhdl
execute1.vhdl
insn_helpers.vhdl