Lines Matching refs:segment
318 explicit segment overrides are given. */
670 don't allow a short jump in a 32 bit code segment to be promoted to
673 64k of the code segment (The top 16 bits of eip are zeroed). */
3020 the fs segment override prefix not currently handled because no
3492 instructions with 2 immediate operands so that the immediate segment
3600 /* Check string instruction segment overrides. */
5095 as_bad (_("`%s' operand %d must use `%ses' segment"),
5101 /* There's only ever one segment override allowed per instruction.
5102 This instruction possibly has a legal segment override on the
5103 second operand, so copy the segment to where non-string
5111 as_bad (_("`%s' operand %d must use `%ses' segment"),
5722 /* Default segment register this instruction will use for memory
5724 unnecessary segment overrides. */
5919 /* For the string instructions that allow a segment override
5920 on one of their operands, the default segment is ds. */
5927 as_warn (_("segment override on `%s' is ineffectual"), i.tm.name);
5929 /* If a segment was explicitly specified, and the specified segment
5931 never figured out what the default segment is, then default_seg
5932 will be zero at this point, and the specified segment prefix will
6572 careful to make sure that segment/control/debug/test/MMX
6909 /* 1 opcode; 2 segment; offset */
6936 as_bad (_("can't handle non absolute segment in `%s'"),
8011 as_bad (_("unimplemented segment %s in operand"), exp_seg->name);
8306 as_bad (_("unimplemented segment %s in operand"), exp_seg->name);
8577 /* Check for a segment override by searching for ':' after a
8578 segment register. */
8905 md_estimate_size_before_relax (fragS *fragP, segT segment)
8911 if (S_GET_SEGMENT (fragP->fr_symbol) != segment
8925 /* Symbol is undefined in this segment, or we need to keep a
9127 /* Apply a fixup (fixP) to segment data, once it has been determined
10269 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT size)
10281 align = bfd_get_section_alignment (stdoutput, segment);