Searched refs:clz (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c233 OPC(2, OPC_CLZ_S, clz.s),
234 OPC(2, OPC_CLZ_B, clz.b),
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c921 OPC(2, OPC_CLZ_S, clz.s),
922 OPC(2, OPC_CLZ_B, clz.b),
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c2293 bi_index clz = bi_clz(b, src_sz, s0, false); local in function:bi_emit_alu
2296 clz = bi_byte(clz, 0);
2298 clz = bi_half(clz, false);
2300 bi_isub_u32_to(b, dst, bi_imm_u32(src_sz - 1), clz, false);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp1176 TEST_F(ComputeTest, clz)
1181 inout[get_global_id(0)] = clz(inout[get_global_id(0)]);\n\
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst807 - vtn/opencl: add clz support

Completed in 16 milliseconds