Searched refs:custom_disasm (Results 1 - 1 of 1) sorted by relevance

/external/vixl/examples/aarch64/
H A Dcustom-disassembler.cc151 CustomDisassembler custom_disasm; local
153 decoder.AppendVisitor(&custom_disasm);
157 // custom_disasm.MapCodeAddress(0x0, instr_start + 2 * kInstructionSize);
161 custom_disasm.MapCodeAddress(-0x8, instr_start);
172 custom_disasm.CodeRelativeAddress(reinterpret_cast<void*>(instr));
181 custom_disasm.GetOutput());

Completed in 93 milliseconds