Searched refs:cpuxgate (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1582 { "brk", M68XG_OP_NONE, 2, 0x0000, 0, 0, 0, 0, 0, cpuxgate, 0xffff }, 1583 { "nop", M68XG_OP_NONE, 2, 0x0100, 0, 0, 0, 0, 0, cpuxgate, 0xffff }, 1584 { "rts", M68XG_OP_NONE, 2, 0x0200, 0, 0, 0, 0, 0, cpuxgate, 0xffff }, 1585 { "sif", M68XG_OP_NONE, 2, 0x0300, 0, 0, 0, 0, 0, cpuxgate, 0xffff }, 1587 { "csem", M68XG_OP_IMM3, 2, 0x00f0, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1588 { "csem", M68XG_OP_R, 2, 0x00f1, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1589 { "ssem", M68XG_OP_IMM3, 2, 0x00f2, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1590 { "ssem", M68XG_OP_R, 2, 0x00f3, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1592 { "sex", M68XG_OP_R, 2, 0x00f4, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1593 { "par", M68XG_OP_R, 2, 0x00f5, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, [all …]
|
D | m68hc11-dis.c | 244 if (arch & cpuxgate) in print_insn() 260 if ((opcode->opcode != (code & opcode->xg_mask)) || (opcode->arch != cpuxgate)) in print_insn() 888 return print_insn (memaddr, info, cpuxgate); in print_insn_m9s12xg()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-xgate.h | 22 #define cpuxgate 1 macro
|
D | tc-xgate.c | 257 if (current_architecture & cpuxgate) in xgate_arch_format() 279 current_architecture = cpuxgate; in get_default_target() 451 if (current_architecture & cpuxgate) in xgate_listing_header()
|
D | tc-m68hc11.c | 404 else if (current_architecture & cpuxgate) in m68hc11_listing_header() 559 current_architecture = cpuxgate; in md_parse_option() 674 if (opcodes->arch == cpuxgate) in md_begin() 741 if (current_architecture == cpuxgate) in print_opcode_format() 1481 if (current_architecture == cpuxgate) in check_range() 2578 if (current_architecture & cpuxgate) in find() 2847 if (current_architecture == cpuxgate) in md_assemble()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 417 #define cpuxgate 0x10 /* The XGATE module itself. */ macro
|