Lines Matching full:unmasked
107 int unmasked; in math_emulate() local
279 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate()
282 unmasked = in math_emulate()
286 loaded_tag = unmasked & 0xff; in math_emulate()
287 unmasked &= ~0xff; in math_emulate()
296 unmasked = in math_emulate()
300 loaded_tag = unmasked & 0xff; in math_emulate()
301 unmasked &= ~0xff; in math_emulate()
357 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate()
373 /* We use the fact here that the unmasked in math_emulate()
411 && !unmasked) in math_emulate()