Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.c264 if ((instr->opc == OPC_STP || instr->opc == OPC_LDP)) { in ir3_collect_info()
270 if (instr->opc == OPC_STP) in ir3_collect_info()
937 if ((instr->opc == OPC_STP) && (n != 2)) in ir3_valid_flags()
997 case OPC_STP: in ir3_valid_immediate()
Dir3_lower_spill.c156 instr->opc = OPC_STP; in ir3_lower_spill()
Dinstr-a3xx.h257 OPC_STP = _OPC(6, 5), enumerator
Dir3_validate.c314 case OPC_STP: in validate_instr()
Ddisasm-a3xx.c319 OPC(6, OPC_STP, stp),
Dir3_parser.y1048 | T_OP_STP { new_instr(OPC_STP); dummy_dst(); } cat6_type 'p' '[' src cat6_dst_o…
Dir3.h922 case OPC_STP: in is_store()