Home
last modified time | relevance | path

Searched refs:xgate_opcodes (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c307 for (xgate_opcode_ptr = (struct xgate_opcode*) xgate_opcodes, i = 0; in md_begin()
405 if (!strcmp (xgate_opcodes[i].name, name)) in xgate_print_syntax()
407 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IDR)) in xgate_print_syntax()
409 xgate_opcodes[i].name); in xgate_print_syntax()
410 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_INH)) in xgate_print_syntax()
411 printf ("\tFormat is %s\n", xgate_opcodes[i].name); in xgate_print_syntax()
412 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_TRI)) in xgate_print_syntax()
413 printf ("\tFormat is %s\tRx, Rx, Rx\n", xgate_opcodes[i].name); in xgate_print_syntax()
414 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_DYA)) in xgate_print_syntax()
415 printf ("\tFormat is %s\tRx, Rx\n", xgate_opcodes[i].name); in xgate_print_syntax()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-dis.c69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes; in print_insn()
329 where = strstr (xgate_opcodes[i].constraints, lastName); in macro_search()
337 where = strstr (xgate_opcodes[i].constraints, currentName); in macro_search()
Dxgate-opc.c99 const struct xgate_opcode xgate_opcodes[] = { variable
203 const int xgate_num_opcodes = TABLE_SIZE (xgate_opcodes);
/toolchain/binutils/binutils-2.25/include/opcode/
Dxgate.h97 extern const struct xgate_opcode xgate_opcodes[];