Lines Matching full:assembler
285 <p>On targets that use the integrated assembler (such as most X86 targets),
286 inline assembly is run through the integrated assembler instead of your system
287 assembler (which is most commonly "gas", the GNU assembler). The LLVM
288 integrated assembler is extremely compatible with GAS, but there are a couple of
291 <p>One specific example is that the assembler rejects ambiguous X86 instructions
305 the assembler randomly picks a 32-bit add). Because it is ambiguous, Clang