From aa7a0542e0359d74b4edebd132f5ca8d198d5441 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 30 Aug 2021 12:57:25 +0200 Subject: [PATCH] power isa 3.1 spec added Signed-off-by: Toshaan Bharvani --- content/specifications/powerisa31.md | 15 +++++++++++++++ data/specifications/powerisa31.yaml | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 content/specifications/powerisa31.md create mode 100644 data/specifications/powerisa31.yaml diff --git a/content/specifications/powerisa31.md b/content/specifications/powerisa31.md new file mode 100644 index 0000000..16558bf --- /dev/null +++ b/content/specifications/powerisa31.md @@ -0,0 +1,15 @@ +--- +title: "POWER Instruction Set Architecture 3.1" +date: 2021-08-30 +draft: false +--- + +The Power Instruction Set Architecture (ISA) Version 3.1 is a specification that describes the architecture used for the IBM POWER10 processor. +It defines the instructions the processors execute. +It is comprised of three books and a set of appendices. +- Book I + - Power ISA User Instruction Set Architecture, covers the base instruction set and related facilities available to the application programmer. +- Book II + - Power ISA Virtual Environment Architecture, defines the storage model and related instructions and facilities available to the application programmer. +- Book III + - Power ISA Operating Environment Architecture, defines the supervisor instructions and related facilities. diff --git a/data/specifications/powerisa31.yaml b/data/specifications/powerisa31.yaml new file mode 100644 index 0000000..17bab0e --- /dev/null +++ b/data/specifications/powerisa31.yaml @@ -0,0 +1,5 @@ +versions: + - number: "3.1" + date: "2020-05-01" + download: "https://files.openpower.foundation/s/bo728kgiWfgMHAr" + description: "Initial release."