Searched refs:AXP_OPCODE_EV4 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | alpha.h | 64 #define AXP_OPCODE_EV4 0x0002 /* EV4 specific PALcode insns. */ macro 71 #define AXP_OPCODE_NOPAL (~(AXP_OPCODE_EV4|AXP_OPCODE_EV5|AXP_OPCODE_EV6))
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | alpha.h | 64 #define AXP_OPCODE_EV4 0x0002 /* EV4 specific PALcode insns. */ macro 71 #define AXP_OPCODE_NOPAL (~(AXP_OPCODE_EV4|AXP_OPCODE_EV5|AXP_OPCODE_EV6))
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | alpha-dis.c | 90 isa_mask |= AXP_OPCODE_EV4; in print_insn_alpha()
|
H A D | alpha-opc.c | 400 #define EV4 AXP_OPCODE_EV4
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | alpha-dis.c | 90 isa_mask |= AXP_OPCODE_EV4; in print_insn_alpha()
|
H A D | alpha-opc.c | 400 #define EV4 AXP_OPCODE_EV4
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-alpha.c | 536 { "21064", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 537 { "21064a", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 538 { "21066", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 539 { "21068", AXP_OPCODE_BASE|AXP_OPCODE_EV4 },
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-alpha.c | 536 { "21064", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 537 { "21064a", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 538 { "21066", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 539 { "21068", AXP_OPCODE_BASE|AXP_OPCODE_EV4 },
|