Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dinstr-a3xx.h193 OPC_STGB = _OPC(6, 28), enumerator
835 case OPC_STGB: in is_ssbo()
Ddisasm-a3xx.c533 case OPC_STGB: in print_instr_cat6()
610 if ((_OPC(6, cat6->opc) == OPC_STGB) || (_OPC(6, cat6->opc) == OPC_STIB)) { in print_instr_cat6()
948 OPC(6, OPC_STGB, stgb),
Dir3.h667 case OPC_STGB: in is_store()
Dir3.c586 } else if ((instr->opc == OPC_STGB) || (instr->opc == OPC_STIB)) { in emit_cat6()