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.c312 if ((instr->opc == OPC_STP || instr->opc == OPC_LDP)) { in ir3_collect_info()
318 if (instr->opc == OPC_STP) in ir3_collect_info()
1037 if ((instr->opc == OPC_STP) && (n != 2)) in ir3_valid_flags()
1104 case OPC_STP: in ir3_valid_immediate()
Dir3_lower_spill.c232 instr->opc = OPC_STP; in ir3_lower_spill()
Dinstr-a3xx.h276 OPC_STP = _OPC(6, 5), enumerator
Dir3_validate.c326 case OPC_STP: in validate_instr()
Ddisasm-a3xx.c332 OPC(6, OPC_STP, stp),
Dir3.h1000 case OPC_STP: in is_store()
Dir3_parser.y1132 | T_OP_STP { new_instr(OPC_STP); dummy_dst(); } cat6_type 'p' '[' src cat6_dst_o…