Home
last modified time | relevance | path

Searched refs:PFRSQRT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/x86/
D3dnow_normal.S190 PFRSQRT ( MM3, MM5 ) /* 1/sqrt (x0*x0+x1*x1+x2*x2) */
327 PFRSQRT ( MM3, MM5 ) /* 1/sqrt (x0*x0+x1*x1+x2*x2) */
761 PFRSQRT ( MM3, MM5 ) /* 1/sqrt (x0*x0+x1*x1+x2*x2) */
Dassyntax.h1626 #define PFRSQRT(a, b) pfrsqrt P_ARG2(a, b) macro
/external/llvm/lib/Target/X86/
DX86Instr3DNow.td80 defm PFRSQRT : I3DNow_conv_rm_int<0x97, "pfrsqrt">;