Lines Matching refs:emitRtRsImm16
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()
1001 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "slti"); in slti()
1013 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "sltiu"); in sltiu()
1095 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sb"); in sw()
1100 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sh"); in sw()
1105 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sw"); in sw()
1188 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "xori"); in xori()