Home
last modified time | relevance | path

Searched refs:ishr (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
H A Dafuc_test.asm90 ishr $02, $02, $regdata
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c121 IOP(ishr, RSHIFT, 0_X_1),
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm145 ishr $02, $02, $regdata label
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py430 ishr = "ishr@{}".format(s)
439 # To get get -1 for large shifts of negative values, ishr must instead
441 ((ishr, (ishr, a, '#b'), '#c'),
442 (ishr, a, ('imin', ('iadd', ('iand', b, mask), ('iand', c, mask)), s - 1))),
455 (('ishl', ('ishr', a_sz, '#b'), b), ('iand', a, ('ishl', mask, b))),
457 # This does not trivially work with ishr.
488 # (('ishr@32', ('iand', 'a@32', hi_mask), i), ('ishr',
[all...]
H A 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/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp263 void ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
H A DVertexProgram.cpp265 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in program()
H A DPixelProgram.cpp245 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in applyShader()
H A 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/
H A Dmi_builder_test.cpp774 TEST_F(mi_builder_test, ishr)
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c863 ALU_CASE(ishr, iasr); in emit_alu()

Completed in 26 milliseconds