Home | History | Annotate | Download | only in opcodes

Lines Matching defs:REG2_INST

248 #define  REG2_INST(NAME, OPC) \
253 REG2_INST ("macsb", 0x40),
254 REG2_INST ("macub", 0x41),
255 REG2_INST ("macqb", 0x42),
257 REG2_INST ("macsw", 0x50),
258 REG2_INST ("macuw", 0x51),
259 REG2_INST ("macqw", 0x52),
261 REG2_INST ("macsd", 0x60),
262 REG2_INST ("macud", 0x61),
263 REG2_INST ("macqd", 0x62),
265 REG2_INST ("mullsd", 0x65),
266 REG2_INST ("mullud", 0x66),
268 REG2_INST ("mulsbw", 0x3B),
269 REG2_INST ("mulubw", 0x3C),
270 REG2_INST ("mulswd", 0x3D),
271 REG2_INST ("muluwd", 0x3E),
274 REG2_INST ("sextbw", 0x30),
275 REG2_INST ("sextbd", 0x31),
276 REG2_INST ("sextwd", 0x32),
277 REG2_INST ("zextbw", 0x34),
278 REG2_INST ("zextbd", 0x35),
279 REG2_INST ("zextwd", 0x36),
281 REG2_INST ("bswap", 0x3F),
283 REG2_INST ("maxsb", 0x80),
284 REG2_INST ("minsb", 0x81),
285 REG2_INST ("maxub", 0x82),
286 REG2_INST ("minub", 0x83),
287 REG2_INST ("absb", 0x84),
288 REG2_INST ("negb", 0x85),
289 REG2_INST ("cntl0b", 0x86),
290 REG2_INST ("cntl1b", 0x87),
291 REG2_INST ("popcntb",0x88),
292 REG2_INST ("rotlb", 0x89),
293 REG2_INST ("rotrb", 0x8A),
294 REG2_INST ("mulqb", 0x8B),
295 REG2_INST ("addqb", 0x8C),
296 REG2_INST ("subqb", 0x8D),
297 REG2_INST ("cntlsb", 0x8E),
299 REG2_INST ("maxsw", 0x90),
300 REG2_INST ("minsw", 0x91),
301 REG2_INST ("maxuw", 0x92),
302 REG2_INST ("minuw", 0x93),
303 REG2_INST ("absw", 0x94),
304 REG2_INST ("negw", 0x95),
305 REG2_INST ("cntl0w", 0x96),
306 REG2_INST ("cntl1w", 0x97),
307 REG2_INST ("popcntw",0x98),
308 REG2_INST ("rotlw", 0x99),
309 REG2_INST ("rotrw", 0x9A),
310 REG2_INST ("mulqw", 0x9B),
311 REG2_INST ("addqw", 0x9C),
312 REG2_INST ("subqw", 0x9D),
313 REG2_INST ("cntlsw", 0x9E),
315 REG2_INST ("maxsd", 0xA0),
316 REG2_INST ("minsd", 0xA1),
317 REG2_INST ("maxud", 0xA2),
318 REG2_INST ("minud", 0xA3),
319 REG2_INST ("absd", 0xA4),
320 REG2_INST ("negd", 0xA5),
321 REG2_INST ("cntl0d", 0xA6),
322 REG2_INST ("cntl1d", 0xA7),
323 REG2_INST ("popcntd",0xA8),
324 REG2_INST ("rotld", 0xA9),
325 REG2_INST ("rotrd", 0xAA),
326 REG2_INST ("mulqd", 0xAB),
327 REG2_INST ("addqd", 0xAC),
328 REG2_INST ("subqd", 0xAD),
329 REG2_INST ("cntlsd", 0xAE),
332 REG2_INST ("cmoveqd", 0x70),
333 REG2_INST ("cmovned", 0x71),
334 REG2_INST ("cmovcsd", 0x72),
335 REG2_INST ("cmovccd", 0x73),
336 REG2_INST ("cmovhid", 0x74),
337 REG2_INST ("cmovlsd", 0x75),
338 REG2_INST ("cmovgtd", 0x76),
339 REG2_INST ("cmovled", 0x77),
340 REG2_INST ("cmovfsd", 0x78),
341 REG2_INST ("cmovfcd", 0x79),
342 REG2_INST ("cmovlod", 0x7A),
343 REG2_INST ("cmovhsd", 0x7B),
344 REG2_INST ("cmovltd", 0x7C),
345 REG2_INST ("cmovged", 0x7D),
507 REG2_INST ("jal", 0x37),
508 REG2_INST ("jalid", 0x33),