Home
last modified time | relevance | path

Searched refs:vstrd (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h597 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()
DIceInstARM32.cpp2792 Asm->vstrd(Src0, Src1, getPredicate(), Func->getTarget()); in emitIAS()
DIceAssemblerARM32.cpp3682 void AssemblerARM32::vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() function in Ice::ARM32::AssemblerARM32
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h658 void vstrd(DRegister dd, Address ad, Condition cond = AL);
Dassembler_arm.cc788 void Assembler::vstrd(DRegister dd, Address ad, Condition cond) { in vstrd() function in dart::Assembler
3008 vstrd(reg, Address(base, offset), cond); in StoreDToOffset()