Searched refs:FT32_FLD_RIMM_BIT (Results 1 – 3 of 3) sorted by relevance
298 b |= parse_register_operand (&op_end) << FT32_FLD_RIMM_BIT; in md_assemble()302 b |= 0x400 << FT32_FLD_RIMM_BIT; in md_assemble()520 newval |= (val & ((1 << 10) - 1)) << FT32_FLD_RIMM_BIT; in md_apply_fix()
75 #define FT32_FLD_RIMM_BIT 4 macro
119 imm = (iword >> FT32_FLD_RIMM_BIT) & ((1 << FT32_FLD_RIMM_SIZ) - 1); in print_insn_ft32()