Home | History | Annotate | Download | only in libcpu

Lines Matching refs:modrm

568 	  if (instrtab[cnt].modrm)
570 uint_fast8_t modrm = codep[-1];
576 if ((modrm & 0xc7) == 6 || (modrm & 0xc0) == 0x80)
578 else if ((modrm & 0xc0) == 0x40)
585 if ((modrm & 0xc0) != 0xc0 && (modrm & 0x7) == 0x4)
589 if ((modrm & 0xc7) == 5 || (modrm & 0xc0) == 0x80
590 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5))
592 else if ((modrm & 0xc0) == 0x40)
856 ADD_STRING (tttn[codep[-1 - instrtab[cnt].modrm] & 0x0f]);