Home
last modified time | relevance | path

Searched refs:OpBase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp684 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 …]
DIceAssemblerMIPS32.h195 void ldc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
198 void ll(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
200 void lw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
202 void lwc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
257 void sc(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
289 void sdc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
292 void sw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
294 void swc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,