Lines Matching full:swc1
2127 void Assembler::swc1(FPURegister fd, const MemOperand& src) {
2129 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
2132 GenInstrImmediate(SWC1, at, fd, 0);
2144 GenInstrImmediate(SWC1, src.rm(), fd,
2151 GenInstrImmediate(SWC1, at, fd, Register::kMantissaOffset);
2157 GenInstrImmediate(SWC1, src.rm(), fd,
2161 GenInstrImmediate(SWC1, src.rm(), nextfpreg,
2165 GenInstrImmediate(SWC1, at, fd, Register::kMantissaOffset);
2168 GenInstrImmediate(SWC1, at, nextfpreg, Register::kExponentOffset);