Searched refs:vixl (Results 1 - 25 of 203) sorted by relevance

123456789

/external/vixl/src/aarch32/
H A Dlabel-aarch32.cc31 namespace vixl { namespace
51 } // namespace vixl
/external/vixl/test/
H A Dtest-runner.cc34 vixl::Test* vixl::Test::first_ = NULL;
35 vixl::Test* vixl::Test::last_ = NULL;
38 bool vixl::Test::debug_ = false;
41 bool vixl::Test::trace_sim_ = false;
42 bool vixl::Test::trace_reg_ = false;
43 bool vixl::Test::trace_write_ = false;
44 bool vixl::Test::trace_branch_ = false;
47 bool vixl
[all...]
H A Dtest-utils.h30 #include "globals-vixl.h"
34 namespace vixl { namespace
38 } // namespace vixl
H A Dtest-code-buffer.cc28 #include "code-buffer-vixl.h"
31 namespace vixl { namespace
53 } // namespace vixl
H A Dtest-aborts.cc30 #include "globals-vixl.h"
38 namespace vixl { namespace
68 } // namespace vixl
H A Dtest-utils.cc33 #include "globals-vixl.h"
36 namespace vixl { namespace
69 } // namespace vixl
/external/vixl/src/
H A Dplatform-vixl.h35 namespace vixl { namespace
37 } // namespace vixl
H A Dmacro-assembler-interface.h30 #include "assembler-base-vixl.h"
32 namespace vixl { namespace
56 } // namespace vixl
H A Dassembler-base-vixl.h30 #include "code-buffer-vixl.h"
32 namespace vixl { namespace
72 friend class vixl::CodeBufferCheckScope;
99 } // namespace vixl
/external/vixl/benchmarks/aarch64/
H A Dbench-branch-link.cc27 #include "globals-vixl.h"
32 using namespace vixl;
33 using namespace vixl::aarch64;
H A Dbench-branch-masm.cc28 #include "globals-vixl.h"
33 using namespace vixl;
34 using namespace vixl::aarch64;
H A Dbench-branch.cc28 #include "globals-vixl.h"
33 using namespace vixl;
34 using namespace vixl::aarch64;
H A Dbench-dataop.cc28 #include "globals-vixl.h"
33 using namespace vixl;
34 using namespace vixl::aarch64;
H A Dbench-branch-link-masm.cc28 #include "globals-vixl.h"
33 using namespace vixl::aarch64;
/external/vixl/examples/aarch64/
H A Dexamples.h33 using namespace vixl;
34 using namespace vixl::aarch64;
H A Dcustom-disassembler.h32 using namespace vixl::aarch64;
H A Dgetting-started.cc32 using namespace vixl::aarch64;
/external/vixl/benchmarks/aarch32/
H A Dbench-branch-link-masm.cc35 using namespace vixl;
36 using namespace vixl::aarch32;
H A Dbench-branch-masm.cc35 using namespace vixl;
36 using namespace vixl::aarch32;
H A Dbench-dataop.cc35 using namespace vixl;
36 using namespace vixl::aarch32;
/external/vixl/examples/aarch32/
H A Dexamples.h44 using namespace vixl;
45 using namespace vixl::aarch32;
H A Dcustom-aarch32-disasm.cc38 namespace vixl { namespace
144 } // namespace vixl
148 vixl::aarch32::RunCustomDisassemblerTest();
/external/vixl/
H A DAndroid.mk59 .PHONY: run-vixl-tests
60 run-vixl-tests: vixl-test-runner
61 # TODO: Once available, use the appropriate option of vixl-test-runner
62 # to point to the trace files instead of running from the vixl root.
63 cd $(vixl_root) && $(vixl_host_out)/bin/vixl-test-runner --run_all
64 cd $(vixl_root) && $(vixl_host_out)/bin/vixl-test-runner --run_all --debugger
65 @echo vixl tests PASSED
/external/vixl/src/aarch64/
H A Dcpu-aarch64.h30 #include "../globals-vixl.h"
34 namespace vixl { namespace
84 } // namespace vixl
H A Dsimulator-constants-aarch64.h32 namespace vixl { namespace
153 } // namespace vixl

Completed in 427 milliseconds

123456789