jilc-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jilc-patches] CVS: jilc/src ilopcodes.h,NONE,1.1


From: Gaurav Vaish <address@hidden>
Subject: [Jilc-patches] CVS: jilc/src ilopcodes.h,NONE,1.1
Date: Fri, 22 Feb 2002 02:30:45 -0500

Update of /cvsroot/jilc/jilc/src
In directory subversions:/tmp/cvs-serv11512

Added Files:
        ilopcodes.h 
Log Message:



--- NEW FILE ---
/**
 * ilopcodes.h -- IL opcodes. See jopcodes.c for implementation
 *
 * Author: Gaurav Vaish <address@hidden>
 *
 * (C) Gaurav Vaish, 2002
 *
 */

#ifndef __ILOPCODES_H
#define __ILOPCODES_H

#include <defines.h>

typedef struct
{
        UInt16  opcode;
        char   *mnemonic;
        int     args;
} ilopcode_map;

int search_ilopcode_map(UInt16 ilopcode);
ilopcode_map get_ilopcode_map(int index);

#endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]