HomeSort by relevance Sort by last modified time
    Searched refs:GetLabelAddress (Results 1 - 22 of 22) sorted by null

  /external/vixl/examples/aarch64/
abs.cc 60 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&abs));
getting-started.cc 55 simulator.RunFrom(masm.GetLabelAddress<Instruction *>(&demo_function));
add3-double.cc 65 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double));
debugger.cc 64 debugger.RunFrom(masm.GetLabelAddress<Instruction*>(&start));
factorial.cc 70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial));
non-const-visitor.cc 77 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
custom-disassembler.cc 144 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
add4-double.cc 75 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double));
check-bounds.cc 92 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds);
crc-checksums.cc 85 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&func));
factorial-rec.cc 72 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&factorial_rec));
literal.cc 70 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&start));
simulated-runtime-calls.cc 92 masm.GetLabelAddress<Instruction*>(&call_runtime_add_floats);
sum-array.cc 78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array));
swap-int32.cc 86 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32));
swap4.cc 77 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4));
add2-vectors.cc 141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add2_vectors));
neon-matrix-multiply.cc 162 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply));
  /external/vixl/test/aarch64/examples/
test-examples.cc 138 simulator.WriteXRegister(15, masm.GetLabelAddress<uint64_t>(&Func)); \
139 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&test)); \
573 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
574 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
  /external/vixl/src/aarch64/
assembler-aarch64.cc 69 link->SetImmPCOffsetTarget(GetLabelAddress<Instruction*>(label));
86 uintptr_t label_offset = GetLabelAddress<uintptr_t>(label) >> element_shift;
    [all...]
assembler-aarch64.h 455 T GetLabelAddress(const Label* label) const {
    [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc     [all...]

Completed in 3994 milliseconds