Lines Matching refs:addr_modes
138 fpu_addr_modes addr_modes; in math_emulate() local
170 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()
208 &addr_modes.override)) { in math_emulate()
225 if (addr_modes.default_mode) { in math_emulate()
289 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
290 ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX)) in math_emulate()
293 &data_sel_off, addr_modes); in math_emulate()
297 addr_modes); in math_emulate()
299 if (addr_modes.default_mode) { in math_emulate()
312 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
498 >> 1, addr_modes, data_address))) { in math_emulate()
572 &addr_modes.override)) in math_emulate()
576 if (addr_modes.default_mode) in math_emulate()