Lines Matching defs:byte
170 ("FPU emulator: Unknown prefix byte 0x%02x, probably due to\n"
246 /* All of these instructions use the mod/rm byte to get a data address */
548 u_char byte;
556 FPU_get_user(byte, ip);
560 switch (byte) {
600 FPU_get_user(byte, ip);
604 *Byte = byte;
607 if ((byte & 0xf8) == 0xd8) {
608 *Byte = byte;
614 *Byte = byte; /* Needed for error message. */