Searched defs:Opcode (Results 1 – 10 of 10) sorted by relevance
/inferno-os/libinterp/ |
H A D | das-arm.c | 23 typedef struct Opcode Opcode; typedef 24 struct Opcode struct 27 void (*f)(Opcode*, Instr*); argument 28 char* a;
|
H A D | das-power.c | 172 typedef struct Opcode Opcode; typedef 174 struct Opcode { struct 179 void (*f)(Opcode *, Instr *); argument 187 branch(Opcode *o, Instr *i) in branch() argument
|
H A D | das-mips.c | 25 } Opcode; typedef
|
/inferno-os/utils/libmach/ |
H A D | qdb.c | 336 typedef struct Opcode Opcode; typedef 338 struct Opcode { struct 343 void (*f)(Opcode *, Instr *); argument 351 branch(Opcode *o, Instr *i) in branch() argument
|
H A D | tdb.c | 26 typedef struct Opcode Opcode; typedef 27 struct Opcode struct 30 void (*fmt)(Opcode*, Instr*); argument 31 uvlong (*foll)(Map*, Rgetter, Instr*, uvlong); 32 char* a;
|
H A D | 5db.c | 36 typedef struct Opcode Opcode; typedef 37 struct Opcode struct 40 void (*fmt)(Opcode*, Instr*); argument 41 uvlong (*foll)(Map*, Rgetter, Instr*, uvlong); 42 char* a;
|
H A D | vdb.c | 257 typedef struct Opcode Opcode; typedef 259 struct Opcode { struct 261 void (*f)(Opcode *, Instr *); argument 268 branch(Opcode *o, Instr *i) in branch() argument
|
H A D | vcodas.c | 27 } Opcode; typedef
|
/inferno-os/os/boot/puma/ |
H A D | ether8900.c | 146 Opcode = 0x0300, /* command opcode (field) */ enumerator
|
/inferno-os/os/cerf1110/ |
H A D | ether8900.c | 117 Opcode = 0x0300, /* command opcode (field) */ enumerator
|