Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dnon-const-visitor.cc107 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in main()
108 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
Dcustom-disassembler.cc155 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TestCustomDisassembler()
156 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
Dabs.cc63 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs)); in main()
Dadd3-double.cc68 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double)); in main()
Dgetting-started.cc61 simulator.RunFrom(masm.GetLabelAddress<Instruction *>(&demo)); in main()
Dfactorial.cc73 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial)); in main()
Dadd4-double.cc78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double)); in main()
Dswap-int32.cc89 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32)); in main()
Dfactorial-rec.cc75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec)); in main()
Dcheck-bounds.cc95 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
Dswap4.cc80 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
Dcrc-checksums.cc88 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func)); in RunExample()
Dsum-array.cc81 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
Dsve-strlen.cc105 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sve_strlen)); in main()
Dsimulated-runtime-calls.cc99 masm.GetLabelAddress<Instruction*>(&call_runtime_add_floats); in main()
Dliteral.cc73 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in LiteralExample()
Dadd2-vectors.cc144 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
Dneon-matrix-multiply.cc165 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
/external/vixl/test/
Dtest-donkey.cc181 s.second->RunFrom(masm.GetLabelAddress<Instruction *>(&test)); in main()
253 sim_vl[128]->RunFrom(masm.GetLabelAddress<Instruction *>(&test)); in main()
262 s.second->RunFrom(masm.GetLabelAddress<Instruction *>(&test)); in main()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc129 masm.GetLabelAddress<uint64_t>(&Func)); \
130 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \
571 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TEST()
572 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.h458 T GetLabelAddress(const Label* label) const { in GetLabelAddress() function
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2096 AlignDown(masm.GetLabelAddress<uint64_t*>(&start), kPageSize)); in TEST()
2180 AlignDown(masm.GetLabelAddress<uintptr_t>(&test), kPageSize); in AdrpPageBoundaryHelper()
2237 masm.GetLabelAddress<uintptr_t>(&page) + (kPageSize * offset); in AdrpOffsetHelper()