Home
last modified time | relevance | path

Searched refs:vaddqf (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h342 void vaddqf(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn);
DIceInstARM32.cpp672 Asm->vaddqf(Dest, getSrc(0), getSrc(1)); in emitIAS()
DIceAssemblerARM32.cpp2398 void AssemblerARM32::vaddqf(const Operand *OpQd, const Operand *OpQn, in vaddqf() function in Ice::ARM32::AssemblerARM32
/external/llvm-project/clang/include/clang/Basic/
Darm_mve.td140 def vaddqf: Intrinsic<Vector, (args Vector:$a, Vector:$b), (fadd $a, $b)>,