Lines Matching full:swc1
1637 void Assembler::swc1(FPURegister fd, const MemOperand& src) {
1638 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
1645 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
1648 GenInstrImmediate(SWC1, src.rm(), nextfpreg, src.offset_ + 4);