Home | History | Annotate | Download | only in mips64

Lines Matching full:bp3

4015           const uint8_t bp3 = get_instr()->Bp3Value();
4019 if (bp3 == 0) {
4022 uint64_t rt_hi = rt() << (8 * bp3);
4023 uint64_t rs_lo = rs() >> (8 * (8 - bp3));