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.h158 OPC_OR_B = _OPC(2, 29), enumerator
Dir3.h1252 case OPC_OR_B: in ir3_cat2_int()
1314 case OPC_OR_B: in ir3_cat2_absneg()
1389 case OPC_OR_B: in ir3_output_conv_type()
Ddisasm-a3xx.c224 OPC(2, OPC_OR_B, or.b),
Dir3_parser.y888 | T_OP_OR_B { new_instr(OPC_OR_B); }