Home | History | Annotate | Download | only in mips

Lines Matching refs:LWC1

1586 void Assembler::lwc1(FPURegister fd, const MemOperand& src) {
1587 GenInstrImmediate(LWC1, src.rm(), fd, src.offset_);
1594 GenInstrImmediate(LWC1, src.rm(), fd, src.offset_);
1597 GenInstrImmediate(LWC1, src.rm(), nextfpreg, src.offset_ + 4);