Home | History | Annotate | Download | only in libcpu

Lines Matching refs:codep

384 	  const uint8_t *codep = data;
388 if (data > begin && codep[-1] == curr[1] && curr[0] == 0xff)
405 uint_fast8_t masked = *codep++ & *curr++;
415 if (codep == end && avail > 0)
460 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep),
567 param_start = codep;
570 uint_fast8_t modrm = codep[-1];
590 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5))
794 if ((codep[-1] & 0xc0) != 0xc0)
817 if ((codep[-1] & 0xc0) != 0xc0)
856 ADD_STRING (tttn[codep[-1 - instrtab[cnt].modrm] & 0x0f]);
860 if ((codep[-1] & 0xc0) != 0xc0)