From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2641 invoked by alias); 14 Jun 2005 17:51:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2606 invoked by uid 22791); 14 Jun 2005 17:51:03 -0000 Received: from pollux.ds.pg.gda.pl (HELO pollux.ds.pg.gda.pl) (153.19.208.7) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 14 Jun 2005 17:51:03 +0000 Received: from localhost (localhost [127.0.0.1]) by pollux.ds.pg.gda.pl (Postfix) with ESMTP id 3E76DE1CC8; Tue, 14 Jun 2005 19:50:57 +0200 (CEST) Received: from pollux.ds.pg.gda.pl ([127.0.0.1]) by localhost (pollux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21521-08; Tue, 14 Jun 2005 19:50:57 +0200 (CEST) Received: from piorun.ds.pg.gda.pl (piorun.ds.pg.gda.pl [153.19.208.8]) by pollux.ds.pg.gda.pl (Postfix) with ESMTP id DDF07E1C80; Tue, 14 Jun 2005 19:50:56 +0200 (CEST) Received: from blysk.ds.pg.gda.pl (macro@blysk.ds.pg.gda.pl [153.19.208.6]) by piorun.ds.pg.gda.pl (8.13.3/8.13.1) with ESMTP id j5EHp0JB030589; Tue, 14 Jun 2005 19:51:00 +0200 Date: Tue, 14 Jun 2005 17:51:00 -0000 From: "Maciej W. Rozycki" To: Eric Christopher Cc: David Ung , Daniel Jacobowitz , binutils@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: [patch] MIPS16e support in simulator. In-Reply-To: <1118770811.3242.11.camel@dzur.sfbay.redhat.com> Message-ID: References: <1118335933.1627.639.camel@localhost.localdomain> <20050613031833.GG9288@nevyn.them.org> <1118682165.5119.0.camel@localhost.localdomain> <20050613170353.GA19310@nevyn.them.org> <1118704956.5119.68.camel@localhost.localdomain> <1118747270.1621.757.camel@localhost.localdomain> <1118770811.3242.11.camel@dzur.sfbay.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Status: Clean X-SW-Source: 2005-06/txt/msg00183.txt.bz2 On Tue, 14 Jun 2005, Eric Christopher wrote: > > This is correct. The MIPS16e jrc, jalrc etc does not have a delay slot. > > > > OK. The docs I have don't call this out explicitly in the instruction > description and probably should given that other mips (and mips16) > instructions have delay slots. Perhaps you have wrong docs? ;-) Vol. IV-a of the MIPS32 ISA document set (downloadable from the web site) is quite explicit on that in the detailed instruction descriptions -- see "Programming Notes" for the relevant ones. Maciej