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