Home
last modified time | relevance | path

Searched refs:default_mode (Results 1 – 5 of 5) sorted by relevance

/arch/x86/math-emu/
Dfpu_entry.c170 addr_modes.default_mode = VM86; in math_emulate()
174 addr_modes.default_mode = 0; in math_emulate()
191 addr_modes.default_mode = SEG32; in math_emulate()
194 addr_modes.default_mode = PM16; in math_emulate()
225 if (addr_modes.default_mode) { in math_emulate()
289 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
299 if (addr_modes.default_mode) { in math_emulate()
312 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
576 if (addr_modes.default_mode) in math_emulate()
Dload_store.c71 if (addr_modes.default_mode & PROTECTED) { in FPU_load_store()
72 if (addr_modes.default_mode == SEG32) { in FPU_load_store()
75 } else if (addr_modes.default_mode == PM16) { in FPU_load_store()
Dget_address.c220 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address()
277 switch (addr_modes.default_mode) { in FPU_get_address()
304 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address_16()
385 switch (addr_modes.default_mode) { in FPU_get_address_16()
Dreg_ld_str.c1032 if ((addr_modes.default_mode == VM86) || in fldenv()
1033 ((addr_modes.default_mode == PM16) in fldenv()
1050 if (addr_modes.default_mode == VM86) { in fldenv()
1144 if ((addr_modes.default_mode == VM86) || in fstenv()
1145 ((addr_modes.default_mode == PM16) in fstenv()
1160 if (addr_modes.default_mode == VM86) { in fstenv()
Dfpu_emu.h132 u_char default_mode; member