HomeSort by: relevance | last modified time | path
    Searched defs:REG_Y (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
s12z.h 23 /* Solaris defines REG_Y in sys/regset.h; undef it here to avoid
25 #undef REG_Y
38 REG_Y,
60 (0x1U << REG_Y) | \
66 (0x1U << REG_Y) | \
73 (0x1U << REG_Y))
  /src/external/gpl3/binutils.old/dist/include/opcode/
s12z.h 23 /* Solaris defines REG_Y in sys/regset.h; undef it here to avoid
25 #undef REG_Y
38 REG_Y,
60 (0x1U << REG_Y) | \
66 (0x1U << REG_Y) | \
73 (0x1U << REG_Y))
  /src/external/gpl3/gdb/dist/include/opcode/
s12z.h 23 /* Solaris defines REG_Y in sys/regset.h; undef it here to avoid
25 #undef REG_Y
38 REG_Y,
60 (0x1U << REG_Y) | \
66 (0x1U << REG_Y) | \
73 (0x1U << REG_Y))
  /src/external/gpl3/gdb.old/dist/include/opcode/
s12z.h 23 /* Solaris defines REG_Y in sys/regset.h; undef it here to avoid
25 #undef REG_Y
38 REG_Y,
60 (0x1U << REG_Y) | \
66 (0x1U << REG_Y) | \
73 (0x1U << REG_Y))
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 128 REG_Y = 6,
1047 return REG_Y;
1393 && reg != REG_X && reg != REG_Y
2098 case REG_Y:
2124 case REG_Y:
2307 case REG_Y:
2350 && op->reg2 != REG_X && op->reg2 != REG_Y && op->reg2 != REG_SP)
2529 if ((format & M6811_OP_IY) && (operands[0].reg1 != REG_Y))
2690 if (format & M6811_OP_IY && operands[i].reg1 == REG_Y)
2695 || operands[i].reg1 == REG_Y
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 128 REG_Y = 6,
1047 return REG_Y;
1393 && reg != REG_X && reg != REG_Y
2098 case REG_Y:
2124 case REG_Y:
2307 case REG_Y:
2350 && op->reg2 != REG_X && op->reg2 != REG_Y && op->reg2 != REG_SP)
2529 if ((format & M6811_OP_IY) && (operands[0].reg1 != REG_Y))
2690 if (format & M6811_OP_IY && operands[i].reg1 == REG_Y)
2695 || operands[i].reg1 == REG_Y
    [all...]

Completed in 97 milliseconds