Home | History | Annotate | Download | only in tilegx

Lines Matching refs:opd

231 	  const struct tilegx_operand *opd =
234 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
260 decoded.operands[i] = opd;
261 ULong x = opd->insert(op);
278 const struct tilegx_operand *opd =
281 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
339 const struct tilegx_operand *opd =
342 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
369 decoded.operands[i] = opd;
370 ULong x = opd->insert(op);
381 const struct tilegx_operand *opd =
384 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
421 const struct tilegx_operand *opd;
439 opd = &tilegx_operands[tilegx_opcodes[TILEGX_OPC_LD].operands[4][0]];
440 insn |= opd->insert(63);
441 opd = &tilegx_operands[tilegx_opcodes[TILEGX_OPC_LD].operands[4][1]];
442 insn |= opd->insert(54);
481 opd = &tilegx_operands[opc->operands[2 + p][i]];
483 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
509 decoded.operands[i] = opd;
510 ULong x = opd->insert(op);
527 opd = &tilegx_operands[opc->operands[2 + p][i]];
529 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
587 opd
589 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
616 decoded.operands[i] = opd;
617 ULong x = opd->insert(op);
628 opd = &tilegx_operands[opc->operands[2 + p][i]];
630 if (opd->type == TILEGX_OP_TYPE_REGISTER) {