From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 631 invoked by alias); 25 Jun 2002 17:17:47 -0000 Mailing-List: contact cgen-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cgen-cvs-owner@sources.redhat.com Received: (qmail 616 invoked by uid 424); 25 Jun 2002 17:17:46 -0000 Date: Tue, 25 Jun 2002 10:17:00 -0000 Message-ID: <20020625171746.614.qmail@sources.redhat.com> From: bje@sources.redhat.com To: cgen-cvs@sources.redhat.com Subject: src/cgen ChangeLog cpu/sh64-compact.cpu cpu/sh ... X-SW-Source: 2002/txt/msg00026.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: bje@sources.redhat.com 2002-06-25 10:17:45 Modified files: cgen : ChangeLog cgen/cpu : sh64-compact.cpu sh64-media.cpu Log message: 2002-06-25 J"orn Rennecke * cpu/sh64-compact.cpu (movw5): Use Correct operand field for reg. * cpu/sh64-media.cpu (-ldhi-byte, -ldhi-word, -ldhi-long): New macros. (-ldlo-byte, -ldlo-word, -ldlo-long): Likewise. (-sthi-word, -sthi-long -stlo-byte, -stlo-word, -stlo-long): Likewise. (ldhil, ldhiq, ldlol, ldloq, stlol, stloq): Implement. (mshfhib, mshfhil, mshfhiw, mshflob, mshflol, mshflow): Fix indices. (-sthi-byte): If there is a single byte to store, store it at proper address. (sthil, sthiq): Fix big-endian behaviour. (mcnvslw, mcnvswb, mcnvswub, mmacfxwl, mmacnfx.wl): Fix indices. (mmulfxl, mmulfxw, mmulfxrpw, mmulhiwl, mmullowl): Likewise. (saturate): Use Dimode to check if saturation operation is required. (usaturate): Likewise. (mpermw): Fix mask. (-maddsl, -maddsub): Compute to-be-saturated value in wider mode. (-maddsw, mmacfxwl, mmacnfx.wl, -mshaldsl, -mshaldsw): Likewise. (-mshardl, -mshardw, -msubsl, -msubsub, -msubsw): Likewise. (msadubq): Fix subword index in second operand of first subtraction. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.111&r2=1.112 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/sh64-compact.cpu.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/sh64-media.cpu.diff?cvsroot=src&r1=1.1&r2=1.2