Lines Matching refs:FPU_modrm
136 u_char FPU_modrm, byte1; in math_emulate() local
247 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()
258 code = (FPU_modrm << 8) | byte1; in math_emulate()
281 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
284 FPU_rm = FPU_modrm & 7; in math_emulate()
286 if (FPU_modrm < 0300) { in math_emulate()
292 FPU_get_address_16(FPU_modrm, &FPU_EIP, in math_emulate()
296 FPU_get_address(FPU_modrm, &FPU_EIP, &data_sel_off, in math_emulate()
364 if ((FPU_modrm & 0x30) == 0x10) { in math_emulate()
368 if ((FPU_modrm & 0x08) in math_emulate()
380 if ((FPU_modrm & 0x28) == 0x20) in math_emulate()
397 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate()
399 if ((FPU_modrm & 0x38) == 0x38) { in math_emulate()
433 switch ((FPU_modrm >> 3) & 7) { in math_emulate()
483 if ((FPU_modrm & 0x30) == 0x10) { in math_emulate()
487 if ((FPU_modrm & 0x08) 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()