Home
last modified time | relevance | path

Searched refs:vmovqc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h473 bool vmovqc(const Operand *OpQd, const ConstantInteger32 *Imm);
DIceInstARM32.cpp2137 if (Asm->vmovqc(Dest, C)) in emitIAS()
DIceAssemblerARM32.cpp3027 bool AssemblerARM32::vmovqc(const Operand *OpQd, const ConstantInteger32 *Imm) { in vmovqc() function in Ice::ARM32::AssemblerARM32