Searched refs:FT32_FLD_CV_SIZ (Results 1 – 2 of 2) sorted by relevance
80 imm |= ((iword >> FT32_FLD_CV_BIT) & ((1 << FT32_FLD_CV_SIZ) - 1)); in print_insn_ft32()112 imm = (iword >> FT32_FLD_CV_BIT) & ((1 << FT32_FLD_CV_SIZ) - 1); in print_insn_ft32()
67 #define FT32_FLD_CV_SIZ 1 macro