Home | History | Annotate | Download | only in mips

Lines Matching refs:LH

1376 void Assembler::lh(Register rd, const MemOperand& rs) {
1378 GenInstrImmediate(LH, rs.rm(), rd, rs.offset_);
1381 GenInstrImmediate(LH, at, rd, 0); // Equiv to lh(rd, MemOperand(at, 0));