Searched refs:codep (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c1174 static unsigned char *codep; variable
1850 FETCH_DATA (the_info, codep + 1);
1852 switch (*codep)
1872 newrex = *codep;
1916 codep++;
1931 codep++;
2184 codep = priv.the_buffer;
2193 if (codep > priv.the_buffer)
2214 insn_codep = codep;
2217 FETCH_DATA (info, codep
[all...]
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c3151 static unsigned char *codep; variable
12234 FETCH_DATA (the_info, codep + 1);
12236 switch (*codep)
12256 newrex = *codep;
12319 codep++;
12336 if (*codep != FWAIT_OPCODE)
12337 all_prefixes[i++] = *codep;
12339 codep++;
12618 FETCH_DATA (info, codep + 2);
12619 vindex = *codep
[all...]

Completed in 122 milliseconds