Searched refs:emitRtRsImm16 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 218 void AssemblerMIPS32::emitRtRsImm16(IValueT Opcode, const Operand *OpRt, in emitRtRsImm16() function in Ice::MIPS32::AssemblerMIPS32 380 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "addi"); in addi() 398 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "addiu"); in addiu() 422 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "andi"); in andi() 708 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "ll"); in ll() 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() 965 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "ori"); in ori() 977 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sc"); in sc() [all …]
|
D | IceAssemblerMIPS32.h | 78 void emitRtRsImm16(IValueT Opcode, const Operand *OpRt, const Operand *OpRs,
|