Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 9 of 9) sorted by relevance

/inferno-os/libinterp/
H A Ddas-sparc.c7 struct opcode struct
9 char *mnemonic;
10 void (*f)(Instr*, char*);
11 int flag;
/inferno-os/utils/libmach/
H A Dkdb.c89 struct opcode { struct
90 char *mnemonic;
91 void (*f)(Instr*, char*);
92 int flag;
H A Didb.c281 format(Instr *i, char *opcode, char *f) in format()
/inferno-os/utils/kl/
H A Dasm.c1074 opcode(int a) in opcode() function
/inferno-os/os/pc/
H A Dsdmylex.c107 uchar opcode; /* Operation code */ member
130 uchar opcode; /* Operation code */ member
/inferno-os/libfreetype/
H A Dttinterp.h149 FT_Byte opcode; /* current opcode */ member
H A Dttinterp.c6843 FT_Byte opcode = CUR.opcode; in TT_RunIns() local
/inferno-os/os/boot/pc/
H A Dsdmylex.c112 uchar opcode; /* Operation code */ member
135 uchar opcode; /* Operation code */ member
/inferno-os/utils/5c/
H A Dpeep.c1229 int opcode; member