summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@eecs.berkeley.edu>2012-03-24 12:59:44 -0700
committerGravatar Andrew Waterman <waterman@eecs.berkeley.edu>2012-03-24 12:59:44 -0700
commit59f027735429993530181993c7e8fd1af2e13a79 (patch)
treebc98e2da5f180a13918ece7718940183ca1ce95e /opcodes
parentd4763b92ad009f6cdd769ba30b1af62215c277df (diff)
new supervisor mode
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes35
1 files changed, 17 insertions, 18 deletions
diff --git a/opcodes b/opcodes
index 8104f6f..320c7f1 100644
--- a/opcodes
+++ b/opcodes
@@ -123,24 +123,23 @@ movn rd rs1 rs2 16..10=1 9..7=5 6..2=0x1D 1..0=3
fmovz rd rs1 rs2 16..10=2 9..7=5 6..2=0x1D 1..0=3
fmovn rd rs1 rs2 16..10=3 9..7=5 6..2=0x1D 1..0=3
-ei rd 26..22=0 21..17=0 16..7=0 6..2=0x1E 1..0=3
-di rd 26..22=0 21..17=0 16..7=1 6..2=0x1E 1..0=3
-mfpcr rd 26..22=0 rs2 16..7=2 6..2=0x1E 1..0=3
-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
-
-vxcptsave 31..27=0 rs1 21..17=0 16..7=0x200 6..2=0x1E 1..0=3
-vxcptrestore 31..27=0 rs1 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
-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
+clearpcr rd rs1 imm12 9..7=0 6..2=0x1E 1..0=3
+setpcr rd rs1 imm12 9..7=1 6..2=0x1E 1..0=3
+mfpcr rd rs1 21..17=0 16..10=0 9..7=2 6..2=0x1E 1..0=3
+mtpcr rd rs1 rs2 16..10=0 9..7=3 6..2=0x1E 1..0=3
+eret 31..27=0 26..22=0 21..17=0 16..10=0 9..7=4 6..2=0x1E 1..0=3
+cflush 31..27=0 26..22=0 21..17=0 16..10=0 9..7=5 6..2=0x1E 1..0=3
+
+vxcptsave 31..27=0 rs1 21..17=0 16..10=0x0 9..7=6 6..2=0x1E 1..0=3
+vxcptrestore 31..27=0 rs1 21..17=0 16..10=0x1 9..7=6 6..2=0x1E 1..0=3
+vxcptkill 31..27=0 26..22=0 21..17=0 16..10=0x2 9..7=6 6..2=0x1E 1..0=3
+
+vxcptevac 31..27=0 rs1 21..17=0 16..10=0x8 9..7=6 6..2=0x1E 1..0=3
+vxcpthold 31..27=0 26..22=0 21..17=0 16..10=0x9 9..7=6 6..2=0x1E 1..0=3
+venqcmd 31..27=0 rs1 rs2 16..10=0xA 9..7=6 6..2=0x1E 1..0=3
+venqimm1 31..27=0 rs1 rs2 16..10=0xB 9..7=6 6..2=0x1E 1..0=3
+venqimm2 31..27=0 rs1 rs2 16..10=0xC 9..7=6 6..2=0x1E 1..0=3
+venqcnt 31..27=0 rs1 rs2 16..10=0xD 9..7=6 6..2=0x1E 1..0=3
# 0x7C-0x7F are reserved for >32b instructions