Searched refs:AXP_OPCODE_BASE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-alpha.c | 274 static unsigned alpha_target = AXP_OPCODE_BASE; 487 { "21064", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 489 { "21066", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 490 { "21068", AXP_OPCODE_BASE|AXP_OPCODE_EV4 }, 491 { "21164", AXP_OPCODE_BASE|AXP_OPCODE_EV5 }, 502 { "ev4", AXP_OPCODE_BASE }, 503 { "ev45", AXP_OPCODE_BASE }, 504 { "lca45", AXP_OPCODE_BASE }, 505 { "ev5", AXP_OPCODE_BASE }, 506 { "ev56", AXP_OPCODE_BASE|AXP_OPCODE_BWX }, [all …]
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | alpha.h | 62 #define AXP_OPCODE_BASE 0x0001 /* Base architecture -- all cpus. */ macro
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | alpha-opc.c | 400 #define BASE AXP_OPCODE_BASE
|