Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h157 OPC_AND_B = _OPC(2, 28), enumerator
Dir3.h1251 case OPC_AND_B: in ir3_cat2_int()
1313 case OPC_AND_B: in ir3_cat2_absneg()
1388 case OPC_AND_B: in ir3_output_conv_type()
Ddisasm-a3xx.c223 OPC(2, OPC_AND_B, and.b),
Dir3_parser.y887 | T_OP_AND_B { new_instr(OPC_AND_B); }