tag | line | file | source code |
unmasked | 136 | arch/i386/math-emu/fpu_entry.c | int unmasked; |
unmasked | 355 | arch/i386/math-emu/fpu_entry.c | unmasked = 0; /* Do this here to stop compiler warnings. */ |
unmasked | 359 | arch/i386/math-emu/fpu_entry.c | unmasked = reg_load_single((float *)data_address, |
unmasked | 366 | arch/i386/math-emu/fpu_entry.c | unmasked = reg_load_double((double *)data_address, |
unmasked | 412 | arch/i386/math-emu/fpu_entry.c | if ( unmasked && !((FPU_modrm & 0x30) == 0x10) ) |
unmasked | 452 | arch/i386/math-emu/fpu_entry.c | if ( !compare_st_data(&loaded_data) && !unmasked ) |