Searched refs:unmasked (Results 1 – 2 of 2) sorted by relevance
138 int unmasked; in math_emulate() local334 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate()338 unmasked = FPU_load_single((float *)data_address, in math_emulate()340 loaded_tag = unmasked & 0xff; in math_emulate()341 unmasked &= ~0xff; in math_emulate()347 unmasked = FPU_load_double((double *)data_address, in math_emulate()349 loaded_tag = unmasked & 0xff; in math_emulate()350 unmasked &= ~0xff; in math_emulate()396 if ( unmasked && !((FPU_modrm & 0x30) == 0x10) ) in math_emulate()439 && !unmasked ) in math_emulate()
641 as soon as the "interrupt-enable" bit is unmasked, an immediate interrupt is