Searched refs:vaddqf (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 342 void vaddqf(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn);
|
D | IceInstARM32.cpp | 672 Asm->vaddqf(Dest, getSrc(0), getSrc(1)); in emitIAS()
|
D | IceAssemblerARM32.cpp | 2398 void AssemblerARM32::vaddqf(const Operand *OpQd, const Operand *OpQn, in vaddqf() function in Ice::ARM32::AssemblerARM32
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve.td | 140 def vaddqf: Intrinsic<Vector, (args Vector:$a, Vector:$b), (fadd $a, $b)>,
|