Lines Matching full:assembler
102 <li><a href="#inlineasm">Inline Assembler Expressions</a></li>
563 assembler and evaluated by the linker. Unlike normal strong symbols, they
2257 notation (see below). The assembler requires the exact decimal value of a
2258 floating-point constant. For example, the assembler accepts 1.25 but
2810 <a name="inlineasm">Inline Assembler Expressions</a>
2815 <p>LLVM supports inline assembler expressions (as opposed
2817 a special value. This value represents the inline assembler as a string
2822 inline assembler expression is:</p>
2828 <p>Inline assembler expressions may <b>only</b> be used as the callee operand of
2974 compiler, assembler, and linker are required to treat the symbol as if there is
2981 <p>On some targets, the code generator must emit a directive to the assembler or
2982 object file to prevent the assembler and linker from molesting the symbol.</p>