H A D | IceAssemblerMIPS32.cpp | 269 const Operand *OpRt, const uint32_t Sa, in emitRdRtSa() 276 Opcode |= (Sa & 0x1f) << 6; in emitRdRtSa() 985 const uint32_t Sa) { in sll() 987 emitRdRtSa(Opcode, OpRd, OpRt, Sa, "sll"); in sll() 1031 const uint32_t Sa) { in sra() 1033 emitRdRtSa(Opcode, OpRd, OpRt, Sa, "sra"); in sra() 1037 const uint32_t Sa) { in srl() 1039 emitRdRtSa(Opcode, OpRd, OpRt, Sa, "srl"); in srl() 268 emitRdRtSa(IValueT Opcode, const Operand *OpRd, const Operand *OpRt, const uint32_t Sa, const char *InsnName) emitRdRtSa() argument 984 sll(const Operand *OpRd, const Operand *OpRt, const uint32_t Sa) sll() argument 1030 sra(const Operand *OpRd, const Operand *OpRt, const uint32_t Sa) sra() argument 1036 srl(const Operand *OpRd, const Operand *OpRt, const uint32_t Sa) srl() argument
|