Lines Matching refs:FPU_modrm
104 u_char FPU_modrm, byte1;
207 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP);
218 code = (FPU_modrm << 8) | byte1;
241 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm;
244 FPU_rm = FPU_modrm & 7;
246 if (FPU_modrm < 0300) {
252 FPU_get_address_16(FPU_modrm, &FPU_EIP,
256 FPU_get_address(FPU_modrm, &FPU_EIP, &data_sel_off,
324 if ((FPU_modrm & 0x30) == 0x10) {
328 if ((FPU_modrm & 0x08)
340 if ((FPU_modrm & 0x28) == 0x20)
357 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) {
359 if ((FPU_modrm & 0x38) == 0x38) {
393 switch ((FPU_modrm >> 3) & 7) {
443 if ((FPU_modrm & 0x30) == 0x10) {
447 if ((FPU_modrm & 0x08)
457 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6))
465 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7);