Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h159 OPC_NOT_B = _OPC(2, 30), enumerator
Dir3.h1253 case OPC_NOT_B: in ir3_cat2_int()
1315 case OPC_NOT_B: in ir3_cat2_absneg()
1390 case OPC_NOT_B: in ir3_output_conv_type()
Ddisasm-a3xx.c225 OPC(2, OPC_NOT_B, not.b),
Dir3_parser.y863 | T_OP_NOT_B { new_instr(OPC_NOT_B); }