Home | History | Annotate | Download | only in libcpu

Lines Matching refs:modrm

591 	  if (instrtab[cnt].modrm)
593 uint_fast8_t modrm = codep[-1];
599 if ((modrm & 0xc7) == 6 || (modrm & 0xc0) == 0x80)
601 else if ((modrm & 0xc0) == 0x40)
608 if ((modrm & 0xc0) != 0xc0 && (modrm & 0x7) == 0x4)
612 if ((modrm & 0xc7) == 5 || (modrm & 0xc0) == 0x80
613 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5))
615 else if ((modrm & 0xc0) == 0x40)
906 ADD_STRING (tttn[codep[-1 - instrtab[cnt].modrm] & 0x0f]);