From: Luke Kenneth Casson Leighton Date: Fri, 18 May 2018 12:39:18 +0000 (+0100) Subject: add context switch example X-Git-Tag: convert-csv-opcode-to-binary~5372 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93eea7e1e893127b38214c4fad383cee5a4f53f2;p=libreriscv.git add context switch example --- diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 0a3c2cad3..12aa79164 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -732,7 +732,7 @@ Notes: comparators: EQ/NEQ/LT/LE (with GT and GE being synthesised by inverting src1 and src2). -## LOAD / STORE Instructions +## LOAD / STORE Instructions For full analysis of topological adaptation of RVV LOAD/STORE see [[v_comparative_analysis]]. All three types (LD, LD.S and LD.X)