Home | History | Annotate | Download | only in libcpu

Lines Matching defs:codep

396 	  const uint8_t *codep = data;
400 if (data > begin && codep[-1] == *curr && clen > 0)
417 if (*codep++ != *curr++)
421 if (codep == end && avail > 0)
427 uint_fast8_t masked = *codep++ & *curr++;
438 if (codep == end && avail > 0)
483 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep),
590 param_start = codep;
593 uint_fast8_t modrm = codep[-1];
613 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5))
844 if ((codep[-1] & 0xc0) != 0xc0)
867 if ((codep[-1] & 0xc0) != 0xc0)
906 ADD_STRING (tttn[codep[-1 - instrtab[cnt].modrm] & 0x0f]);
910 if ((codep[-1] & 0xc0) != 0xc0)