Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.h1035 case OPC_CLZ_B: in ir3_cat2_int()
1096 case OPC_CLZ_B: in ir3_cat2_absneg()
Dinstr-a3xx.h128 OPC_CLZ_B = _OPC(2, 53), enumerator
Ddisasm-a3xx.c568 case OPC_CLZ_B: in print_instr_cat2()
1372 OPC(2, OPC_CLZ_B, clz.b),
Dir3_parser.y621 | T_OP_CLZ_B { new_instr(OPC_CLZ_B); }