Searched refs:emitSIMDqqqBase (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 1201 void AssemblerARM32::emitSIMDqqqBase(IValueT Opcode, const Operand *OpQd, in emitSIMDqqqBase() function in Ice::ARM32::AssemblerARM32 1218 emitSIMDqqqBase(Opcode | (ElmtSize << ElmtShift), OpQd, OpQn, OpQm, in emitSIMDqqq() 2386 emitSIMDqqqBase(VaddqfOpcode, OpQd, OpQn, OpQm, IsFloatTy, Vaddqf); in vaddqf() 3239 emitSIMDqqqBase(VmulqfOpcode, OpQd, OpQn, OpQm, IsFloatTy, Vmulqf); in vmulqf()
|
D | IceAssemblerARM32.h | 776 void emitSIMDqqqBase(IValueT Opcode, const Operand *OpQd, const Operand *OpQn,
|