Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h163 OPC_OR_B = _OPC(2, 29), enumerator
Dir3.h1336 case OPC_OR_B: in ir3_cat2_int()
1399 case OPC_OR_B: in ir3_cat2_absneg()
1482 case OPC_OR_B: in ir3_output_conv_type()
Ddisasm-a3xx.c224 OPC(2, OPC_OR_B, or.b),
Dir3_parser.y944 | T_OP_OR_B { new_instr(OPC_OR_B); }