Home
last modified time | relevance | path

Searched refs:AUTOINCR_BIT (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
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))
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-cris.c1913 out_insnp->opcode |= (AUTOINCR_BIT << 8); in cris_process_instruction()
2029 out_insnp->opcode |= (AUTOINCR_BIT << 8); in cris_process_instruction()
2698 prefixp->opcode |= AUTOINCR_BIT << 8; in get_autoinc_prefix_or_indir_op()
2758 | (AUTOINCR_BIT << 8) in get_autoinc_prefix_or_indir_op()
2894 prefixp->opcode |= AUTOINCR_BIT << 8; in get_3op_or_dip_prefix_op()
2941 prefixp->opcode |= AUTOINCR_BIT << 8; in get_3op_or_dip_prefix_op()
3005 | (AUTOINCR_BIT << 8) in get_3op_or_dip_prefix_op()
3072 prefixp->opcode = DIP_OPCODE | (AUTOINCR_BIT << 8) | REG_PC; in get_3op_or_dip_prefix_op()