Searched refs:AXP_OPCODE_BASE (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | alpha.h | 63 #define AXP_OPCODE_BASE 0x0001 /* Base architecture -- all cpus. */ macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-alpha.c | 297 static unsigned alpha_target = AXP_OPCODE_BASE; 537 { "21064", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 538 { "21064a", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 539 { "21066", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 540 { "21068", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 541 { "21164", AXP_OPCODE_BASE|AXP_OPCODE_EV5 }, 542 { "21164a", AXP_OPCODE_BASE|AXP_OPCODE_EV5|AXP_OPCODE_BWX }, 543 { "21164pc", (AXP_OPCODE_BASE|AXP_OPCODE_EV5|AXP_OPCODE_BWX 545 { "21264", (AXP_OPCODE_BASE|AXP_OPCODE_EV6|AXP_OPCODE_BWX 547 { "21264a", (AXP_OPCODE_BASE|AXP_OPCODE_EV6|AXP_OPCODE_BWX [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | alpha-opc.c | 399 #define BASE AXP_OPCODE_BASE
|