Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dft32-dis.c80 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()
/toolchain/binutils/binutils-2.27/include/opcode/
Dft32.h67 #define FT32_FLD_CV_SIZ 1 macro