Searched defs:sqrtps (Results 1 – 2 of 2) sorted by relevance
4484 void Assembler::sqrtps(XMMRegister dst, XMMRegister src) { in sqrtps() function in v8::internal::Assembler4492 void Assembler::sqrtps(XMMRegister dst, const Operand& src) { in sqrtps() function in v8::internal::Assembler
7024 RValue<Float4> sqrtps(RValue<Float4> val) in sqrtps() function7027 llvm::Function *sqrtps = Intrinsic::getDeclaration(module, Intrinsic::x86_sse_sqrt_ps); in sqrtps() local