instruct
instruct();
static void instruct(void);
static void instruct(void);
instruct();
#define OP(x) (((union instruct *) (x))->f_1.op)
#define DISP30(x) (((union instruct *) (x))->f_1.disp30)
#define OP3(x) (((union instruct *) (x))->f_3c.op3)
#define RD(x) (((union instruct *) (x))->f_3c.rd)
#define IMMED(x) (((union instruct *) (x))->f_3c.i)
#define SIMM13(x) (((((union instruct *) (x))->f_3d.simm13) << 19) >> 19)
#define RS1(x) (((union instruct *) (x))->f_3c.rs1)
#define RS2(x) (((union instruct *) (x))->f_3c.rs2)