Lines Matching refs:no
36 @item --text-section-literals | --no-text-section-literals
38 @kindex --no-text-section-literals
40 @samp{--no-@-text-@-section-@-literals}, which places literals in
51 @item --absolute-literals | --no-absolute-literals
53 @kindex --no-absolute-literals
60 @item --target-align | --no-target-align
62 @kindex --no-target-align
69 @item --longcalls | --no-longcalls
71 @kindex --no-longcalls
78 @samp{--no-@-longcalls}.
80 @item --transform | --no-transform
82 @kindex --no-transform
85 @samp{--transform}; @samp{--no-transform} should only be used in the
87 assembly source. Using @samp{--no-transform} causes out of range
95 @item --trampolines | --no-trampolines
97 @kindex --no-trampolines
167 will fill unused instruction slots with no-ops.
208 @code{no-transform} directive. @xref{Transform Directive, ,transform}.
249 @samp{--no-transform} command-line option (@pxref{Xtensa Options, ,Command
250 Line Options}), or by using the @code{no-transform} directive
277 @samp{--no-target-@-align} command-line option (@pxref{Xtensa Options,
295 no-op instructions to satisfy it. When no-op instructions are added,
297 to refer to the loop instruction, not the newly generated no-op
364 @samp{--no-transform} command-line option (@pxref{Xtensa Options,
365 ,Command Line Options}), or the @code{no-transform} directive
421 jump (@code{JX}). However it needs a free register. When there's no spare
490 disabled completely with @samp{--no-trampolines} or @samp{--no-transform}
500 ,Opcode Names}), the @samp{--no-transform} command-line option
502 @code{no-transform} directive (@pxref{Transform Directive, ,transform}).
630 .begin no-transform
638 .end no-transform
643 @code{no-transform} region both result in @code{ADD} machine instructions,
664 @cindex @code{no-schedule} directive
671 .begin [no-]schedule
672 .end [no-]schedule
676 This directive is ignored and has no effect on @command{@value{AS}}.
681 @cindex @code{no-longcalls} directive
688 .begin [no-]longcalls
689 .end [no-]longcalls
700 @cindex @code{no-transform} directive
708 .begin [no-]transform
709 .end [no-]transform
713 Transformations are enabled by default unless the @samp{--no-transform}
760 Position Directive, ,literal_position}). If there are no preceding
873 directive has no effect when using the
880 @cindex @code{no-absolute-literals} directive
882 The @code{absolute-@-literals} and @code{no-@-absolute-@-literals}
889 .begin [no-]absolute-literals
890 .end [no-]absolute-literals
904 the @samp{--no-@-absolute-@-literals} command-line option is specified.