HomeSort by relevance Sort by last modified time
    Searched defs:rsqrtps (Results 1 - 2 of 2) sorted by null

  /external/v8/src/x64/
assembler-x64.cc 4468 void Assembler::rsqrtps(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
4476 void Assembler::rsqrtps(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/swiftshader/src/Reactor/
Nucleus.cpp 7032 RValue<Float4> rsqrtps(RValue<Float4> val) function in namespace:sw::x86
7035 llvm::Function *rsqrtps = Intrinsic::getDeclaration(module, Intrinsic::x86_sse_rsqrt_ps); local
    [all...]

Completed in 95 milliseconds