aboutsummaryrefslogtreecommitdiff
path: root/parse_opcodes
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-06-07 13:15:43 -0700
committerAndrew Waterman <andrew@sifive.com>2021-06-07 13:15:43 -0700
commit2d4df20c0154556d900f458775959b807a896607 (patch)
tree3c63d28819a283a92b4c27331489ffa4ec6d3825 /parse_opcodes
parent0c8505ccfa2f23bba1009a391f11d59ec1a8f517 (diff)
downloadriscv-opcodes-2d4df20c0154556d900f458775959b807a896607.zip
riscv-opcodes-2d4df20c0154556d900f458775959b807a896607.tar.gz
riscv-opcodes-2d4df20c0154556d900f458775959b807a896607.tar.bz2
Add wfmi instructionwfmi
Diffstat (limited to 'parse_opcodes')
-rwxr-xr-xparse_opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_opcodes b/parse_opcodes
index 28c4f05..4643fa0 100755
--- a/parse_opcodes
+++ b/parse_opcodes
@@ -887,7 +887,7 @@ def make_supervisor_latex_table():
print_subtitle('Trap-Return Instructions')
print_insts('uret', 'sret', 'mret')
print_subtitle('Interrupt-Management Instructions')
- print_insts('wfi')
+ print_insts('wfi', 'wfmi')
print_subtitle('Supervisor Memory-Management Instructions')
print_insts('sfence.vma')
print_subtitle('Hypervisor Memory-Management Instructions')