Home | History | Annotate | Download | only in vixl

Lines Matching full:vixl

0 VIXL: AArch64 Runtime Code Generation Library Version 1.12
16 VIXL contains three components.
26 The VIXL git repository can be found [on GitHub][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
63 VIXL was developed for JavaScript engines so a number of features from A64 were
71 The VIXL simulator supports only those instructions that the VIXL assembler can
75 The VIXL simulator was developed to run on 64-bit amd64 platforms. Whilst it
84 when using a VIXL library that has been built with debug enabled.
86 Some classes defined in VIXL header files contain fields that are only present
129 with VIXL, in both release and debug mode. It is a useful script for verifying
130 that all of VIXL's dependencies are in place and that VIXL is working as it
135 that the compiler may not warn about. This is most useful for VIXL developers.
138 1. Git must be installed, and the VIXL project must be in a valid Git
145 option is implied if the VIXL project is a snapshot (with no `.git` directory).
151 There are three very basic benchmarks provided with VIXL:
172 A short introduction to using VIXL can be found [here](doc/getting-started.md).
178 Using VIXL
192 [vixl]: https://github.com/armvixl/vixl
193 "The VIXL repository on GitHub."