Searched defs:pmull (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.cpp | 731 void AssemblerX8632::pmull(Type Ty, XmmRegister dst, XmmRegister src) { in pmull() function in Ice::X8632::AssemblerX8632 745 void AssemblerX8632::pmull(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmull() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 775 void AssemblerX8664::pmull(Type Ty, XmmRegister dst, XmmRegister src) { in pmull() function in Ice::X8664::AssemblerX8664 790 void AssemblerX8664::pmull(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmull() function in Ice::X8664::AssemblerX8664
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 935 LogicVRegister Simulator::pmull(VectorFormat vform, LogicVRegister dst, in pmull() function in v8::internal::Simulator
|
/third_party/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 1318 __ pmull(v24.V8H(), v18.V8B(), v22.V8B()); in GenerateTestSequenceNEON() local
|
/third_party/vixl/src/aarch64/ |
D | logic-aarch64.cc | 916 LogicVRegister Simulator::pmull(VectorFormat vform, in pmull() function in vixl::aarch64::Simulator
|