Lines Matching defs:codep
395 const uint8_t *codep = data;
399 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)
484 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep),
591 param_start = codep;
594 uint_fast8_t modrm = codep[-1];
616 && (codep[0] & 0x7) == 0x5))
848 if ((codep[-1] & 0xc0) != 0xc0)
871 if ((codep[-1] & 0xc0) != 0xc0)
910 ADD_STRING (tttn[codep[-1 - instrtab[cnt].modrm] & 0x0f]);
914 if ((codep[-1] & 0xc0) != 0xc0)