From ad75844a09017838c0b80cd616e87e473cff86e2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 13 Jul 2020 14:18:14 +0100 Subject: [PATCH] remove unneeded spec patching --- src/soc/decoder/isa/fixedshift.patch | 45 ---------------------------- 1 file changed, 45 deletions(-) diff --git a/src/soc/decoder/isa/fixedshift.patch b/src/soc/decoder/isa/fixedshift.patch index add7103f..988ae3b4 100644 --- a/src/soc/decoder/isa/fixedshift.patch +++ b/src/soc/decoder/isa/fixedshift.patch @@ -61,51 +61,6 @@ r = ROTL64(RS, n) b = concat(mb[5], mb[0:5]) m = MASK(b, 63) -@@ -68,7 +68,7 @@ - - @inject() - def op_rldicl_(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - b = concat(mb[5], mb[0:5]) - m = MASK(b, 63) -@@ -77,7 +77,7 @@ - - @inject() - def op_rldicr(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - e = concat(me[5], me[0:5]) - m = MASK(0, e) -@@ -86,7 +86,7 @@ - - @inject() - def op_rldicr_(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - e = concat(me[5], me[0:5]) - m = MASK(0, e) -@@ -95,7 +95,7 @@ - - @inject() - def op_rldic(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - b = concat(mb[5], mb[0:5]) - m = MASK(b, ~n) -@@ -104,7 +104,7 @@ - - @inject() - def op_rldic_(self, RS): -- n = sh -+ n = sh - r = ROTL64(RS, n) - b = concat(mb[5], mb[0:5]) - m = MASK(b, ~n) @@ -168,9 +168,9 @@ @inject() def op_slw(self, RB, RS): -- 2.30.2