Lines Matching refs:instr
468 byte instr = last_pc_[0];
469 if ((instr & ~0x7) == 0x50) {
470 int push_reg_code = instr & 0x7;
488 } else if (instr == 0xff) { // push of an operand, convert to a move
501 } else if ((instr == 0x89) &&
518 } else if (instr == 0x6a && dst.is(eax)) { // push of immediate 8 bit
556 } else if (instr == 0x68 && dst.is(eax)) { // push of immediate 32 bit
851 byte instr = last_pc_[0];
852 if ((instr & 0xf8) == 0x50) {