From 37c573c83f1281101c532eec8d9e5cc9d7c91108 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 28 Mar 2020 21:45:01 +0000 Subject: [PATCH] add isa metatable --- openpower/isa.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 openpower/isa.mdwn 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]] + -- 2.30.2