Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c882 case OPC_STP: in print_instr_cat6_a3xx()
944 case OPC_STP: in print_instr_cat6_a3xx()
1454 OPC(6, OPC_STP, stp),
Dinstr-a3xx.h214 OPC_STP = _OPC(6, 5), enumerator
Dir3_parser.y791 | T_OP_STP { new_instr(OPC_STP); } cat6_type 'p' '[' dst_reg cat6_offset ']' ','…
Dir3.h791 case OPC_STP: in is_store()
Dir3.c689 case OPC_STP: in emit_cat6()