Searched refs:opcs (Results 1 – 3 of 3) sorted by relevance
458 } opcs[1 << OPC_BITS] = { variable523 const char *name = opcs[opc].name; in print_instr()595 opcs[opc].print(&operands); in print_instr()
333 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */ in nvc0_tcp_gen_header() local338 opcs = 8 + info->numPatchConstants * 4; in nvc0_tcp_gen_header()342 tcp->hdr[1] = opcs << 24; in nvc0_tcp_gen_header()354 tcp->hdr[3] = (opcs & 0x0f) << 28; in nvc0_tcp_gen_header()355 tcp->hdr[4] |= (opcs & 0xf0) << 16; in nvc0_tcp_gen_header()
658 } opcs[1 << (3+NOPC_BITS)] = { variable819 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr)]))826 return opcs[instr->opc].name; in ir3_instr_name()