Searched refs:WR_T (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmips16-opc.c40 #define WR_T MIPS16_INSN_WRITE_T macro
113 {"cmpi", "x,U", 0x7000, 0xf800, WR_T|RD_x, 0, I1 },
114 {"cmp", "x,y", 0xe80a, 0xf81f, WR_T|RD_x|RD_y, 0, I1 },
115 {"cmp", "x,U", 0x7000, 0xf800, WR_T|RD_x, 0, I1 },
208 {"slti", "x,8", 0x5000, 0xf800, WR_T|RD_x, 0, I1 },
209 {"slt", "x,y", 0xe802, 0xf81f, WR_T|RD_x|RD_y, 0, I1 },
210 {"slt", "x,8", 0x5000, 0xf800, WR_T|RD_x, 0, I1 },
211 {"sltiu", "x,8", 0x5800, 0xf800, WR_T|RD_x, 0, I1 },
212 {"sltu", "x,y", 0xe803, 0xf81f, WR_T|RD_x|RD_y, 0, I1 },
213 {"sltu", "x,8", 0x5800, 0xf800, WR_T|RD_
[all...]
H A Dmips-opc.c46 #define WR_T INSN_WRITE_FPR_T macro
708 {"ldc1", "T,o(b)", 0xd4000000, 0xfc000000, CLD|RD_b|WR_T|FP_D, 0, I2 },
709 {"ldc1", "E,o(b)", 0xd4000000, 0xfc000000, CLD|RD_b|WR_T|FP_D, 0, I2 },
712 {"l.d", "T,o(b)", 0xd4000000, 0xfc000000, CLD|RD_b|WR_T|FP_D, 0, I2 }, /* ldc1 */
743 {"lwc1", "T,o(b)", 0xc4000000, 0xfc000000, CLD|RD_b|WR_T|FP_S, 0, I1 },
744 {"lwc1", "E,o(b)", 0xc4000000, 0xfc000000, CLD|RD_b|WR_T|FP_S, 0, I1 },
747 {"l.s", "T,o(b)", 0xc4000000, 0xfc000000, CLD|RD_b|WR_T|FP_S, 0, I1 }, /* lwc1 */

Completed in 180 milliseconds