Home | History | Annotate | Download | only in mips

Lines Matching defs:imm16

2442   int16_t  imm16  = instr->Imm16Value();
2447 uint32_t oe_imm16 = 0xffff & imm16;
2449 int32_t se_imm16 = imm16;
2484 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2520 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2678 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;