public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch]: Add RORHI, ROLHI
Date: Sun, 18 Nov 2001 15:49:00 -0000	[thread overview]
Message-ID: <3C1FE8A3.AAF845D9@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

Hi,

I've committed this simple patch which adds RORHI and ROLHI operations
to the cgen rtl language.

Dave

[-- Attachment #2: rothi.ChangeLog --]
[-- Type: text/plain, Size: 104 bytes --]

2001-12-18  Dave Brolley  <brolley@redhat.com>

	* cgen-ops.h (ROLHI): New macro.
	(RORHI): New macro.


[-- Attachment #3: rothi.patch.txt --]
[-- Type: text/plain, Size: 853 bytes --]

Index: sid/component/cgen-cpu/cgen-ops.h
===================================================================
RCS file: /cvs/src/src/sid/component/cgen-cpu/cgen-ops.h,v
retrieving revision 1.7
diff -c -p -r1.7 cgen-ops.h
*** sid/component/cgen-cpu/cgen-ops.h	2001/12/17 20:35:09	1.7
--- sid/component/cgen-cpu/cgen-ops.h	2001/12/19 01:04:22
*************** namespace cgen {
*** 149,154 ****
--- 149,156 ----
  // XXX: fill out families of functions
  #define RORQI(x, y) (SRLQI((x), (y)) | SLLQI((x), 8-(y)))
  #define ROLQI(x, y) (SLLQI((x), (y)) | SRLQI((x), 8-(y)))
+ #define RORHI(x, y) (SRLHI((x), (y)) | SLLHI((x), 16-(y)))
+ #define ROLHI(x, y) (SLLHI((x), (y)) | SRLHI((x), 16-(y)))
  #define RORSI(x, y) (SRLSI((x), (y)) | SLLSI((x), 32-(y)))
  #define ROLSI(x, y) (SLLSI((x), (y)) | SRLSI((x), 32-(y)))
  #define JOINSIDI(x, y)  (MAKEDI(x, y))

WARNING: multiple messages have this Message-ID
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch]: Add RORHI, ROLHI
Date: Tue, 18 Dec 2001 17:09:00 -0000	[thread overview]
Message-ID: <3C1FE8A3.AAF845D9@redhat.com> (raw)
Message-ID: <20011218170900.VG4b1sfAPzjY97-IEc1O4bpxvzbeXETq5f2iGh7OHV8@z> (raw)

Hi,

I've committed this simple patch which adds RORHI and ROLHI operations
to the cgen rtl language.

Dave

             reply	other threads:[~2001-12-19  1:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-18 15:49 Dave Brolley [this message]
2001-12-18 17:09 ` Dave Brolley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C1FE8A3.AAF845D9@redhat.com \
    --to=brolley@redhat.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).