Searched refs:vixl (Results 1 – 25 of 57) sorted by relevance
123
33 vixl::Test* vixl::Test::first_ = NULL;34 vixl::Test* vixl::Test::last_ = NULL;37 bool vixl::Test::debug_ = false;40 bool vixl::Test::trace_sim_ = false;41 bool vixl::Test::trace_reg_ = false;42 bool vixl::Test::trace_write_ = false;45 bool vixl::Test::coloured_trace_ = false;48 bool vixl::Test::instruction_stats_ = false;51 bool vixl::Test::sim_test_trace_ = false;54 vixl::Test::Test(const char* name, TestFunction* callback) in Test()[all …]
32 namespace vixl {
36 namespace vixl { namespace
65 src/vixl/a64/assembler-a64.cc \66 src/vixl/a64/cpu-a64.cc \67 src/vixl/a64/debugger-a64.cc \68 src/vixl/a64/decoder-a64.cc \69 src/vixl/a64/disasm-a64.cc \70 src/vixl/a64/instructions-a64.cc \71 src/vixl/a64/instrument-a64.cc \72 src/vixl/a64/logic-a64.cc \73 src/vixl/a64/macro-assembler-a64.cc \74 src/vixl/a64/simulator-a64.cc \[all …]
1 URL: https://github.com/armvixl/vixl/archive/1.7.tar.gz
258 # Source files are in `src/vixl` and in `src/vixl/a64/`.259 variant_dir_vixl = PrepareVariantDir(join('src', 'vixl'), build_dir)260 variant_dir_a64 = PrepareVariantDir(join('src', 'vixl', 'a64'), build_dir)263 return env.Library(join(build_dir, 'vixl'), sources)
203 # To run all the tests: vixl-test-runner --run_all216 LOCAL_MODULE := vixl-test-runner221 .PHONY: run-vixl-tests222 run-vixl-tests: vixl-test-runner224 $(HOST_OUT)/bin/vixl-test-runner --run_all225 $(HOST_OUT)/bin/vixl-test-runner --run_all --debugger226 @echo vixl tests PASSED
33 namespace vixl {
30 namespace vixl { namespace
29 namespace vixl { namespace
32 using namespace vixl; variable
34 using namespace vixl; variable
33 using namespace vixl;
31 using namespace vixl;
32 using namespace vixl;
30 namespace vixl {
36 namespace vixl {
42 namespace vixl {
3 us at <vixl@arm.com>.