Searched refs:ishr (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | afuc_test.asm | 67 ishr $02, $02, $addr2
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.7.rst | 102 - nir/algebraic: Optimize ushr of pack_half, not ishr
|
D | 20.1.0.rst | 2230 - nir/algebraic: Optimize ushr of pack_half, not ishr
|
D | 19.1.0.rst | 2163 - nir/algebraic: Add a couple optimizations for iabs and ishr
|
D | 20.3.0.rst | 1028 - pan/bi: Add support for ishr
|
D | 20.2.0.rst | 2317 - nir/algebraic: Optimize ushr of pack_half, not ishr
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 120 IOP(ishr, RSHIFT, 0_X_1),
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_algebraic.py | 250 ishr = "ishr@{}".format(s) variable 261 ((ishr, (ishr, a, '#b'), '#c'), 262 (ishr, a, ('imin', ('iadd', ('iand', b, mask), ('iand', c, mask)), s - 1))),
|
D | nir_lower_int64.c | 730 nir_ssa_def *half = COND_LOWER_OP(b, ishr, lsb_mask, nir_imm_int(b, 1)); in lower_2f()
|
/external/mesa3d/src/freedreno/afuc/ |
D | README.rst | 77 - ``ishr`` - signed shift-right
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 269 void ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
D | VertexProgram.cpp | 265 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 245 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in applyShader()
|
D | ShaderCore.cpp | 916 void ShaderCore::ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in ishr() function in sw::ShaderCore
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 736 ALU_CASE(ishr, iasr); in emit_alu()
|