From: ceriel Date: Mon, 6 Feb 1989 14:35:10 +0000 (+0000) Subject: changed order of registers, so that d0 is allocated first X-Git-Tag: release-5-5~2629 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eca0cde913a8f031f2ef453ee4f9fe3d8d71fa8a;p=ack.git changed order of registers, so that d0 is allocated first --- diff --git a/mach/m68020/ncg/table b/mach/m68020/ncg/table index d2bddc622..c080d2fef 100644 --- a/mach/m68020/ncg/table +++ b/mach/m68020/ncg/table @@ -42,7 +42,7 @@ AA_REG /* allocatable A_REG, may not be a register variable */ REGISTERS -d0, d1, d2 :D_REG, DD_REG. +d2, d1, d0 :D_REG, DD_REG. d3, d4, d5, d6, d7 :D_REG regvar. a0, a1 :A_REG, AA_REG. a2, a3, a4, a5 :A_REG regvar(reg_pointer). diff --git a/mach/m68k2/ncg/table b/mach/m68k2/ncg/table index d2bddc622..c080d2fef 100644 --- a/mach/m68k2/ncg/table +++ b/mach/m68k2/ncg/table @@ -42,7 +42,7 @@ AA_REG /* allocatable A_REG, may not be a register variable */ REGISTERS -d0, d1, d2 :D_REG, DD_REG. +d2, d1, d0 :D_REG, DD_REG. d3, d4, d5, d6, d7 :D_REG regvar. a0, a1 :A_REG, AA_REG. a2, a3, a4, a5 :A_REG regvar(reg_pointer). diff --git a/mach/m68k4/ncg/table b/mach/m68k4/ncg/table index d2bddc622..c080d2fef 100644 --- a/mach/m68k4/ncg/table +++ b/mach/m68k4/ncg/table @@ -42,7 +42,7 @@ AA_REG /* allocatable A_REG, may not be a register variable */ REGISTERS -d0, d1, d2 :D_REG, DD_REG. +d2, d1, d0 :D_REG, DD_REG. d3, d4, d5, d6, d7 :D_REG regvar. a0, a1 :A_REG, AA_REG. a2, a3, a4, a5 :A_REG regvar(reg_pointer). diff --git a/mach/moon3/ncg/table b/mach/moon3/ncg/table index d2bddc622..c080d2fef 100644 --- a/mach/moon3/ncg/table +++ b/mach/moon3/ncg/table @@ -42,7 +42,7 @@ AA_REG /* allocatable A_REG, may not be a register variable */ REGISTERS -d0, d1, d2 :D_REG, DD_REG. +d2, d1, d0 :D_REG, DD_REG. d3, d4, d5, d6, d7 :D_REG regvar. a0, a1 :A_REG, AA_REG. a2, a3, a4, a5 :A_REG regvar(reg_pointer).