Searched defs:subword_shift (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ | ||
H A D | bifrost_compile.c | 1953 unsigned subword_shift = (bitsize == 32) ? 0 : (bitsize == 16) ? 1 : 2; in bi_alu_src_index() local |
Completed in 11 milliseconds