Searched refs:ishr (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | afuc_test.asm | 90 ishr $02, $02, $regdata
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 121 IOP(ishr, RSHIFT, 0_X_1),
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 145 ishr $02, $02, $regdata label
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 430 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 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()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 263 void ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
H A D | VertexProgram.cpp | 265 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in program()
|
H A D | PixelProgram.cpp | 245 case Shader::OPCODE_ISHR: ishr(d, s0, s1); break; in applyShader()
|
H A D | ShaderCore.cpp | 916 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 D | mi_builder_test.cpp | 774 TEST_F(mi_builder_test, ishr)
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 863 ALU_CASE(ishr, iasr); in emit_alu()
|
Completed in 28 milliseconds