Home | History | Annotate | Download | only in mips

Lines Matching full:imm19

330   int32_t imm19 = instr->Imm19Value();
332 imm19 <<= (32 - kImm19Bits);
333 imm19 >>= (32 - kImm19Bits);
334 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm19);
604 DCHECK(STRING_STARTS_WITH(format, "imm19"));