Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h236 OPC_STIB = _OPC(6, 29), enumerator
1094 case OPC_STIB: in is_ssbo()
Dir3.c605 case OPC_STIB: in emit_cat6_a6xx()
657 case OPC_STIB: in emit_cat6()
691 case OPC_STIB: in emit_cat6()
806 } else if ((instr->opc == OPC_STGB) || (instr->opc == OPC_STIB)) { in emit_cat6()
Ddisasm-a3xx.c884 case OPC_STIB: in print_instr_cat6_a3xx()
909 case OPC_STIB: in print_instr_cat6_a3xx()
981 if ((_OPC(6, cat6->opc) == OPC_STGB) || (_OPC(6, cat6->opc) == OPC_STIB)) { in print_instr_cat6_a3xx()
1476 OPC(6, OPC_STIB, stib),
Dir3_parser.y795 cat6_storeib: T_OP_STIB { new_instr(OPC_STIB); dummy_dst(); } cat6_typed cat6_dim cat6_type '.…
Dir3.h790 case OPC_STIB: in is_store()