Searched defs:instruct (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dlookbib.c21 static void instruct(void);
58 instruct();
89 instruct(void) function
H A Daddbib.c44 static void instruct(void);
117 instruct();
230 instruct(void) /* give user elementary directions */ function
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h50 #define OP(x) (((union instruct *) (x))->f_1.op)
51 #define DISP30(x) (((union instruct *) (x))->f_1.disp30)
52 #define OP3(x) (((union instruct *) (x))->f_3c.op3)
53 #define RD(x) (((union instruct *) (x))->f_3c.rd)
54 #define IMMED(x) (((union instruct *) (x))->f_3c.i)
55 #define SIMM13(x) (((((union instruct *) (x))->f_3d.simm13) << 19) >> 19)
56 #define RS1(x) (((union instruct *) (x))->f_3c.rs1)
57 #define RS2(x) (((union instruct *) (x))->f_3c.rs2)
137 union instruct { union

Completed in 45 milliseconds