diff options
author | Yunsup Lee <yunsup@cs.berkeley.edu> | 2012-03-18 16:29:12 -0700 |
---|---|---|
committer | Yunsup Lee <yunsup@cs.berkeley.edu> | 2012-03-18 16:29:12 -0700 |
commit | 63da785d33275b8c9476a781a67829f91cc34fc6 (patch) | |
tree | 5f91434bd785178a0f2f8c7a5784295ae84f18ed /opcodes | |
parent | 577bc77f4ada83df15575e6a4a66e88949cbf138 (diff) |
clean up vector exception instructions
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -134,14 +134,17 @@ mtpcr 31..27=0 rs1 rs2 16..7=3 6..2=0x1E 1..0=3 eret 31..27=0 26..22=0 21..17=0 16..7=4 6..2=0x1E 1..0=3 cflush 31..27=0 26..22=0 21..17=0 16..7=5 6..2=0x1E 1..0=3 -venqcmd 31..27=0 rs1 rs2 16..7=0x200 6..2=0x1E 1..0=3 -venqimm1 31..27=0 rs1 rs2 16..7=0x201 6..2=0x1E 1..0=3 -venqimm2 31..27=0 rs1 rs2 16..7=0x202 6..2=0x1E 1..0=3 -venqcnt 31..27=0 rs1 rs2 16..7=0x203 6..2=0x1E 1..0=3 +vxcptsave 31..27=0 26..22=0 21..17=0 16..7=0x200 6..2=0x1E 1..0=3 +vxcptrestore 31..27=0 26..22=0 21..17=0 16..7=0x201 6..2=0x1E 1..0=3 +vxcptkill 31..27=0 26..22=0 21..17=0 16..7=0x202 6..2=0x1E 1..0=3 + vxcptevac 31..27=0 rs1 21..17=0 16..7=0x300 6..2=0x1E 1..0=3 -vxcptkill 31..27=0 26..22=0 21..17=0 16..7=0x301 6..2=0x1E 1..0=3 -vxcptwait 31..27=0 26..22=0 21..17=0 16..7=0x302 6..2=0x1E 1..0=3 -vxcpthold 31..27=0 26..22=0 21..17=0 16..7=0x303 6..2=0x1E 1..0=3 +vxcptwait 31..27=0 26..22=0 21..17=0 16..7=0x301 6..2=0x1E 1..0=3 +vxcpthold 31..27=0 26..22=0 21..17=0 16..7=0x302 6..2=0x1E 1..0=3 +venqcmd 31..27=0 rs1 rs2 16..7=0x303 6..2=0x1E 1..0=3 +venqimm1 31..27=0 rs1 rs2 16..7=0x304 6..2=0x1E 1..0=3 +venqimm2 31..27=0 rs1 rs2 16..7=0x305 6..2=0x1E 1..0=3 +venqcnt 31..27=0 rs1 rs2 16..7=0x306 6..2=0x1E 1..0=3 # 0x7C-0x7F are reserved for >32b instructions |