Lines Matching refs:addr_modes
105 fpu_addr_modes addr_modes; in math_emulate() local
133 addr_modes.default_mode = VM86; in math_emulate()
137 addr_modes.default_mode = 0; in math_emulate()
154 addr_modes.default_mode = SEG32; in math_emulate()
157 addr_modes.default_mode = PM16; in math_emulate()
170 &addr_modes.override)) { in math_emulate()
187 if (addr_modes.default_mode) { in math_emulate()
251 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
252 ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX)) in math_emulate()
255 &data_sel_off, addr_modes); in math_emulate()
259 addr_modes); in math_emulate()
261 if (addr_modes.default_mode) { in math_emulate()
274 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
460 >> 1, addr_modes, data_address))) { in math_emulate()
534 &addr_modes.override)) in math_emulate()
538 if (addr_modes.default_mode) in math_emulate()