Searched refs:vstrd (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 597 void vstrd(const Operand *OpDd, const Operand *OpAddress, 600 void vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() function 603 vstrd(OpDd, OpAddress, Cond, TInfo); in vstrd()
|
D | IceInstARM32.cpp | 2792 Asm->vstrd(Src0, Src1, getPredicate(), Func->getTarget()); in emitIAS()
|
D | IceAssemblerARM32.cpp | 3682 void AssemblerARM32::vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() function in Ice::ARM32::AssemblerARM32
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 658 void vstrd(DRegister dd, Address ad, Condition cond = AL);
|
D | assembler_arm.cc | 788 void Assembler::vstrd(DRegister dd, Address ad, Condition cond) { in vstrd() function in dart::Assembler 3008 vstrd(reg, Address(base, offset), cond); in StoreDToOffset()
|