HomeSort by: relevance | last modified time | path
    Searched defs:opc_cat (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
disasm-a3xx.c 75 int cur_opc_cat; /* current opc_cat */
361 (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
366 if (opc_cat(opc) == -1)
483 unsigned opc_cat = val >> 61; local
493 ctx->stats->instrs_per_cat[opc_cat]++;
501 if (opc_cat == 1) {
516 ctx->cur_opc_cat = opc_cat;
520 opc_cat, n, ctx->extra_cycles + n, dwords[1], dwords[0]);
instr-a3xx.h 348 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) macro
521 if (opc_cat(opc) != 2 && opc_cat(opc) != 3)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
instr-a3xx.h 217 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) macro
320 uint32_t opc_cat : 3; member in struct:PACKED
363 uint32_t opc_cat : 3; member in struct:PACKED
427 uint32_t opc_cat : 3; member in struct:PACKED
488 uint32_t opc_cat : 3; member in struct:PACKED
546 uint32_t opc_cat : 3; member in struct:PACKED
595 uint32_t opc_cat : 3; member in struct:PACKED
679 uint32_t pad4 : 10; // opc/jmp_tgt/sync/opc_cat
701 uint32_t pad4 : 10; // opc/jmp_tgt/sync/opc_cat
726 uint32_t opc_cat : 3 member in struct:PACKED::PACKED
769 uint32_t opc_cat : 3; member in struct:PACKED
787 uint32_t opc_cat : 3; member in struct:PACKED
811 uint32_t opc_cat : 3; member in struct:PACKED::PACKED
    [all...]

Completed in 6 milliseconds