HomeSort by relevance Sort by last modified time
    Searched defs:vixl (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/vixl/test/
test-aborts.cc 1 // Copyright 2016, VIXL authors
30 #include "globals-vixl.h"
38 namespace vixl { namespace
68 } // namespace vixl
test-code-buffer.cc 1 // Copyright 2016, VIXL authors
28 #include "code-buffer-vixl.h"
31 namespace vixl { namespace
53 } // namespace vixl
test-operands.cc 1 // Copyright 2016, VIXL authors
38 namespace vixl { namespace
118 } // namespace vixl
test-utils.cc 1 // Copyright 2015, VIXL authors
33 #include "globals-vixl.h"
36 namespace vixl { namespace
69 } // namespace vixl
test-utils.h 1 // Copyright 2015, VIXL authors
30 #include "globals-vixl.h"
34 namespace vixl { namespace
38 } // namespace vixl
test-code-generation-scopes.cc 1 // Copyright 2016, VIXL authors
48 namespace vixl { namespace
768 } // namespace vixl
  /external/vixl/src/aarch32/
constants-aarch32.cc 1 // Copyright 2016, VIXL authors
28 #include "utils-vixl.h"
31 namespace vixl { namespace
855 } // namespace vixl
label-aarch32.cc 1 // Copyright 2016, VIXL authors
31 namespace vixl { namespace
51 } // namespace vixl
operands-aarch32.cc 1 // Copyright 2015, VIXL authors
40 #include "utils-vixl.h"
45 namespace vixl { namespace
561 } // namespace vixl
  /external/vixl/src/
platform-vixl.h 1 // Copyright 2014, VIXL authors
35 namespace vixl { namespace
37 } // namespace vixl
macro-assembler-interface.h 1 // Copyright 2016, VIXL authors
30 #include "assembler-base-vixl.h"
32 namespace vixl { namespace
56 } // namespace vixl
compiler-intrinsics-vixl.cc 1 // Copyright 2015, VIXL authors
27 #include "compiler-intrinsics-vixl.h"
29 namespace vixl { namespace
144 } // namespace vixl
assembler-base-vixl.h 1 // Copyright 2016, VIXL authors
30 #include "code-buffer-vixl.h"
32 namespace vixl { namespace
72 friend class vixl::CodeBufferCheckScope;
99 } // namespace vixl
compiler-intrinsics-vixl.h 1 // Copyright 2015, VIXL authors
31 #include "globals-vixl.h"
33 namespace vixl { namespace
158 } // namespace vixl
code-buffer-vixl.cc 1 // Copyright 2014, VIXL authors
31 #include "code-buffer-vixl.h"
32 #include "utils-vixl.h"
34 namespace vixl { namespace
188 } // namespace vixl
  /external/vixl/test/aarch64/
test-abi.cc 1 // Copyright 2016, VIXL authors
40 namespace vixl { namespace
113 } // namespace vixl::aarch64
test-fuzz-aarch64.cc 1 // Copyright 2014, VIXL authors
37 namespace vixl { namespace
121 } // namespace vixl
  /external/vixl/src/aarch64/
cpu-aarch64.h 1 // Copyright 2014, VIXL authors
30 #include "../globals-vixl.h"
34 namespace vixl { namespace
84 } // namespace vixl
cpu-aarch64.cc 1 // Copyright 2015, VIXL authors
27 #include "../utils-vixl.h"
31 namespace vixl { namespace
178 } // namespace vixl
debugger-aarch64.h 1 // Copyright 2014, VIXL authors
37 #include "../globals-vixl.h"
38 #include "../utils-vixl.h"
43 namespace vixl { namespace
105 } // namespace vixl
disasm-aarch64.h 1 // Copyright 2015, VIXL authors
30 #include "../globals-vixl.h"
31 #include "../utils-vixl.h"
37 namespace vixl { namespace
90 // buffer. They are currently not used by VIXL.
181 } // namespace vixl
operands-aarch64.h 1 // Copyright 2016, VIXL authors
32 namespace vixl { namespace
959 } // namespace vixl::aarch64
  /art/compiler/optimizing/
intrinsics_arm64.h 22 namespace vixl { namespace
27 }} // namespace vixl::aarch64
79 vixl::aarch64::MacroAssembler* GetVIXLAssembler();
  /external/vixl/tools/
verify_assembler_traces.py 3 # Copyright 2016, VIXL authors
37 You may run the script with no arguments from VIXL's top-level directory as long
107 The script will finally extract the encoding and compare it to what VIXL
138 for LLVM. VIXL's test generation framework will print instruction
265 # However, VIXL does not do this. These rules specifically add the `.w`
293 # VIXL may have generated more than one instruction seperated by ';'
349 encoded them the same way as VIXL. `triple` allows us to specify either
382 # due to IT instructions preceding every instruction under test. VIXL's
392 # Check the encodings from LLVM are identical to VIXL's.
402 VIXL: {vixl
405 vixl=vixl_encodings[i])) variable
    [all...]
  /external/vixl/examples/aarch32/
custom-aarch32-disasm.cc 1 // Copyright 2016, VIXL authors
38 namespace vixl { namespace
144 } // namespace vixl
148 vixl::aarch32::RunCustomDisassemblerTest();

Completed in 118 milliseconds

1 2 3 4 5 6 7 8