Lines Matching refs:byte1
102 u_char FPU_modrm, byte1; in math_emulate() local
169 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
175 byte1); in math_emulate()
194 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
195 if (byte1 == FWAIT_OPCODE) { in math_emulate()
220 code = (FPU_modrm << 8) | byte1; in math_emulate()
243 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
266 if (!(byte1 & 1)) { in math_emulate()
277 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
282 switch ((byte1 >> 1) & 3) { in math_emulate()
459 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6)) in math_emulate()
467 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate()
533 if (valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()