HomeSort by relevance Sort by last modified time
    Searched defs:REG_C (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
crx-opc.c 638 #define REG_C(N) REG(CONCAT2(c,N), N, CRX_C_REGTYPE)
640 REG_C(0), REG_C(1), REG_C(2), REG_C(3),
641 REG_C(4), REG_C(5), REG_C(6), REG_C(7),
642 REG_C(8), REG_C(9), REG_C(10), REG_C(11)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-z80.c 177 #define REG_C (1)
200 {"c", REG_C },
1334 if (port.X_add_number == REG_C)
1396 if (REG_C == port.X_add_number)
1523 case REG_C:
    [all...]

Completed in 239 milliseconds