Home
last modified time | relevance | path

Searched refs:FT32_FLD_K8 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dft32-opc.c30 { "ldi", 1, 0xf8000000U, 0xa8000000U, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_K8},
31 { "exi", 1, 0xf8000000U, 0xe8000000U, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_K8},
55 { "sti", 1, 0xf8000000U, 0xb0000000U, FT32_FLD_R_D|FT32_FLD_K8|FT32_FLD_R_1_POST},
60 { "lpmi", 1, 0xf8000000U, 0xc8000000U, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_K8},
Dft32-dis.c145 case FT32_FLD_K8: in print_insn_ft32()
/toolchain/binutils/binutils-2.27/include/opcode/
Dft32.h92 #define FT32_FLD_K8 (1 << 15) macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ft32.c351 case FT32_FLD_K8: in md_assemble()