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