Home
last modified time | relevance | path

Searched refs:GetLabelAddress (Results 1 – 21 of 21) sorted by relevance

/external/vixl/examples/aarch64/
Dnon-const-visitor.cc77 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in main()
78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
Dcustom-disassembler.cc144 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TestCustomDisassembler()
145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
Dgetting-started.cc55 simulator.RunFrom(masm.GetLabelAddress<Instruction *>(&demo_function)); in main()
Dabs.cc60 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs)); in main()
Dadd3-double.cc65 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double)); in main()
Dfactorial.cc70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial)); in main()
Dadd4-double.cc75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double)); in main()
Dswap-int32.cc86 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32)); in main()
Dfactorial-rec.cc72 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec)); in main()
Dswap4.cc77 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
Dcheck-bounds.cc92 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
Dsum-array.cc78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
Dcrc-checksums.cc85 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func)); in runExample()
Dliteral.cc70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in LiteralExample()
Dsimulated-runtime-calls.cc96 masm.GetLabelAddress<Instruction*>(&call_runtime_add_floats); in main()
Dadd2-vectors.cc141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
Dneon-matrix-multiply.cc162 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc129 masm.GetLabelAddress<uint64_t>(&Func)); \
130 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \
577 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TEST()
578 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
/external/vixl/src/aarch64/
Dassembler-aarch64.cc69 link->SetImmPCOffsetTarget(GetLabelAddress<Instruction*>(label)); in BindToOffset()
86 uintptr_t label_offset = GetLabelAddress<uintptr_t>(label) >> element_shift; in LinkAndGetOffsetTo()
Dassembler-aarch64.h459 T GetLabelAddress(const Label* label) const { in GetLabelAddress() function
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2384 AlignDown(masm.GetLabelAddress<uint64_t*>(&start), kPageSize)); in TEST()
2468 AlignDown(masm.GetLabelAddress<uintptr_t>(&test), kPageSize); in AdrpPageBoundaryHelper()
2525 masm.GetLabelAddress<uintptr_t>(&page) + (kPageSize * offset); in AdrpOffsetHelper()