Searched refs:rsq (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen7/
H A Dmath.asm25 math rsq(8) g69<1>.xF (abs)g68<4>.xF null<4>F { align16 1Q };
26 math rsq(8) g47<1>F g46<8,8,1>F null<8,8,1>F { align1 1Q };
27 math rsq(16) g84<1>F g82<8,8,1>F null<8,8,1>F { align1 1H };
34 math.sat rsq(8) g116<1>F (abs)g6<4>.xF null<4>F { align16 1Q };
/xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen7.5/
H A Dmath.asm29 math rsq(8) g69<1>.xF (abs)g68<4>.xF null<4>F { align16 1Q };
32 math rsq(8) g127<1>F g2.1<0,1,0>F null<8,8,1>F { align1 1Q };
33 math rsq(16) g126<1>F g2.1<0,1,0>F null<8,8,1>F { align1 1H };
42 math.sat rsq(8) g116<1>F (abs)g6<4>.xF null<4>F { align16 1Q };
/xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen8/
H A Dmath.asm7 math rsq(8) g5<1>F g2<8,8,1>F null<8,8,1>F { align1 1Q };
18 math rsq(16) g68<1>F g66<8,8,1>F null<8,8,1>F { align1 1H };
29 math.sat rsq(8) g127<1>F (abs)g7<8,8,1>F null<8,8,1>F { align1 1Q };
/xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen9/
H A Dmath.asm7 math rsq(8) g5<1>F g2<8,8,1>F null<8,8,1>F { align1 1Q };
18 math rsq(16) g68<1>F g66<8,8,1>F null<8,8,1>F { align1 1H };
29 math.sat rsq(8) g127<1>F (abs)g7<8,8,1>F null<8,8,1>F { align1 1Q };
/xsrc/external/mit/mesa-demos/dist/src/vp/
H A DMakefile.am72 rsq.txt \
H A DMakefile.in399 rsq.txt \
/xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen6/
H A Dmath.asm14 math rsq(8) g71<1>F g70<4,4,1>F null<8,8,1>F { align1 1Q };
16 math rsq(8) g3<1>F g5<8,8,1>F null<8,8,1>F { align1 2Q };
/xsrc/external/mit/mesa-demos/dist/src/fp/
H A DMakefile.am81 rsq.txt \
H A DMakefile.in428 rsq.txt \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.3.rst68 - radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
H A D20.0.3.rst165 - ac/nir: use llvm.amdgcn.rsq for nir_op_frsq
H A D19.0.0.rst400 - gk110/ir: Add rsq f64 implementation
401 - gk110/ir: Use the new rcp/rsq in library
1572 - gk104/ir: Use the new rcp/rsq in library
1574 - gm107/ir: add fp64 rsq
H A D19.1.0.rst812 - gk110/ir: Add rsq f64 implementation
813 - gk110/ir: Use the new rcp/rsq in library
2412 - gk104/ir: Use the new rcp/rsq in library
2414 - gm107/ir: add fp64 rsq
H A D20.1.0.rst3940 - ac/nir: use llvm.amdgcn.rsq for nir_op_frsq
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/tests/
H A Ddelay.c51 rsq r0.x, r0.x
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h155 ir_expression *rsq(operand a);
H A Dir_builder.cpp324 rsq(operand a) function in namespace:ir_builder
H A Dopt_algebraic.cpp944 /* While ir_to_mesa.cpp will lower sqrt(x) to rcp(rsq(x)), it does so at
950 /* As far as we know, all backends are OK with rsq. */
952 return rsq(op_expr[0]->operands[0]);
H A Dbuiltin_functions.cpp5879 body.emit(ret(mul(x, rsq(dot(x, x)))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h155 ir_expression *rsq(operand a);
H A Dir_builder.cpp324 rsq(operand a) function in namespace:ir_builder
H A Dopt_algebraic.cpp945 /* While ir_to_mesa.cpp will lower sqrt(x) to rcp(rsq(x)), it does so at
951 /* As far as we know, all backends are OK with rsq. */
953 return rsq(op_expr[0]->operands[0]);
H A Dbuiltin_functions.cpp5384 body.emit(ret(mul(x, rsq(dot(x, x)))));
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c267 OPC(4, OPC_RSQ, rsq),
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c954 OPC(4, OPC_RSQ, rsq),

Completed in 55 milliseconds

12