Searched refs:bp3 (Results 1 – 3 of 3) sorted by relevance
326 bp3 {
503 int bp3 = instr->Bp3Value(); in PrintBp3() local504 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp3); in PrintBp3()
4430 const uint8_t bp3 = instr_.Bp3Value(); in DecodeTypeRegisterSPECIAL3() local4434 if (bp3 == 0) { in DecodeTypeRegisterSPECIAL3()4437 uint64_t rt_hi = rt() << (8 * bp3); in DecodeTypeRegisterSPECIAL3()4438 uint64_t rs_lo = rs() >> (8 * (8 - bp3)); in DecodeTypeRegisterSPECIAL3()