From: ceriel Date: Tue, 26 Jul 1988 15:57:34 +0000 (+0000) Subject: and yet another ... X-Git-Tag: release-5-5~2989 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=24d5e841d189dc7f1101d11ce848e6d778d5881b;p=ack.git and yet another ... --- diff --git a/mach/i86/ncg/table b/mach/i86/ncg/table index 79d966147..27e7c1971 100644 --- a/mach/i86/ncg/table +++ b/mach/i86/ncg/table @@ -156,7 +156,7 @@ rm1 = REG1 + memory1 . rmorconst1 = const + rm1 . regorconst12 = REG1 + GENREG + const . dest1 = REG1 + memory1 . -rm12 = rm1 + memory2 + REG . +rm12 = rm1 + memory2 . /* Modes used to indicate tokens to be removed from the fakestack */ reg_indexed = ind_reg2 + ind_regoff2 + ind_reg1 + ind_regoff1 . @@ -257,8 +257,8 @@ sub anyreg:rw:cc, rmorconst+halfindir:ro. check "test" rm:ro, regorconst:ro kills :cc. check "test" anyreg:ro, rmorconst:ro kills :cc. testb "testb" rm12:ro, regorconst:ro kills :cc. -testb "testb" REG+REG1:ro, rmorconst:ro kills :cc. -testb "testb" ACC+ACC1:ro, const:ro kills :cc. +testb "testb" REG1:ro, rmorconst:ro kills :cc. +testb "testb" ACC1:ro, const:ro kills :cc. xchg rm:rw, anyreg:rw. xchg anyreg:rw, rm:rw. xor rm:rw:cc, regorconst:ro.