Home
last modified time | relevance | path

Searched refs:rcpps (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h12 V(rcpps, 0F, 53) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h12 V(rcpps, 0F, 53) \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp30 RValue<Float4> rcpps(RValue<Float4> val);
H A DLLVMReactor.cpp2973 // rcpps uses a piecewise-linear approximation which minimizes the relative error in RcpApprox()
2975 return x86::rcpps(x) * Float4(1.0f / _mm_cvtss_f32(_mm_rcp_ss(_mm_set_ps1(1.0f)))); in RcpApprox()
2977 return x86::rcpps(x); in RcpApprox()
3185 // rcpps uses a piecewise-linear approximation which minimizes the relative error in Rcp_pp()
3187 return x86::rcpps(x) * Float4(1.0f / _mm_cvtss_f32(_mm_rcp_ss(_mm_set_ps1(1.0f)))); in Rcp_pp()
3189 return x86::rcpps(x); in Rcp_pp()
3729 RValue<Float4> rcpps(RValue<Float4> val) in rcpps() function
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h328 AVX_OP(Rcpps, rcpps)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1547 AVX_INSTR rcpps, sse
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h1683 #define RCPPS(a, b) rcpps P_ARG2(a, b)

Completed in 19 milliseconds