Searched refs:AUTOINCR_BIT (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcris.h123 #define AUTOINCR_BIT (0x04) macro
143 #define BDAP_INCR_HIGH (BDAP_INDIR_HIGH + AUTOINCR_BIT)
196 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
205 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
/haiku-buildtools/binutils/include/opcode/
H A Dcris.h124 #define AUTOINCR_BIT (0x04) macro
144 #define BDAP_INCR_HIGH (BDAP_INDIR_HIGH + AUTOINCR_BIT)
197 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
206 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-cris.c1884 out_insnp->opcode |= (AUTOINCR_BIT << 8);
1999 out_insnp->opcode |= (AUTOINCR_BIT << 8);
2663 prefixp->opcode |= AUTOINCR_BIT << 8;
2723 | (AUTOINCR_BIT << 8)
2858 prefixp->opcode |= AUTOINCR_BIT << 8;
2905 prefixp->opcode |= AUTOINCR_BIT << 8;
2969 | (AUTOINCR_BIT << 8)
3036 prefixp->opcode = DIP_OPCODE | (AUTOINCR_BIT << 8) | REG_PC;
/haiku-buildtools/binutils/gas/config/
H A Dtc-cris.c1913 out_insnp->opcode |= (AUTOINCR_BIT << 8);
2029 out_insnp->opcode |= (AUTOINCR_BIT << 8);
2698 prefixp->opcode |= AUTOINCR_BIT << 8;
2758 | (AUTOINCR_BIT << 8)
2894 prefixp->opcode |= AUTOINCR_BIT << 8;
2941 prefixp->opcode |= AUTOINCR_BIT << 8;
3005 | (AUTOINCR_BIT << 8)
3072 prefixp->opcode = DIP_OPCODE | (AUTOINCR_BIT << 8) | REG_PC;

Completed in 301 milliseconds