Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h173 OPC_BFREV_B = _OPC(2, 51), enumerator
Ddisasm-a3xx.c232 OPC(2, OPC_BFREV_B, bfrev.b),
Dir3.h1339 case OPC_BFREV_B: in ir3_cat2_int()
1402 case OPC_BFREV_B: in ir3_cat2_absneg()
Dir3_parser.y920 | T_OP_BFREV_B { new_instr(OPC_BFREV_B); }