From 0fc02253886deca9ab0b4f92cdbe7fb94b4db8e0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 15 Apr 2003 08:51:52 +0000 Subject: [PATCH] Replace occurrances of 'Hitachi' with 'Renesas'. --- ChangeLog | 6 +++++ cpu/iq2000m.cpu | 56 ++++++++++++++++++++++---------------------- cpu/sh.cpu | 4 ++-- cpu/sh64-compact.cpu | 2 +- cpu/sh64-media.cpu | 4 ++-- 5 files changed, 39 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b49e8b..25b517b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-15 Rohit Kumar Srivastava + + * cpu/sh.cpu: Replace occurrances of 'Hitachi' with 'Renesas'. + * cpu/sh64-compact.cpu: Likewise. + * cpu/sh64-media.cpu: Likewise. + 2003-03-21 DJ Delorie * cpu/xstormy16.cpu (basic-psw): New argument ws (wordsize), diff --git a/cpu/iq2000m.cpu b/cpu/iq2000m.cpu index f3871f0..1276bd4 100644 --- a/cpu/iq2000m.cpu +++ b/cpu/iq2000m.cpu @@ -358,14 +358,14 @@ ()) (dni pkrlr1 "pkrlr1" (MACH2000 USES-RT YIELD-INSN) - "pkrlr1 $rt,$index,$count" - (+ OP_COP3 (f-rs 29) rt count index) + "pkrlr1 $rt,$count" + (+ OP_COP3 (f-rs 29) rt count) (unimp pkrlr1) ()) (dni pkrlr30 "pkrlr30" (MACH2000 USES-RT YIELD-INSN) - "pkrlr30 $rt,$index,$count" - (+ OP_COP3 (f-rs 31) rt count index) + "pkrlr30 $rt,$count" + (+ OP_COP3 (f-rs 31) rt count) (unimp pkrlr30) ()) @@ -376,14 +376,14 @@ ()) (dni rbr1 "dma read bytes using r1" (MACH2000 USES-RT YIELD-INSN) - "rbr1 $rt,$index,$count" - (+ OP_COP3 (f-rs 24) rt count index) + "rbr1 $rt,$count" + (+ OP_COP3 (f-rs 24) rt count) (unimp rbr1) ()) (dni rbr30 "dma read bytes using r30" (MACH2000 USES-RT YIELD-INSN) - "rbr30 $rt,$index,$count" - (+ OP_COP3 (f-rs 26) rt count index) + "rbr30 $rt,$count" + (+ OP_COP3 (f-rs 26) rt count) (unimp rbr30) ()) @@ -400,14 +400,14 @@ ()) (dni rxr1 "dma read word64s using r1" (MACH2000 USES-RT YIELD-INSN) - "rxr1 $rt,$index,$count" - (+ OP_COP3 (f-rs 28) rt count index) + "rxr1 $rt,$count" + (+ OP_COP3 (f-rs 28) rt count) (unimp rxr1) ()) (dni rxr30 "dma read word 64s using r30" (MACH2000 USES-RT YIELD-INSN) - "rxr30 $rt,$index,$count" - (+ OP_COP3 (f-rs 30) rt count index) + "rxr30 $rt,$count" + (+ OP_COP3 (f-rs 30) rt count) (unimp rxr30) ()) @@ -478,26 +478,26 @@ ()) (dni wbr1 "dma write bytes using r1" (MACH2000 USES-RT YIELD-INSN) - "wbr1 $rt,$index,$count" - (+ OP_COP3 (f-rs 16) rt count index) + "wbr1 $rt,$count" + (+ OP_COP3 (f-rs 16) rt count) (unimp wbr1) ()) (dni wbr1u "dma write bytes using r1 and unlock" (MACH2000 USES-RT YIELD-INSN) - "wbr1u $rt,$index,$count" - (+ OP_COP3 (f-rs 17) rt count index) + "wbr1u $rt,$count" + (+ OP_COP3 (f-rs 17) rt count) (unimp wbr1u) ()) (dni wbr30 "dma write bytes using r30" (MACH2000 USES-RT YIELD-INSN) - "wbr30 $rt,$index,$count" - (+ OP_COP3 (f-rs 18) rt count index) + "wbr30 $rt,$count" + (+ OP_COP3 (f-rs 18) rt count) (unimp wbr30) ()) (dni wbr30u "dma write bytes using r30 and unlock" (MACH2000 USES-RT YIELD-INSN) - "wbr30u $rt,$index,$count" - (+ OP_COP3 (f-rs 19) rt count index) + "wbr30u $rt,$count" + (+ OP_COP3 (f-rs 19) rt count) (unimp wbr30u) ()) @@ -514,26 +514,26 @@ ()) (dni wxr1 "dma write word64s using r1" (MACH2000 USES-RT YIELD-INSN) - "wxr1 $rt,$index,$count" - (+ OP_COP3 (f-rs 20) rt count index) + "wxr1 $rt,$count" + (+ OP_COP3 (f-rs 20) rt count) (unimp wxr1) ()) (dni wxr1u "dma write word64s using r1 and unlock" (MACH2000 USES-RT YIELD-INSN) - "wxr1u $rt,$index,$count" - (+ OP_COP3 (f-rs 21) rt count index) + "wxr1u $rt,$count" + (+ OP_COP3 (f-rs 21) rt count) (unimp wxr1u) ()) (dni wxr30 "dma write word64s using r30" (MACH2000 USES-RT YIELD-INSN) - "wxr30 $rt,$index,$count" - (+ OP_COP3 (f-rs 22) rt count index) + "wxr30 $rt,$count" + (+ OP_COP3 (f-rs 22) rt count) (unimp wxr30) ()) (dni wxr30u "dma write word64s using r30 and unlock" (MACH2000 USES-RT YIELD-INSN) - "wxr30u $rt,$index,$count" - (+ OP_COP3 (f-rs 23) rt count index) + "wxr30u $rt,$count" + (+ OP_COP3 (f-rs 23) rt count) (unimp wxr30u) ()) diff --git a/cpu/sh.cpu b/cpu/sh.cpu index df61620..5156888 100644 --- a/cpu/sh.cpu +++ b/cpu/sh.cpu @@ -1,4 +1,4 @@ -; Hitachi SH architecture description. -*- Scheme -*- +; Renesas SH architecture description. -*- Scheme -*- ; Copyright (C) 2000, 2001 Red Hat, Inc. ; This file is part of CGEN. ; See file COPYING.CGEN for details. @@ -7,7 +7,7 @@ (define-arch (name sh) - (comment "Hitachi SuperH (SH)") + (comment "Renesas SuperH (SH)") (insn-lsb0? #t) (machs sh2 sh3 sh3e sh4 sh5) (isas compact media) diff --git a/cpu/sh64-compact.cpu b/cpu/sh64-compact.cpu index 6c08474..88de06a 100644 --- a/cpu/sh64-compact.cpu +++ b/cpu/sh64-compact.cpu @@ -1,4 +1,4 @@ -; Hitachi SHcompact instruction set description. -*- Scheme -*- +; Renesas SHcompact instruction set description. -*- Scheme -*- ; Copyright (C) 2000 Red Hat, Inc. ; This file is part of CGEN. ; See file COPYING.CGEN for details. diff --git a/cpu/sh64-media.cpu b/cpu/sh64-media.cpu index 4eb6cfd..7ae14ab 100644 --- a/cpu/sh64-media.cpu +++ b/cpu/sh64-media.cpu @@ -1,4 +1,4 @@ -; Hitachi SHmedia instruction set description. -*- Scheme -*- +; Renesas SHmedia instruction set description. -*- Scheme -*- ; Copyright (C) 2000, 2001 Red Hat, Inc. ; Copyright (C) 2002 SuperH Ltd ; This file is part of CGEN. @@ -27,7 +27,7 @@ ; Saturation functions. ; Force a value `i' into words `n' bits wide. -; See Hitachi SH-5 CPU core, volume 2, p. 25 for details. +; See Renesas SH-5 CPU core, volume 2, p. 25 for details. ; saturate -- signed saturatation function -- 2.43.5