Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.h1032 case OPC_NOT_B: in ir3_cat2_int()
1093 case OPC_NOT_B: in ir3_cat2_absneg()
Dinstr-a3xx.h117 OPC_NOT_B = _OPC(2, 30), enumerator
Ddisasm-a3xx.c576 case OPC_NOT_B: in print_instr_cat2()
1363 OPC(2, OPC_NOT_B, not.b),
Dir3_parser.y629 | T_OP_NOT_B { new_instr(OPC_NOT_B); }