Home | History | Annotate | Download | only in mips

Lines Matching refs:SWC1

1601 void Assembler::swc1(FPURegister fd, const MemOperand& src) {
1602 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
1609 GenInstrImmediate(SWC1, src.rm(), fd, src.offset_);
1612 GenInstrImmediate(SWC1, src.rm(), nextfpreg, src.offset_ + 4);