From 0133b480201575a44002d66bcd129627c18b62c1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 15 Nov 2020 12:05:57 +0000 Subject: [PATCH] try an addi --- openpower/sv/16_bit_compressed.mdwn | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/openpower/sv/16_bit_compressed.mdwn b/openpower/sv/16_bit_compressed.mdwn index 4dcc91208..5f7f14ca6 100644 --- a/openpower/sv/16_bit_compressed.mdwn +++ b/openpower/sv/16_bit_compressed.mdwn @@ -113,6 +113,7 @@ that do not fit in the extreme limited space. | 0 1 | 2 3 4 | | 567 | 8 9 a | b c d | e | f | | | RT | | 010 | RB | RA!=0 | 0 | 1 | add + | offs | | 010 | RA | 0 0 0 | 0 | 1 | addi | | RT | | 011 | RB | RA!=0 | 0 | 1 | sub. | | RT | | 010 | RB | RA | 1 | 1 | mul | | RT | | 011 | RB | 0 0 0 | 0 | 1 | neg. @@ -192,12 +193,6 @@ SV (Vector Mode): ### System -10/16-bit mode: - - | 0 1 | 2 3 4 | | 567 | 8 9 a | b c d | e | f | - | | | | 010 | 0 0 0 | 0 0 0 | 0 | 1 | sc - | | | | 010 | 0 0 1 | 0 0 0 | 0 | 1 | rfid - **not available** in 10-bit mode: | 0 1 2 3 | 4 | | 567 | 8 9 a | b c d e | f | @@ -212,14 +207,6 @@ SV (Vector Mode): ### Unallocated - | 0 1 | 2 3 4 | | 567 | 8 9 a | b c d | e | f | - | | | | 010 | 0 1 0 | 0 0 0 | 0 | 1 | - | | | | 010 | 0 1 1 | 0 0 0 | 0 | 1 | - | | | | 010 | 1 0 0 | 0 0 0 | 0 | 1 | - | | | | 010 | 1 0 1 | 0 0 0 | 0 | 1 | - | | | | 010 | 1 1 0 | 0 0 0 | 0 | 1 | - | | | | 010 | 1 1 1 | 0 0 0 | 0 | 1 | - | 0 1 2 3 | 4 | | 567 | 8 9 a | b c d e | f | | 0 0 1 0 | | | 001 | 1 | 0 | 1 | | 0 0 1 1 | | | 001 | 1 | 0 | 1 | -- 2.30.2