Home | History | Annotate | Download | only in examples

Lines Matching full:instruction

37     const Instruction* instr,
86 const Instruction* instr, const void* addr) {
105 // We override this method to add a comment to this type of instruction. Helpers
106 // from the vixl::Instruction class can be used to analyse the instruction being
108 void CustomDisassembler::VisitAddSubShifted(const Instruction* instr) {
148 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
168 Instruction* instr;