From: Luke Kenneth Casson Leighton Date: Sat, 28 Mar 2020 21:45:01 +0000 (+0000) Subject: add isa metatable X-Git-Tag: convert-csv-opcode-to-binary~3029 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37c573c83f1281101c532eec8d9e5cc9d7c91108;p=libreriscv.git add isa metatable --- diff --git a/openpower/isa.mdwn b/openpower/isa.mdwn new file mode 100644 index 000000000..752ca0d4e --- /dev/null +++ b/openpower/isa.mdwn @@ -0,0 +1,18 @@ +# ISA Pseudo-code + +These pages contain (in a strict machine-readable subset of mdwn) +the pseudo-code for all opcodes in the POWER v3.0B Public Spec + +* [[isa/bcd]] +* [[isa/branch]] +* [[isa/comparefixed]] +* [[isa/condition]] +* [[isa/fixedarith]] +* [[isa/fixedload]] +* [[isa/fixedlogical]] +* [[isa/fixedshift]] +* [[isa/fixedstore]] +* [[isa/fixedtrap]] +* [[isa/sprset]] +* [[isa/stringldst]] +