Home | History | Annotate | Download | only in mips64

Lines Matching full:imm19

333   int32_t imm19 = instr->Imm19Value();
335 imm19 <<= (32 - kImm19Bits);
336 imm19 >>= (32 - kImm19Bits);
337 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm19);
619 DCHECK(STRING_STARTS_WITH(format, "imm19"));