Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.h1034 case OPC_BFREV_B: in ir3_cat2_int()
1095 case OPC_BFREV_B: in ir3_cat2_absneg()
Dinstr-a3xx.h126 OPC_BFREV_B = _OPC(2, 51), enumerator
Ddisasm-a3xx.c577 case OPC_BFREV_B: in print_instr_cat2()
1370 OPC(2, OPC_BFREV_B, bfrev.b),
Dir3_parser.y630 | T_OP_BFREV_B { new_instr(OPC_BFREV_B); }