From 59f027735429993530181993c7e8fd1af2e13a79 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sat, 24 Mar 2012 12:59:44 -0700 Subject: new supervisor mode --- opcodes | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'opcodes') 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 -- cgit v1.2.3