aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vamomaxuei32_v.h
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2020-07-15 02:20:21 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2020-07-29 21:38:24 -0700
commit4d6086e094062290b6e0e40329c6a2e11a1fc009 (patch)
tree5f674beab5288f734fa6b8a5f1997d6ef72b983e /riscv/insns/vamomaxuei32_v.h
parentf2d6531ade46ebc0c960898564f83327141e3ac9 (diff)
downloadriscv-isa-sim-4d6086e094062290b6e0e40329c6a2e11a1fc009.zip
riscv-isa-sim-4d6086e094062290b6e0e40329c6a2e11a1fc009.tar.gz
riscv-isa-sim-4d6086e094062290b6e0e40329c6a2e11a1fc009.tar.bz2
rvv: op: fix amo naming
The original name misses the 'i' in instruction mae vamoswape8 -> vamoswapei8 Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'riscv/insns/vamomaxuei32_v.h')
-rw-r--r--riscv/insns/vamomaxuei32_v.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/insns/vamomaxuei32_v.h b/riscv/insns/vamomaxuei32_v.h
new file mode 100644
index 0000000..9b87354
--- /dev/null
+++ b/riscv/insns/vamomaxuei32_v.h
@@ -0,0 +1,2 @@
+//vamomaxue.v vd, (rs1), vs2, vd
+VI_AMO({ return lhs >= vs3 ? lhs : vs3;; }, uint, e32);