From 951dd564494af57dde0c439604f529f6b007bb98 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 10 Oct 2021 21:14:30 +0100 Subject: [PATCH] corrections to EXTSXL 0x000000090000093 table for extsb, bit 7 needs propagating through for XLEN=16/32/64 --- openpower/isafunctions/extsxl_0x0000000090000A93.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isafunctions/extsxl_0x0000000090000A93.csv b/openpower/isafunctions/extsxl_0x0000000090000A93.csv index e3010632..fe54cf83 100644 --- a/openpower/isafunctions/extsxl_0x0000000090000A93.csv +++ b/openpower/isafunctions/extsxl_0x0000000090000A93.csv @@ -1,4 +1,4 @@ func , XLEN=64 , XLEN=32 , XLEN=16 , XLEN=8 -extsb, 0xFFFFFFFFFFFFFF93 , 0x00000093 , 0x0093 , 0x93 +extsb, 0xFFFFFFFFFFFFFF93 , 0xFFFFFF93 , 0xFF93 , 0x93 extsh, 0x0000000000000A93 , 0x00000A93 , 0x0A93 , 0x93 extsw, 0xFFFFFFFF90000A93 , 0x90000A93 , 0x0A93 , 0x93 -- 2.30.2