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()
969 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "ori"); in ori()
981 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sc"); in sc()
1005 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "slti"); in slti()
1017 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "sltiu"); in sltiu()
1099 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sb"); in sw()
1104 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sh"); in sw()
1109 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "sw"); in sw()
1194 emitRtRsImm16(Opcode, OpRt, OpRs, Imm, "xori"); in xori()