Lines Matching refs:byte1
104 u_char FPU_modrm, byte1; in math_emulate() local
167 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
173 byte1); in math_emulate()
192 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
193 if (byte1 == FWAIT_OPCODE) { in math_emulate()
218 code = (FPU_modrm << 8) | byte1; in math_emulate()
241 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
264 if (!(byte1 & 1)) { in math_emulate()
275 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
280 switch ((byte1 >> 1) & 3) { in math_emulate()
457 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6)) in math_emulate()
465 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate()
531 if (valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()