Searched refs:emitRdRtSa (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 268 void AssemblerMIPS32::emitRdRtSa(IValueT Opcode, const Operand *OpRd, in emitRdRtSa() function in Ice::MIPS32::AssemblerMIPS32 983 emitRdRtSa(Opcode, OpRd, OpRt, Sa, "sll"); in sll() 1029 emitRdRtSa(Opcode, OpRd, OpRt, Sa, "sra"); in sra() 1035 emitRdRtSa(Opcode, OpRd, OpRt, Sa, "srl"); in srl()
|
D | IceAssemblerMIPS32.h | 88 void emitRdRtSa(IValueT Opcode, const Operand *OpRd, const Operand *OpRt,
|