public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: CH Gowri Kumar <gkumar@csa.iisc.ernet.in>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] ia-64 opcodes
Date: Mon, 06 Jan 2003 19:48:01 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590709805638@msgid-missing> (raw)

Hello all,
Does anyone have macros for emitting Itanium instructions like the
following:
-----------------------
IA-32 instructions:
typedef enum {
    X86_EAX = 0,
    X86_ECX = 1,
    X86_EDX = 2,
    X86_EBX = 3,
    X86_ESP = 4,
    X86_EBP = 5,
    X86_ESI = 6,
    X86_EDI = 7,
    X86_NREG
} X86_Reg_No;

typedef enum {
    X86_ADD = 0,
    X86_OR  = 1,
    X86_ADC = 2,
    X86_SBB = 3,
    X86_AND = 4,
    X86_SUB = 5,
    X86_XOR = 6,
    X86_CMP = 7,
    X86_NALU
} X86_ALU_Opcode;

#define x86_imm_emit32(inst,imm)     \
    do {    \
            x86_imm_buf imb; imb.val = (int) (imm); \
            *(inst)++ = imb.b [0];  \
            *(inst)++ = imb.b [1];  \
            *(inst)++ = imb.b [2];  \
            *(inst)++ = imb.b [3];  \
    } while (0)
-----------------
Thanks in advance.
Gowri Kumar



                 reply	other threads:[~2003-01-06 19:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-linux-ia64-105590709805638@msgid-missing \
    --to=gkumar@csa.iisc.ernet.in \
    --cc=linux-ia64@vger.kernel.org \
    /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