Lines Matching defs:Instr
111 typedef struct Instr Instr; typedef
113 struct Instr { /* a COP1 instruction, broken out and registers converted */ struct
114 int iw; /* whole word */
115 uintptr pc;
116 int o; /* opcode or cop1 func code */
117 int fmt; /* operand format */
118 int rm; /* first operand register */
119 int rn; /* second operand register */
120 int rd; /* destination register */
122 Internal *fm; /* converted from FREG(ufp, rm) */
123 Internal *fn;
124 char *dfmt;
125 FPsave *ufp; /* fp state, including fp registers */
126 Ureg *ur; /* user registers */