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

/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmips16-opc.c46 #define RD_y MIPS16_INSN_READ_Y macro
79 {"addu", "z,v,y", 0xe001, 0xf803, WR_z|RD_x|RD_y, 0, I1 },
86 {"and", "x,y", 0xe80c, 0xf81f, WR_x|RD_x|RD_y, 0, I1 },
114 {"cmp", "x,y", 0xe80a, 0xf81f, WR_T|RD_x|RD_y, 0, I1 },
118 {"daddiu", "y,j", 0xfd00, 0xff00, WR_y|RD_y, 0, I3 },
123 {"daddu", "z,v,y", 0xe000, 0xf803, WR_z|RD_x|RD_y, 0, I3 },
125 {"daddu", "y,j", 0xfd00, 0xff00, WR_y|RD_y, 0, I3 },
130 {"ddiv", "0,x,y", 0xe81e, 0xf81f, RD_x|RD_y|WR_HI|WR_LO, 0, I3 },
132 {"ddivu", "0,x,y", 0xe81f, 0xf81f, RD_x|RD_y|WR_HI|WR_LO, 0, I3 },
134 {"div", "0,x,y", 0xe81a, 0xf81f, RD_x|RD_y|WR_H
[all...]

Completed in 118 milliseconds