Home | History | Annotate | Download | only in mips64

Lines Matching refs:PREF

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