Lines Matching defs:Instr
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;24 int func7;25 char rs1, rs2, rs3, rd;26 char rv64;27 long imm;29 char* curr; /* fill point in buffer */30 char* end; /* end of buffer */