Searched refs:bp3 (Results 1 – 2 of 2) sorted by relevance
428 int bp3 = instr->Bp3Value(); in PrintBp3() local429 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp3); in PrintBp3()
4192 const uint8_t bp3 = instr_.Bp3Value(); in DecodeTypeRegisterSPECIAL3() local4196 if (bp3 == 0) { in DecodeTypeRegisterSPECIAL3()4199 uint64_t rt_hi = rt() << (8 * bp3); in DecodeTypeRegisterSPECIAL3()4200 uint64_t rs_lo = rs() >> (8 * (8 - bp3)); in DecodeTypeRegisterSPECIAL3()