Searched refs:FT32_FLD_K8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ft32-opc.c | 30 { "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},
|
D | ft32-dis.c | 145 case FT32_FLD_K8: in print_insn_ft32()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ft32.h | 92 #define FT32_FLD_K8 (1 << 15) macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-ft32.c | 351 case FT32_FLD_K8: in md_assemble()
|