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

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_legalize.c 244 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL))
285 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) {
ir3.h 705 case OPC_LDLV:
720 case OPC_LDLV:
instr-a3xx.h 198 OPC_LDLV = _OPC(6, 31),
disasm-a3xx.c 603 case OPC_LDLV:
1022 OPC(6, OPC_LDLV, ldlv),
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_legalize.c 270 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL) ||
301 last_input_needs_ss |= (n->opc == OPC_LDLV);
314 if (n->opc == OPC_LDLV) {
instr-a3xx.h 281 OPC_LDLV = _OPC(6, 31),
ir3.h 946 case OPC_LDLV:
962 case OPC_LDLV:
1684 case OPC_LDLV:
disasm-a3xx.c 343 OPC(6, OPC_LDLV, ldlv),
ir3.c 1006 case OPC_LDLV:
ir3_parser.y 1042 | T_OP_LDLV { new_instr(OPC_LDLV); } cat6_type dst_reg ',' 'l' '[' integer ']' {

Completed in 14 milliseconds