Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dft32-opc.c28 { "move", 1, 0xf8007fffU, 0x40004000U, FT32_FLD_R_D|FT32_FLD_R_1},
29 { "streamin", 1, 0xf800000fU, 0xf000000cU, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_RIMM},
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},
33 { "or", 1, 0xf800000fU, 0x40000005U, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_RIMM},
34 { "pop", 1, 0xf8000000U, 0x88000000U, FT32_FLD_R_D},
36 { "xor", 1, 0xf800000fU, 0x40000006U, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_RIMM},
37 { "memcpy", 1, 0xf800000fU, 0xf0000005U, FT32_FLD_R_D|FT32_FLD_R_1|FT32_FLD_RIMM},
38 { "strlen", 1, 0xf8007fffU, 0xf0004006U, FT32_FLD_R_D|FT32_FLD_R_1},
41 { "link", 0, 0xfe000000U, 0x94000000U, FT32_FLD_R_D|FT32_FLD_K16},
[all …]
Dft32-dis.c104 case FT32_FLD_R_D: in print_insn_ft32()
/toolchain/binutils/binutils-2.27/include/opcode/
Dft32.h59 #define FT32_FLD_R_D (1 << 4) macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ft32.c283 case FT32_FLD_R_D: in md_assemble()