Home
last modified time | relevance | path

Searched refs:OPC_CLZ_B (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h175 OPC_CLZ_B = _OPC(2, 53), enumerator
Ddisasm-a3xx.c234 OPC(2, OPC_CLZ_B, clz.b),
Dir3.h1340 case OPC_CLZ_B: in ir3_cat2_int()
1403 case OPC_CLZ_B: in ir3_cat2_absneg()
Dir3_parser.y911 | T_OP_CLZ_B { new_instr(OPC_CLZ_B); }