Searched refs:vstrs (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 606 void vstrs(const Operand *OpSd, const Operand *OpAddress, 609 void vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs() function 612 vstrs(OpSd, OpAddress, Cond, TInfo); in vstrs()
|
D | IceInstARM32.cpp | 2789 Asm->vstrs(Src0, Src1, getPredicate(), Func->getTarget()); in emitIAS()
|
D | IceAssemblerARM32.cpp | 3729 void AssemblerARM32::vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs() function in Ice::ARM32::AssemblerARM32
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 652 void vstrs(SRegister sd, Address ad, Condition cond = AL);
|
D | assembler_arm.cc | 762 void Assembler::vstrs(SRegister sd, Address ad, Condition cond) { 2978 vstrs(reg, Address(base, offset), cond); in StoreSToOffset()
|