Lines Matching full:assembler
6 up the VIXL assembler and generate some code. We will also go into details on a
14 Creating the macro assembler and the simulator.
17 First of all you need to make sure that the header files for the assembler and
22 #include "a64/macro-assembler-a64.h"
24 VIXL's assembler will generate some code at run-time, and this code needs to
40 assembler object which uses this buffer.
56 We are now ready to generate some code. The macro assembler provides methods
57 for all the instructions that you can use. As it's a macro assembler,
63 optionally shifted by 12, but the macro assembler can generate one or more
107 VIXL's assembler provides a mechanism to represent labels with `Label` objects.
112 to a location using the macro assembler.
159 big. However, VIXL's macro assembler will automatically rewrite this line into
173 The assembler will store the immediate value in a "literal pool", a set of
206 macro assembler and the ARMv8 architecture.