From cc52343fbfe937880b3c4a500ee69653729529a0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 22 Aug 1988 11:23:24 +0000 Subject: [PATCH] fixed INN ZEQ and INN ZNE patterns --- mach/vax4/cg/table | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/vax4/cg/table b/mach/vax4/cg/table index a48dae140..3d0ad3cf8 100644 --- a/mach/vax4/cg/table +++ b/mach/vax4/cg/table @@ -2947,7 +2947,7 @@ loc inn zne $2==4 | source4 | remove(ALL) "bitl\t%[1],$$%(1<<$1%)" "jneq\t$3" | | | -inn zeq $1==4 | source4 source4 | +inn zeq $1==4 | source1or2or4 source4 | remove(ALL) allocate(REG) "cmpl\t%[1],$$31" @@ -2956,7 +2956,7 @@ inn zeq $1==4 | source4 source4 | "bitl\t%[2],%[a]" "jeql\t$2" | | | #ifdef LOCLABS -inn zne $1==4 | source4 source4 | +inn zne $1==4 | source1or2or4 source4 | remove(ALL) allocate(REG) "cmpl\t%[1],$$31" -- 2.34.1