Home | History | Annotate | Download | only in mips

Lines Matching defs:swc1

2268 void Assembler::swc1(FPURegister fd, const MemOperand& src) {
2270 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
2273 GenInstrImmediate(SWC1, at, fd, off16);
2285 GenInstrImmediate(SWC1, src.rm(), fd,
2289 GenInstrImmediate(SWC1, src.rm(), nextfpreg,
2293 GenInstrImmediate(SWC1, at, fd, off16 + Register::kMantissaOffset);
2296 GenInstrImmediate(SWC1, at, nextfpreg, off16 + Register::kExponentOffset);
2303 GenInstrImmediate(SWC1, src.rm(), fd,
2310 GenInstrImmediate(SWC1, at, fd, off16 + Register::kMantissaOffset);