Searched refs:FT32_FLD_AA (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ft32-opc.c | 35 { "sta", 1, 0xf8000000U, 0xb8000000U, FT32_FLD_AA|FT32_FLD_R_D_POST}, 46 { "lda", 1, 0xf8000000U, 0xc0000000U, FT32_FLD_R_D|FT32_FLD_AA}, 47 { "exa", 1, 0xf8000000U, 0x38000000U, FT32_FLD_R_D|FT32_FLD_AA},
|
D | ft32-dis.c | 136 case FT32_FLD_AA: in print_insn_ft32()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ft32.h | 86 #define FT32_FLD_AA (1 << 13) macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-ft32.c | 333 case FT32_FLD_AA: in md_assemble()
|