Home | History | Annotate | Download | only in vixl

Lines Matching full:vixl

0 VIXL: ARMv8 Runtime Code Generation Library, Development Version
16 VIXL contains three components.
26 The VIXL git repository can be found [on 'https://git.linaro.org'][vixl].
28 Changes from previous versions of VIXL can be found in the
42 To build VIXL the following software is required:
48 A 64-bit host machine is required, implementing an LP64 data model. VIXL has
65 VIXL was developed for JavaScript engines so a number of features from A64 were
73 The VIXL simulator supports only those instructions that the VIXL assembler can
77 The VIXL simulator was developed to run on 64-bit amd64 platforms. Whilst it
82 VIXL may not build using Clang 3.7, due to a compiler warning. A workaround is
91 when using a VIXL library that has been built with debug enabled.
93 Some classes defined in VIXL header files contain fields that are only present
136 with VIXL, in both release and debug mode. It is a useful script for verifying
137 that all of VIXL's dependencies are in place and that VIXL is working as it
142 that the compiler may not warn about. This is most useful for VIXL developers.
145 1. Git must be installed, and the VIXL project must be in a valid Git
152 option is implied if the VIXL project is a snapshot (with no `.git` directory).
165 We have separate guides for introducing VIXL, depending on what architecture you
179 [vixl]: https://git.linaro.org/arm/vixl.git
180 "The VIXL repository at 'https://git.linaro.org'."
183 "Introduction to VIXL for AArch32."
186 "Introduction to VIXL for AArch64."