Home
last modified time | relevance | path

Searched defs:ishr (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py380 ishr = "ishr@{}".format(s) variable
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
Dafuc_test.asm145 ishr $02, $02, $regdata label
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp772 TEST_F(mi_builder_test, ishr) in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp916 void ShaderCore::ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in ishr() function in sw::ShaderCore