Lines Matching refs:imm16
1904 int16_t imm16 = instr->Imm16Value();
1909 uint32_t oe_imm16 = 0xffff & imm16;
1911 int32_t se_imm16 = imm16;
1946 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
1982 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2140 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;