Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h425 void vldrd(const Operand *OpDd, const Operand *OpAddress,
428 void vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() function
431 vldrd(OpDd, OpAddress, Cond, TInfo); in vldrd()
DIceInstARM32.cpp2124 Asm->vldrd(Dest, getSrc(0), getPredicate(), Func->getTarget()); in emitIAS()
DIceAssemblerARM32.cpp2819 void AssemblerARM32::vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() function in Ice::ARM32::AssemblerARM32
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h655 void vldrd(DRegister dd, Address ad, Condition cond = AL);
Dassembler_arm.cc775 void Assembler::vldrd(DRegister dd, Address ad, Condition cond) {
2993 vldrd(reg, Address(base, offset), cond); in LoadDFromOffset()