Home | History | Annotate | Download | only in mips

Lines Matching defs:sw

275 // sw(r, MemOperand(sp, 0))
276 const Instr kPushRegPattern = SW | (kRegister_sp_Code << kRsShift)
285 const Instr kSwRegFpOffsetPattern = SW | (kRegister_fp_Code << kRsShift)
291 const Instr kSwRegFpNegOffsetPattern = SW | (kRegister_fp_Code << kRsShift)
293 // A mask for the Rt register for push, pop, lw, sw instructions.
622 return ((instr & kOpcodeMask) == SW);
1436 void Assembler::sw(Register rd, const MemOperand& rs) {
1438 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_);
1441 GenInstrImmediate(SW, at, rd, 0); // Equiv to sw(rd, MemOperand(at, 0));