Searched refs:rsqrtps (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 11 V(rsqrtps, 0F, 52) \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 11 V(rsqrtps, 0F, 52) \
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 32 RValue<Float4> rsqrtps(RValue<Float4> val);
|
H A D | LLVMReactor.cpp | 3012 return x86::rsqrtps(x); in RcpSqrtApprox() 3199 return x86::rsqrtps(x); in RcpSqrt_pp() 3739 RValue<Float4> rsqrtps(RValue<Float4> val) in rsqrtps() function
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 123 rsqrtps m4, m4
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 329 AVX_OP(Rsqrtps, rsqrtps)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 598 void rsqrtps(XmmRegister dst);
|
H A D | IceAssemblerX8664.h | 617 void rsqrtps(XmmRegister dst);
|
H A D | IceAssemblerX8632.cpp | 1337 void AssemblerX8632::rsqrtps(XmmRegister dst) { in rsqrtps() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 1439 void AssemblerX8664::rsqrtps(XmmRegister dst) { in rsqrtps() function in Ice::X8664::AssemblerX8664
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1553 AVX_INSTR rsqrtps, sse
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | XmmArith.cpp | 889 Dst, rsqrtps, \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | XmmArith.cpp | 910 Dst, rsqrtps, \ in TEST_F()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1685 #define RSQRTPS(a, b) rsqrtps P_ARG2(a, b)
|
Completed in 48 milliseconds