Lines Matching refs:xgate_opcodes

306   for (xgate_opcode_ptr = (struct xgate_opcode*) xgate_opcodes, i = 0;
402 if (!strcmp (xgate_opcodes[i].name, name))
404 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IDR))
406 xgate_opcodes[i].name);
407 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_INH))
408 printf ("\tFormat is %s\n", xgate_opcodes[i].name);
409 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_TRI))
410 printf ("\tFormat is %s\tRx, Rx, Rx\n", xgate_opcodes[i].name);
411 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_DYA))
412 printf ("\tFormat is %s\tRx, Rx\n", xgate_opcodes[i].name);
413 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM3))
414 printf ("\tFormat is %s\t<3-bit value>\n", xgate_opcodes[i].name);
415 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM4))
416 printf ("\tFormat is %s\t<4 -bit value>\n", xgate_opcodes[i].name);
417 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM8))
419 xgate_opcodes[i].name);
420 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16))
422 xgate_opcodes[i].name);
423 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_C))
424 printf ("\tFormat is %s\tRx, CCR\n", xgate_opcodes[i].name);
425 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_C_R))
426 printf ("\tFormat is %s\tCCR, Rx\n", xgate_opcodes[i].name);
427 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_P))
428 printf ("\tFormat is %s\tRx, PC\n", xgate_opcodes[i].name);
429 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16mLDW))
431 xgate_opcodes[i].name);
442 xgate_print_syntax (xgate_opcodes[i].name);