Home | History | Annotate | Download | only in mips

Lines Matching defs:imm16

2302   int16_t  imm16  = instr->Imm16Value();
2307 uint32_t oe_imm16 = 0xffff & imm16;
2309 int32_t se_imm16 = imm16;
2344 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2380 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2538 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;