Home | History | Annotate | Download | only in priv

Lines Matching defs:opc

7593     const struct tilegx_opcode *opc;
7598 opc = find_opcode (bits, (tilegx_pipeline)pipe);
7599 d->opcode = opc;
7602 for (i = 0; i < opc->num_operands; i++)
7605 &tilegx_operands[opc->operands[pipe][i]];
7631 tilegx_bundle_bits mkTileGxInsn ( Int opc, Int argc, ... )
7634 decoded.opcode = &tilegx_opcodes[opc];
7641 if (opc > TILEGX_OPC_NONE) return 0;
7660 const struct tilegx_opcode *opc =
7664 Int pipeX01 = (opc->pipes & 0x01) ? 0 : 1;
7665 Int op_num = opc->num_operands;
7668 if ((opc->pipes & 3) == 0)
7675 insn |= opc->fixed_bit_values[pipeX01];
7682 &tilegx_operands[opc->operands[pipeX01][i]];