Home | History | Annotate | Download | only in x64

Lines Matching refs:instr

1378 // Disassembles the instruction at instr, and writes it into out_buffer.
1380 byte* instr) {
1382 byte* data = instr;
1803 int instr_len = static_cast<int>(data - instr);
1808 for (byte* bp = instr; bp < data; bp++) {