Home | History | Annotate | Download | only in mips

Lines Matching refs:PREF

2551 void Assembler::pref(int32_t hint, const MemOperand& rs) {
2554 Instr instr = PREF | (rs.rm().code() << kRsShift) | (hint << kRtShift)