Home | History | Annotate | Download | only in mips64

Lines Matching refs:HI

293   // t9, k1, HI.
2072 *alu_out = get_register(HI);
2084 // TODO(plind) - Unify MULT/DMULT with single set of 64-bit HI/Lo
2631 // Instructions using HI and LO registers.
2635 set_register(HI, static_cast<int32_t>(i64hilo >> 32));
2653 set_register(HI, static_cast<int32_t>(u64hilo >> 32));
2658 set_register(HI, static_cast<int64_t>(i128resultH));
2689 set_register(HI, 0);
2692 set_register(HI, rs % rt);
2723 set_register(HI, rs_u % rt_u);
2771 // HI and LO are UNPREDICTABLE after the operation.
2773 set_register(HI, Unpredictable);