Lines Matching refs:FPU_modrm
102 u_char FPU_modrm, byte1; in math_emulate() local
209 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()
220 code = (FPU_modrm << 8) | byte1; in math_emulate()
243 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
246 FPU_rm = FPU_modrm & 7; in math_emulate()
248 if (FPU_modrm < 0300) { in math_emulate()
254 FPU_get_address_16(FPU_modrm, &FPU_EIP, in math_emulate()
258 FPU_get_address(FPU_modrm, &FPU_EIP, &data_sel_off, in math_emulate()
326 if ((FPU_modrm & 0x30) == 0x10) { in math_emulate()
330 if ((FPU_modrm & 0x08) in math_emulate()
342 if ((FPU_modrm & 0x28) == 0x20) in math_emulate()
359 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate()
361 if ((FPU_modrm & 0x38) == 0x38) { in math_emulate()
395 switch ((FPU_modrm >> 3) & 7) { in math_emulate()
445 if ((FPU_modrm & 0x30) == 0x10) { in math_emulate()
449 if ((FPU_modrm & 0x08) 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()