Searched defs:rsqrtps (Results 1 – 3 of 3) sorted by relevance
4456 void Assembler::rsqrtps(XMMRegister dst, XMMRegister src) { in rsqrtps() function in v8::internal::Assembler4464 void Assembler::rsqrtps(XMMRegister dst, const Operand& src) { in rsqrtps() function in v8::internal::Assembler
1672 void AssemblerX86Base<TraitsType>::rsqrtps(XmmRegister dst) { in rsqrtps() function
6036 RValue<Float4> rsqrtps(RValue<Float4> val) in rsqrtps() function6038 …llvm::Function *rsqrtps = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse_rsqrt… in rsqrtps() local