Lines Matching refs:byte1
103 u_char FPU_modrm, byte1; in math_emulate() local
166 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
172 byte1); in math_emulate()
191 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
192 if (byte1 == FWAIT_OPCODE) { in math_emulate()
217 code = (FPU_modrm << 8) | byte1; in math_emulate()
240 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
263 if (!(byte1 & 1)) { in math_emulate()
274 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
279 switch ((byte1 >> 1) & 3) { in math_emulate()
456 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6)) in math_emulate()
464 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate()
530 if (valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()