Searched refs:xgate_opcodes (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xgate.c306 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[
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c306 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[
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c306 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[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dxgate.h97 extern const struct xgate_opcode xgate_opcodes[];
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dxgate.h97 extern const struct xgate_opcode xgate_opcodes[];
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dxgate.h97 extern const struct xgate_opcode xgate_opcodes[];
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dxgate.h97 extern const struct xgate_opcode xgate_opcodes[];
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dxgate-dis.c69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes;
328 where = strstr (xgate_opcodes[i].constraints, lastName);
336 where = strstr (xgate_opcodes[i].constraints, currentName);
H A Dxgate-opc.c99 const struct xgate_opcode xgate_opcodes[] = { variable in typeref:struct:xgate_opcode
203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dxgate-dis.c69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes;
328 where = strstr (xgate_opcodes[i].constraints, lastName);
336 where = strstr (xgate_opcodes[i].constraints, currentName);
H A Dxgate-opc.c99 const struct xgate_opcode xgate_opcodes[] = { variable in typeref:struct:xgate_opcode
203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dxgate-dis.c69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes;
328 where = strstr (xgate_opcodes[i].constraints, lastName);
336 where = strstr (xgate_opcodes[i].constraints, currentName);
H A Dxgate-opc.c99 const struct xgate_opcode xgate_opcodes[] = { variable in typeref:struct:xgate_opcode
203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dxgate-dis.c69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes;
328 where = strstr (xgate_opcodes[i].constraints, lastName);
336 where = strstr (xgate_opcodes[i].constraints, currentName);
H A Dxgate-opc.c99 const struct xgate_opcode xgate_opcodes[] = { variable in typeref:struct:xgate_opcode
203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);

Completed in 207 milliseconds