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