Lines Matching full:instruction
45 int64_t RunNonConstVisitorTestGeneratedCode(const Instruction* start_instr) {
80 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
92 // decoder will first disassemble the original instruction, modify it, and
93 // then disassemble the modified instruction.
99 Instruction* instr;
118 void ModifyNonConstVisitorTestGeneratedCode(Instruction* start,
119 Instruction* end) {
124 Instruction* instr;