Lines Matching full:assembler
100 <li><a href="#inlineasm">Inline Assembler Expressions</a></li>
555 assembler and evaluated by the linker. Unlike normal strong symbols, they
2038 notation (see below). The assembler requires the exact decimal value of a
2039 floating-point constant. For example, the assembler accepts 1.25 but
2591 <a name="inlineasm">Inline Assembler Expressions</a>
2596 <p>LLVM supports inline assembler expressions (as opposed
2598 a special value. This value represents the inline assembler as a string
2603 inline assembler expression is:</p>
2609 <p>Inline assembler expressions may <b>only</b> be used as the callee operand of
2755 compiler, assembler, and linker are required to treat the symbol as if there is
2762 <p>On some targets, the code generator must emit a directive to the assembler or
2763 object file to prevent the assembler and linker from molesting the symbol.</p>