Lines Matching refs:byte1
136 u_char FPU_modrm, byte1; in math_emulate() local
207 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
213 byte1); in math_emulate()
232 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
233 if (byte1 == FWAIT_OPCODE) { in math_emulate()
258 code = (FPU_modrm << 8) | byte1; in math_emulate()
281 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
304 if (!(byte1 & 1)) { in math_emulate()
315 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
320 switch ((byte1 >> 1) & 3) { in math_emulate()
497 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6)) in math_emulate()
505 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate()
571 if (valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()