/external/vixl/src/ |
pool-manager.h | 1 // Copyright 2017, VIXL authors 37 #include "globals-vixl.h" 39 #include "utils-vixl.h" 41 namespace vixl { namespace 550 friend class vixl::TestPoolManager; 554 } // namespace vixl
|
invalset-vixl.h | 1 // Copyright 2015, VIXL authors 35 #include "globals-vixl.h" 37 namespace vixl { namespace 310 // of VIXL. 913 } // namespace vixl
|
utils-vixl.h | 1 // Copyright 2015, VIXL authors 34 #include "compiler-intrinsics-vixl.h" 35 #include "globals-vixl.h" 37 namespace vixl { namespace 887 } // namespace vixl
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libvixl-arm64.so | |
/art/ |
Android.mk | 149 # We can only run the vixl tests on 64-bit hosts (vixl testing issue) when its a 150 # top-level build (to declare the vixl test rule). 153 VIXL_TEST_DEPENDENCY := run-vixl-tests 157 .PHONY: test-art-host-vixl 158 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY) 163 test-art-host-vixl test-art-host-dexdump
|
/external/vixl/src/aarch64/ |
decoder-aarch64.cc | 1 // Copyright 2014, VIXL authors 27 #include "../globals-vixl.h" 28 #include "../utils-vixl.h" 32 namespace vixl { namespace 898 } // namespace vixl
|
instructions-aarch64.h | 1 // Copyright 2015, VIXL authors 30 #include "../globals-vixl.h" 31 #include "../utils-vixl.h" 35 namespace vixl { namespace 843 } // namespace vixl
|
instructions-aarch64.cc | 1 // Copyright 2015, VIXL authors 30 namespace vixl { namespace 706 } // namespace vixl
|
instrument-aarch64.cc | 1 // Copyright 2014, VIXL authors 29 namespace vixl { namespace 857 } // namespace vixl
|
operands-aarch64.cc | 1 // Copyright 2016, VIXL authors 29 namespace vixl { namespace 528 } // namespace vixl::aarch64
|
/external/vixl/test/aarch32/ |
test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc | 1 // Copyright 2016, VIXL authors 47 namespace vixl { namespace 340 } // namespace vixl
|
test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc | 1 // Copyright 2016, VIXL authors 47 namespace vixl { namespace 340 } // namespace vixl
|
test-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc | 1 // Copyright 2016, VIXL authors 47 namespace vixl { namespace 346 } // namespace vixl
|
test-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc | 1 // Copyright 2016, VIXL authors 47 namespace vixl { namespace 350 } // namespace vixl
|
test-assembler-cond-rdlow-rnlow-operand-immediate-zero-t32.cc | 1 // Copyright 2016, VIXL authors 47 namespace vixl { namespace 302 } // namespace vixl
|
test-assembler-cond-rdlow-rnlow-rmlow-t32.cc | 1 // Copyright 2016, VIXL authors 47 namespace vixl { namespace 300 } // namespace vixl
|
test-simulator-cond-rd-operand-imm16-t32.cc | 1 // Copyright 2016, VIXL authors 111 namespace vixl { namespace 615 } // namespace vixl
|
/external/vixl/test/aarch64/ |
test-utils-aarch64.cc | 1 // Copyright 2014, VIXL authors 39 namespace vixl { namespace 505 } // namespace vixl
|
/external/vixl/test/ |
test-code-generation-scopes.cc | 1 // Copyright 2017, VIXL authors 49 namespace vixl { namespace 772 } // namespace vixl
|
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libvixl-arm64.so | |
/external/vixl/tools/ |
generate_simulator_traces.py | 3 # Copyright 2015, VIXL authors 35 copyright_header = """// Copyright 2015, VIXL authors
|
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/ |
libvixl-arm.so.lsdump.gz | |
/art/build/ |
Android.bp | 132 "external/vixl/src",
|
/art/compiler/utils/arm/ |
jni_macro_assembler_arm_vixl.cc | 25 using namespace vixl::aarch32; // NOLINT(build/namespaces) 26 namespace vixl32 = vixl::aarch32; 28 using vixl::ExactAssemblyScope; 29 using vixl::CodeBufferCheckScope;
|
/art/runtime/arch/arm64/ |
registers_arm64.h | 65 IP0 = X16, // Used as scratch by VIXL.
|