diff options
author | Andrew Waterman <andrew@sifive.com> | 2017-04-25 11:37:06 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2017-04-25 11:37:06 -0700 |
commit | 228c474c372a023a24a7ee5557883f35e7bdb6e8 (patch) | |
tree | ea7a79974c2392acd79f15c419a1781fb662be9d /opcodes-pseudo | |
parent | 03c186e1197a574cd777d37c949039cf9e82dd76 (diff) | |
download | riscv-opcodes-228c474c372a023a24a7ee5557883f35e7bdb6e8.zip riscv-opcodes-228c474c372a023a24a7ee5557883f35e7bdb6e8.tar.gz riscv-opcodes-228c474c372a023a24a7ee5557883f35e7bdb6e8.tar.bz2 |
FMV.X.S/FMV.S.X -> FMV.X.W/FMV.W.X
Diffstat (limited to 'opcodes-pseudo')
-rw-r--r-- | opcodes-pseudo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes-pseudo b/opcodes-pseudo index effae54..ab713f5 100644 --- a/opcodes-pseudo +++ b/opcodes-pseudo @@ -22,3 +22,7 @@ # Old names for ecall/ebreak @scall 11..7=0 19..15=0 31..20=0x000 14..12=0 6..2=0x1C 1..0=3 @sbreak 11..7=0 19..15=0 31..20=0x001 14..12=0 6..2=0x1C 1..0=3 + +# Old names for fmv.x.w/fmv.w.x +@fmv.x.s rd rs1 24..20=0 31..27=0x1C 14..12=0 26..25=0 6..2=0x14 1..0=3 +@fmv.s.x rd rs1 24..20=0 31..27=0x1E 14..12=0 26..25=0 6..2=0x14 1..0=3 |