From 6cbd702efc921787ae970c55fbb884a5fd24fb03 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 28 Jan 2021 14:39:28 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 207f00acc..316d148a3 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -2,6 +2,17 @@ # summary +minor opcode allocation + + | 28.30 |31| name | + | ------ |--| ------ | + | 00 |Rc| ternaryi | + | 001 |Rc| ternary | + | 011 |Rc| gf* | + | 101 |1 | ternaryv | + | 101 |0 | ternarycr | + | 110 |1 | 2-op | + | 111 |Rc| reserved | 1-op and variants | dest | src1 | subop | op | -- 2.30.2