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