Home | History | Annotate | Download | only in mips

Lines Matching defs:lwc1

1622 void Assembler::lwc1(FPURegister fd, const MemOperand& src) {
1623 GenInstrImmediate(LWC1, src.rm(), fd, src.offset_);
1630 GenInstrImmediate(LWC1, src.rm(), fd, src.offset_);
1633 GenInstrImmediate(LWC1, src.rm(), nextfpreg, src.offset_ + 4);