Home
last modified time | relevance | path

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

/external/vixl/examples/
Dnon-const-visitor.cc80 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in main()
81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
Dcustom-disassembler.cc148 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TestCustomDisassembler()
149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
Dgetting-started.cc57 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&demo_function)); in main()
Dabs.cc63 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs)); in main()
Dadd3-double.cc68 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double)); in main()
Ddebugger.cc67 debugger.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in main()
Dfactorial.cc73 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial)); in main()
Dadd4-double.cc78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double)); in main()
Dfactorial-rec.cc75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec)); in main()
Dcheck-bounds.cc90 Instruction * function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
Dswap-int32.cc87 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32)); in main()
Dswap4.cc78 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()
Dadd2-vectors.cc144 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
Dneon-matrix-multiply.cc141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
/external/vixl/test/examples/
Dtest-examples.cc144 simulator.set_xreg(15, masm.GetLabelAddress<uint64_t>(&Func)); \
145 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \
558 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TEST()
559 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
/external/vixl/src/vixl/a64/
Dassembler-a64.cc524 link->SetImmPCOffsetTarget(GetLabelAddress<Instruction*>(label)); in BindToOffset()
542 GetLabelAddress<uintptr_t>(label) >> element_shift; in LinkAndGetOffsetTo()
Dassembler-a64.h1074 T GetLabelAddress(const Label * label) { in GetLabelAddress() function
/external/vixl/test/
Dtest-assembler-a64.cc1783 AlignDown(masm.GetLabelAddress<uint64_t*>(&start), kPageSize)); in TEST()
1867 AlignDown(masm.GetLabelAddress<uintptr_t>(&test), kPageSize); in AdrpPageBoundaryHelper()
1924 masm.GetLabelAddress<uintptr_t>(&page) + (kPageSize * imm21); in AdrpOffsetHelper()