Home
last modified time | relevance | path

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

/arch/x86/math-emu/
A Dfpu_entry.c131 addr_modes.default_mode = VM86; in math_emulate()
135 addr_modes.default_mode = 0; in math_emulate()
152 addr_modes.default_mode = SEG32; in math_emulate()
155 addr_modes.default_mode = PM16; in math_emulate()
185 if (addr_modes.default_mode) { in math_emulate()
249 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
259 if (addr_modes.default_mode) { in math_emulate()
272 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
536 if (addr_modes.default_mode) in math_emulate()
A 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()
A Dload_store.c78 if (addr_modes.default_mode & PROTECTED) { in FPU_load_store()
79 if (addr_modes.default_mode == SEG32) { in FPU_load_store()
82 } else if (addr_modes.default_mode == PM16) { in FPU_load_store()
A Dreg_ld_str.c1033 if ((addr_modes.default_mode == VM86) || in fldenv()
1034 ((addr_modes.default_mode == PM16) in fldenv()
1051 if (addr_modes.default_mode == VM86) { in fldenv()
1145 if ((addr_modes.default_mode == VM86) || in fstenv()
1146 ((addr_modes.default_mode == PM16) in fstenv()
1161 if (addr_modes.default_mode == VM86) { in fstenv()
A Dfpu_emu.h133 u_char default_mode; member

Completed in 10 milliseconds