Home
last modified time | relevance | path

Searched refs:ishr (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dafuc_test.asm90 ishr $02, $02, $regdata
/third_party/mesa3d/docs/relnotes/
D20.0.7.rst102 - nir/algebraic: Optimize ushr of pack_half, not ishr
D20.1.0.rst2230 - nir/algebraic: Optimize ushr of pack_half, not ishr
D19.1.0.rst2163 - nir/algebraic: Add a couple optimizations for iabs and ishr
D20.3.0.rst1028 - pan/bi: Add support for ishr
D20.2.0.rst2317 - nir/algebraic: Optimize ushr of pack_half, not ishr
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c121 IOP(ishr, RSHIFT, 0_X_1),
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py380 ishr = "ishr@{}".format(s) variable
391 ((ishr, (ishr, a, '#b'), '#c'),
392 (ishr, a, ('imin', ('iadd', ('iand', b, mask), ('iand', c, mask)), s - 1))),
Dnir_lower_int64.c730 nir_ssa_def *half = COND_LOWER_OP(b, ishr, lsb_mask, nir_imm_int(b, 1)); in lower_2f()
/third_party/mesa3d/src/freedreno/afuc/
DREADME.rst77 - ``ishr`` - signed shift-right
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp263 void ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp265 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in program()
DPixelProgram.cpp245 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in applyShader()
DShaderCore.cpp916 void ShaderCore::ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in ishr() function in sw::ShaderCore
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp772 TEST_F(mi_builder_test, ishr) in TEST_F() argument
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c822 ALU_CASE(ishr, iasr); in emit_alu()