Home | History | Annotate | Download | only in mips64

Lines Matching defs:pref

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