Home
last modified time | relevance | path

Searched refs:OPC_STGB (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h235 OPC_STGB = _OPC(6, 28), enumerator
1093 case OPC_STGB: in is_ssbo()
Ddisasm-a3xx.c908 case OPC_STGB: in print_instr_cat6_a3xx()
981 if ((_OPC(6, cat6->opc) == OPC_STGB) || (_OPC(6, cat6->opc) == OPC_STIB)) { in print_instr_cat6_a3xx()
1475 OPC(6, OPC_STGB, stgb),
Dir3_parser.y819 | T_OP_STGB { new_instr(OPC_STGB); }
Dir3.h789 case OPC_STGB: in is_store()
Dir3.c806 } else if ((instr->opc == OPC_STGB) || (instr->opc == OPC_STIB)) { in emit_cat6()