HomeSort by: relevance | last modified time | path
    Searched refs:OPC_STP (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_lower_spill.c 156 instr->opc = OPC_STP;
ir3.c 264 if ((instr->opc == OPC_STP || instr->opc == OPC_LDP)) {
270 if (instr->opc == OPC_STP)
937 if ((instr->opc == OPC_STP) && (n != 2))
997 case OPC_STP:
instr-a3xx.h 257 OPC_STP = _OPC(6, 5),
ir3_validate.c 314 case OPC_STP:
disasm-a3xx.c 319 OPC(6, OPC_STP, stp),
ir3.h 922 case OPC_STP:
ir3_parser.y 1048 | T_OP_STP { new_instr(OPC_STP); dummy_dst(); } cat6_type 'p' '[' src cat6_dst_offset ']' ',' src ',' immediate
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
disasm-a3xx.c 524 case OPC_STP:
586 case OPC_STP:
998 OPC(6, OPC_STP, stp),
instr-a3xx.h 174 OPC_STP = _OPC(6, 5),
ir3.h 683 case OPC_STP:
ir3.c 654 case OPC_STP:

Completed in 13 milliseconds