Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A 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()
H A Dir3_lower_spill.c232 instr->opc = OPC_STP; in ir3_lower_spill()
H A Dir3_validate.c326 case OPC_STP: in validate_instr()
H A Dinstr-a3xx.h276 OPC_STP = _OPC(6, 5), enumerator
H A Ddisasm-a3xx.c332 OPC(6, OPC_STP, stp),
H A Dir3.h1000 case OPC_STP: in is_store()
H A Dir3_parser.y1132 | T_OP_STP { new_instr(OPC_STP); dummy_dst(); } cat6_type 'p' '[' src cat6_dst_offset ']' ',' src ',' immediate

Completed in 13 milliseconds