Searched refs:clz (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | disasm-a3xx.c | 233 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 D | disasm-a3xx.c | 921 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 D | bifrost_compile.c | 2293 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 D | clc_compiler_test.cpp | 1176 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 D | 20.0.0.rst | 807 - vtn/opencl: add clz support
|
Completed in 16 milliseconds