/external/vixl/examples/aarch64/ |
getting-started.cc | 1 // Copyright 2014, VIXL authors 32 using namespace vixl::aarch64;
|
custom-disassembler.cc | 1 // Copyright 2014, VIXL authors 104 // from the vixl::Instruction class can be used to analyse the instruction being 107 vixl::aarch64::Disassembler::VisitAddSubShifted(instr); 168 printf("VIXL disasm\t %p:\t%s\n",
|
examples.h | 1 // Copyright 2015, VIXL authors 33 using namespace vixl; 34 using namespace vixl::aarch64; 108 // This example demonstrates some interesting features of VIXL's stack
|
non-const-visitor.h | 1 // Copyright 2014, VIXL authors 33 using namespace vixl::aarch64;
|
swap4.cc | 1 // Copyright 2014, VIXL authors 32 // VIXL's macro assembler provides some functions to manipulate the stack.
|
/art/compiler/linker/arm/ |
relative_patcher_thumb2.cc | 184 vixl::aarch32::Register base_reg, 185 vixl::aarch32::MemOperand& lock_word, 186 vixl::aarch32::Label* slow_path, 188 using namespace vixl::aarch32; // NOLINT(build/namespaces) 207 vixl::aarch32::Register entrypoint) { 208 using vixl::aarch32::MemOperand; 209 using vixl::aarch32::ip; 211 const vixl::aarch32::Register tr = vixl::aarch32::r9; 225 using namespace vixl::aarch32; // NOLINT(build/namespaces [all...] |
/art/compiler/utils/arm64/ |
assembler_arm64.cc | 23 using namespace vixl::aarch64; // NOLINT(build/namespaces) 166 vixl::aarch64::Register mr = reg_x(MR); // Marking Register. 167 vixl::aarch64::Register tr = reg_x(TR); // Thread Register. 168 vixl::aarch64::Label mr_is_ok;
|
/external/vixl/ |
CPPLINT.cfg | 1 # Stop cpplint for looking for CPPLINT.cfg outside of vixl.
|
LICENCE | 6 // Copyright 2015, VIXL authors
|
/external/vixl/examples/aarch32/ |
custom-aarch32-disasm.cc | 1 // Copyright 2017, VIXL authors 38 namespace vixl { namespace 144 } // namespace vixl 148 vixl::aarch32::RunCustomDisassemblerTest();
|
pi.cc | 1 // Copyright 2016, VIXL authors 91 // There is no simulator defined for VIXL AArch32.
|
/external/vixl/src/aarch32/ |
constants-aarch32.h | 1 // Copyright 2015, VIXL authors 35 #include "globals-vixl.h" 38 namespace vixl { namespace 539 } // namespace vixl
|
/external/vixl/src/aarch64/ |
abi-aarch64.h | 1 // Copyright 2016, VIXL authors 43 #include "../globals-vixl.h" 48 namespace vixl { namespace 163 } // namespace vixl::aarch64
|
cpu-aarch64.cc | 1 // Copyright 2015, VIXL authors 27 #include "../utils-vixl.h" 31 namespace vixl { namespace 178 } // namespace vixl
|
simulator-constants-aarch64.h | 1 // Copyright 2015, VIXL authors 32 namespace vixl { namespace 37 // VIXL's macro-assembler and simulator support a few pseudo instructions to 155 } // namespace vixl
|
decoder-aarch64.h | 1 // Copyright 2014, VIXL authors 32 #include "../globals-vixl.h" 117 namespace vixl { namespace 273 } // namespace vixl
|
/external/vixl/src/ |
compiler-intrinsics-vixl.cc | 1 // Copyright 2015, VIXL authors 27 #include "compiler-intrinsics-vixl.h" 29 namespace vixl { namespace 144 } // namespace vixl
|
compiler-intrinsics-vixl.h | 1 // Copyright 2015, VIXL authors 31 #include "globals-vixl.h" 33 namespace vixl { namespace 158 } // namespace vixl
|
code-generation-scopes-vixl.h | 1 // Copyright 2016, VIXL authors 32 #include "assembler-base-vixl.h" 36 namespace vixl { namespace 40 // - Optionally reserve space in the `CodeBuffer` (if it is managed by VIXL). 141 // - If managed by VIXL, always reserve space in the `CodeBuffer`. 320 } // namespace vixl
|
globals-vixl.h | 1 // Copyright 2015, VIXL authors 54 #include "platform-vixl.h" 62 namespace vixl { namespace 87 } // namespace vixl
|
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/ |
libvixl-arm.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86/source-based/ |
libvixl-arm.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/ |
libvixl-arm.so.lsdump.gz | |
/art/compiler/utils/ |
assembler_thumb_test.cc | 294 #define R0 vixl::aarch32::r0 295 #define R2 vixl::aarch32::r2 296 #define R4 vixl::aarch32::r4 297 #define R12 vixl::aarch32::r12 321 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler()); 354 vixl::aarch32::UseScratchRegisterScope temps(assembler.asm_.GetVIXLAssembler());
|
/external/vixl/test/aarch32/config/ |
cond-rd-pc-operand-imm12-t32.json | 1 // Copyright 2016, VIXL authors
|