Home
last modified time | relevance | path

Searched refs:RunFrom (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vixl/examples/aarch64/
H A Dliteral.cc73 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); in LiteralExample()
81 simulator.RunFrom(reinterpret_cast<Instruction*>(code)); in LiteralExample()
H A Dabs.cc63 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs)); in main()
H A Dadd3-double.cc68 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double)); in main()
H A Ddebugging.cc78 simulator.RunFrom(start); in main()
H A Dfactorial.cc73 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial)); in main()
H A Dadd4-double.cc78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double)); in main()
H A Dcheck-bounds.cc73 simulator->RunFrom(function); in run_function()
H A Dcrc-checksums.cc88 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func)); in RunExample()
H A Dfactorial-rec.cc75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec)); in main()
H A Dgetting-started.cc61 simulator.RunFrom(masm.GetLabelAddress<Instruction *>(&demo)); in main()
H A Dsum-array.cc81 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
H A Dswap-int32.cc89 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32)); in main()
H A Dswap4.cc80 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
H A Dsimulated-runtime-calls.cc112 simulator.RunFrom(start); in main()
H A Dsve-strlen.cc105 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sve_strlen)); in main()
H A Dadd2-vectors.cc146 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors)); in main()
H A Dnon-const-visitor.cc84 simulator.RunFrom(start_instr); in RunNonConstVisitorTestGeneratedCode()
H A Dsimulator_interception.cc130 simulator.RunFrom(start); in main()
H A Dneon-matrix-multiply.cc165 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply)); in main()
/third_party/vixl/test/
H A 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()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-mixed-sim.cc82 simulator.RunFrom(start); in main()
/third_party/vixl/test/aarch64/
H A Dtest-debugger-aarch64.h111 simulator.RunFrom(start); \
H A Dtest-assembler-aarch64.h202 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>())
H A Dtest-simulator-aarch64.cc101 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
5112 TEST(RunFrom) { in TEST()
5117 simulator.RunFrom(GenerateStoreZero(&masm, &value)); in TEST()
5122 simulator.RunFrom<void, int32_t>(GenerateStoreInput(&masm, &value), argument); in TEST()
5128 simulator.RunFrom<int64_t, int64_t>(GeneratePow(&masm, 0), 0xbad); in TEST()
5130 res_int64_t = simulator.RunFrom<int64_t, int64_t>(GeneratePow(&masm, 1), 123); in TEST()
5132 res_int64_t = simulator.RunFrom<int64_t, int64_t>(GeneratePow(&masm, 10), 2); in TEST()
5137 simulator.RunFrom<double, float, int64_t, double>(GenerateSum(&masm), in TEST()
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc130 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \

Completed in 15 milliseconds

12