Searched defs:rsqrtps (Results 1 – 2 of 2) sorted by relevance
4468 void Assembler::rsqrtps(XMMRegister dst, XMMRegister src) { in rsqrtps() function in v8::internal::Assembler4476 void Assembler::rsqrtps(XMMRegister dst, const Operand& src) { in rsqrtps() function in v8::internal::Assembler
7032 RValue<Float4> rsqrtps(RValue<Float4> val) in rsqrtps() function7035 llvm::Function *rsqrtps = Intrinsic::getDeclaration(module, Intrinsic::x86_sse_rsqrt_ps); in rsqrtps() local