Home | History | Annotate | Download | only in mips

Lines Matching defs:bp

3833           const uint8_t bp = get_instr()->Bp2Value();
3837 if (bp == 0) {
3840 uint32_t rt_hi = rt() << (8 * bp);
3841 uint32_t rs_lo = rs() >> (8 * (4 - bp));