HomeSort by relevance Sort by last modified time
    Searched refs:AXP_OPCODE_EV5 (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
alpha.h 65 #define AXP_OPCODE_EV5 0x0004 /* EV5 specific PALcode insns. */
71 #define AXP_OPCODE_NOPAL (~(AXP_OPCODE_EV4|AXP_OPCODE_EV5|AXP_OPCODE_EV6))
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-dis.c 95 isa_mask |= AXP_OPCODE_EV5;
alpha-opc.c 404 #define EV5 AXP_OPCODE_EV5
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-alpha.c 546 { "21164", AXP_OPCODE_BASE|AXP_OPCODE_EV5 },
547 { "21164a", AXP_OPCODE_BASE|AXP_OPCODE_EV5|AXP_OPCODE_BWX },
548 { "21164pc", (AXP_OPCODE_BASE|AXP_OPCODE_EV5|AXP_OPCODE_BWX
    [all...]

Completed in 918 milliseconds