From 53cc1d5f2b8e9d87fc72132d7c962286967691ca Mon Sep 17 00:00:00 2001 From: Quan Nguyen Date: Mon, 3 Feb 2014 20:12:13 -0800 Subject: Add vfmvv, vfmsv instructions, remove vsetprec --- opcodes-hwacha | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opcodes-hwacha b/opcodes-hwacha index 4927f6f..d5e8ccd 100644 --- a/opcodes-hwacha +++ b/opcodes-hwacha @@ -3,12 +3,14 @@ # vector instructions vsetcfg imm12 rs1 14=0 13=1 12=0 11..7=0 6..2=0x02 1..0=3 vsetvl 31..25=0 24..20=0 rs1 14=1 13=1 12=0 rd 6..2=0x02 1..0=3 -vsetprec imm12 19..15=1 14=0 13=0 12=0 11..7=0 6..2=0x16 1..0=3 vgetcfg 31..25=0 24..20=0 19..15=0 14=1 13=0 12=0 rd 6..2=0x02 1..0=3 vgetvl 31..25=1 24..20=0 19..15=0 14=1 13=0 12=0 rd 6..2=0x02 1..0=3 vmvv 31..25=1 24..20=0 rs1 14=0 13=0 12=0 rd 6..2=0x0A 1..0=3 vmsv 31..25=1 24..20=0 rs1 14=0 13=1 12=0 rd 6..2=0x0A 1..0=3 +vfmvv 31..25=9 24..20=0 rs1 14=0 13=0 12=0 rd 6..2=0x0A 1..0=3 +vfmsv 31..25=9 24..20=0 rs1 14=0 13=1 12=0 rd 6..2=0x0A 1..0=3 + vf imm12hi 24..20=1 rs1 14=0 13=1 12=0 imm12lo 6..2=0x0A 1..0=3 # vector supervisor instructions -- cgit v1.2.3