Lines Matching refs:assembler
6 how to set up the VIXL assembler and generate some code. We will also go into
14 Creating the macro assembler.
17 First of all you need to make sure that the header files for the assembler are
30 #include "aarch32/macro-assembler-aarch32.h"
42 First of all we need to create a macro assembler object.
50 We are now ready to generate some code. The macro assembler provides methods
51 for all the instructions that you can use. As it's a macro assembler,
96 VIXL's assembler provides a mechanism to represent labels with `Label` objects.
101 to a location using the macro assembler.
139 big. However, VIXL's macro assembler will automatically rewrite this line into
154 The assembler will store the immediate value in a "literal pool", a set of
192 macro assembler and the AArch32 architecture.
197 Once you have generated something with the macro-assembler, you may want to
217 Then you can disassemble the macro assembler's buffer: