From cd205febb70f4e329887cd8d18913294730c03b4 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 17 Nov 2020 18:26:06 +0000 Subject: [PATCH] --- openpower/sv/16_bit_compressed.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/16_bit_compressed.mdwn b/openpower/sv/16_bit_compressed.mdwn index cc9d642d0..f5122836b 100644 --- a/openpower/sv/16_bit_compressed.mdwn +++ b/openpower/sv/16_bit_compressed.mdwn @@ -162,9 +162,10 @@ Notes: ### Immediate Opcodes only available in 16-bit mode, only available when M=1 and N=1 -and when Cmaj is not 0b001. +and when Cmaj.min is not 0b001.1. | 0 | 1 | 2 3 4 | | 567.8 | 9ab | cde | f | + | 1 | | | 001.0 | | | 1 | | 1 | i2 | RT | | 010.0 | RA|0 | imm | 1 | addi | 1 | i2 | | 010.1 | RA | imm | 1 | addis | 1 | i2 | | 011.0 | RA | imm | 1 | cmpdi -- 2.30.2