From: Luke Kenneth Casson Leighton Date: Sun, 13 Mar 2022 18:55:49 +0000 (+0000) Subject: nope, no good, does not produce movmaskb constants X-Git-Tag: opf_rfc_ls005_v1~3066 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d07f7fc32c8b16ddf63c3684b6541d95c5e9d3ae;p=libreriscv.git nope, no good, does not produce movmaskb constants --- diff --git a/openpower/sv/grevlut.py b/openpower/sv/grevlut.py index 890cbb275..cc5b13f8d 100644 --- a/openpower/sv/grevlut.py +++ b/openpower/sv/grevlut.py @@ -18,16 +18,9 @@ def dorow(imm8, step_i, chunk_size): return step_o def grevlut64(RA, RB, imm, iv): + x = 0 if RA is None: # RA=0 - for i in range(6): - if 1<