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

  /toolchain/binutils/binutils-2.25/opcodes/
z8k-opc.h 67 #define CLASS_IRO 0x800
    [all...]
z8k-dis.c 601 case CLASS_IRO:
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z8k.c 875 if (((mode & CLASS_MASK) == CLASS_IR) && ((this_try->arg_info[i] & CLASS_MASK) == CLASS_IRO))
877 mode = operands[i].mode = (operands[i].mode & ~CLASS_MASK) | CLASS_IRO;
916 case CLASS_IRO:
    [all...]

Completed in 98 milliseconds