Lines Matching refs:addr_modes
105 fpu_addr_modes addr_modes; in math_emulate() local
130 addr_modes.default_mode = VM86; in math_emulate()
134 addr_modes.default_mode = 0; in math_emulate()
151 addr_modes.default_mode = SEG32; in math_emulate()
154 addr_modes.default_mode = PM16; in math_emulate()
167 &addr_modes.override)) { in math_emulate()
184 if (addr_modes.default_mode) { in math_emulate()
248 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
249 ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX)) in math_emulate()
252 &data_sel_off, addr_modes); in math_emulate()
256 addr_modes); in math_emulate()
258 if (addr_modes.default_mode) { in math_emulate()
271 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
457 >> 1, addr_modes, data_address))) { in math_emulate()
531 &addr_modes.override)) in math_emulate()
535 if (addr_modes.default_mode) in math_emulate()