Searched defs:Instr (Results 1 – 10 of 10) sorted by relevance
164 typedef struct Instr Instr; typedef165 struct Instr struct167 uchar mem[1+1+1+1+2+1+1+4+4]; /* raw instruction */168 uvlong addr; /* address of start of instruction */169 int n; /* number of bytes in instruction */170 char *prefix; /* instr prefix */171 char *segment; /* segment override */172 uchar jumptype; /* set to the operand type for jump/ret/call */173 uchar amd64;174 uchar rex; /* REX prefix (or zero) */[all …]
13 typedef struct Instr Instr; typedef14 struct Instr struct16 Map *map;17 ulong w;18 uvlong addr;19 char *fmt;20 int n;21 int op;22 int aop;23 int func3;[all …]
16 typedef struct Instr Instr; typedef17 struct Instr struct41 void (*fmt)(Opcode*, Instr*); argument
23 } Instr; typedef
107 } Instr; typedef
168 } Instr; typedef
97 typedef struct instr Instr; typedef
124 typedef struct instr Instr; typedef
159 } Instr; typedef
111 typedef struct Instr Instr; typedef113 struct Instr { /* a COP1 instruction, broken out and registers converted */ struct114 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) */[all …]