Home | History | Annotate | Download | only in mips

Lines Matching full:swc1

1644 void Assembler::swc1(FPURegister fd, const MemOperand& src) {
1645 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
1652 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
1655 GenInstrImmediate(SWC1, src.rm(), nextfpreg, src.offset_ + 4);