Lines Matching refs:addr_modes
106 fpu_addr_modes addr_modes; in math_emulate() local
131 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()
168 &addr_modes.override)) { in math_emulate()
185 if (addr_modes.default_mode) { in math_emulate()
249 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
250 ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX)) in math_emulate()
253 &data_sel_off, addr_modes); in math_emulate()
257 addr_modes); in math_emulate()
259 if (addr_modes.default_mode) { in math_emulate()
272 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
458 >> 1, addr_modes, data_address))) { in math_emulate()
532 &addr_modes.override)) in math_emulate()
536 if (addr_modes.default_mode) in math_emulate()