D | IceAssemblerMIPS32.cpp | 684 void AssemblerMIPS32::ldc1(const Operand *OpRt, const Operand *OpBase, in ldc1() argument 688 const IValueT Base = encodeGPRegister(OpBase, "Base", "ldc1"); in ldc1() 705 void AssemblerMIPS32::ll(const Operand *OpRt, const Operand *OpBase, in ll() argument 708 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "ll"); in ll() 711 void AssemblerMIPS32::lw(const Operand *OpRt, const Operand *OpBase, in lw() argument 717 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "lb"); in lw() 722 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "lh"); in lw() 727 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "lw"); in lw() 732 emitFtRsImm16(Opcode, OpRt, OpBase, Offset, "lwc1"); in lw() 737 emitFtRsImm16(Opcode, OpRt, OpBase, Offset, "ldc1"); in lw() [all …]
|