Home
last modified time | relevance | path

Searched refs:FT32_FLD_R_2_BIT (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dft32.h78 #define FT32_FLD_R_2_BIT 4 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dft32-dis.c126 fpr(stream, "$r%d", (iword >> FT32_FLD_R_2_BIT) & 0x1f); in print_insn_ft32()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ft32.c313 b |= parse_register_operand (&op_end) << FT32_FLD_R_2_BIT; in md_assemble()