Lines Matching refs:FPU_modrm
103 u_char FPU_modrm, byte1; in math_emulate() local
206 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()
217 code = (FPU_modrm << 8) | byte1; in math_emulate()
240 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
243 FPU_rm = FPU_modrm & 7; in math_emulate()
245 if (FPU_modrm < 0300) { in math_emulate()
251 FPU_get_address_16(FPU_modrm, &FPU_EIP, in math_emulate()
255 FPU_get_address(FPU_modrm, &FPU_EIP, &data_sel_off, in math_emulate()
323 if ((FPU_modrm & 0x30) == 0x10) { in math_emulate()
327 if ((FPU_modrm & 0x08) in math_emulate()
339 if ((FPU_modrm & 0x28) == 0x20) in math_emulate()
356 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate()
358 if ((FPU_modrm & 0x38) == 0x38) { in math_emulate()
392 switch ((FPU_modrm >> 3) & 7) { in math_emulate()
442 if ((FPU_modrm & 0x30) == 0x10) { in math_emulate()
446 if ((FPU_modrm & 0x08) 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()