Lines Matching refs:opn

990     const char * __attribute__((unused)) opn = "ldst";
1010 opn = "lwu";
1016 opn = "ld";
1022 opn = "lld";
1028 opn = "sd";
1035 opn = "ldl";
1041 opn = "sdl";
1048 opn = "ldr";
1054 opn = "sdr";
1061 opn = "lw";
1067 opn = "sw";
1073 opn = "lh";
1079 opn = "sh";
1085 opn = "lhu";
1091 opn = "lb";
1097 opn = "sb";
1103 opn = "lbu";
1110 opn = "lwl";
1116 opn = "swl";
1123 opn = "lwr";
1129 opn = "swr";
1135 opn = "ll";
1138 MIPS_DEBUG("%s %s, %d(%s)", opn, regnames[rt], offset, regnames[base]);
1147 const char * __attribute__((unused)) opn = "st_cond";
1170 opn = "scd";
1176 opn = "sc";
1179 MIPS_DEBUG("%s %s, %d(%s)", opn, regnames[rt], offset, regnames[base]);
1188 const char * __attribute__((unused)) opn = "flt_ldst";
1211 opn = "lwc1";
1224 opn = "swc1";
1234 opn = "ldc1";
1244 opn = "sdc1";
1247 MIPS_INVAL(opn);
1251 MIPS_DEBUG("%s %s, %d(%s)", opn, fregnames[ft], offset, regnames[base]);
1261 const char * __attribute__((unused)) opn = "imm arith";
1294 opn = "addi";
1303 opn = "addiu";
1328 opn = "daddi";
1336 opn = "daddiu";
1340 MIPS_DEBUG("%s %s, %s, " TARGET_FMT_lx, opn, regnames[rt], regnames[rs], uimm);
1347 const char * __attribute__((unused)) opn = "imm logic";
1361 opn = "andi";
1368 opn = "ori";
1375 opn = "xori";
1379 opn = "lui";
1382 MIPS_DEBUG("%s %s, %s, " TARGET_FMT_lx, opn, regnames[rt], regnames[rs], uimm);
1389 const char * __attribute__((unused)) opn = "imm arith";
1402 opn = "slti";
1406 opn = "sltiu";
1409 MIPS_DEBUG("%s %s, %s, " TARGET_FMT_lx, opn, regnames[rt], regnames[rs], uimm);
1418 const char* __attribute__((unused)) opn = "imm shift";
1433 opn = "sll";
1438 opn = "sra";
1449 opn = "srl";
1464 opn = "rotr";
1472 opn = "srl";
1484 opn = "dsll";
1488 opn = "dsra";
1494 opn = "dsrl";
1504 opn = "drotr";
1507 opn = "dsrl";
1518 opn = "dsll32";
1522 opn = "dsra32";
1528 opn = "dsrl32";
1534 opn = "drotr32";
1537 opn = "dsrl32";
1548 MIPS_DEBUG("%s %s, %s, " TARGET_FMT_lx, opn, regnames[rt], regnames[rs], uimm);
1556 const char* __attribute__((unused)) opn = "arith";
1591 opn = "add";
1604 opn = "addu";
1629 opn = "sub";
1643 opn = "subu";
1669 opn = "dadd";
1681 opn = "daddu";
1705 opn = "dsub";
1717 opn = "dsubu";
1727 opn = "mul";
1730 MIPS_DEBUG("%s %s, %s, %s", opn, regnames[rd], regnames[rs], regnames[rt]);
1736 const char* __attribute__((unused)) opn = "cond move";
1753 opn = "movn";
1758 opn = "movz";
1767 MIPS_DEBUG("%s %s, %s, %s", opn, regnames[rd], regnames[rs], regnames[rt]);
1773 const char* __attribute__((unused)) opn = "logic";
1788 opn = "and";
1800 opn = "nor";
1812 opn = "or";
1824 opn = "xor";
1827 MIPS_DEBUG("%s %s, %s, %s", opn, regnames[rd], regnames[rs], regnames[rt]);
1833 const char* __attribute__((unused)) opn = "slt";
1849 opn = "slt";
1853 opn = "sltu";
1856 MIPS_DEBUG("%s %s, %s, %s", opn, regnames[rd], regnames[rs], regnames[rt]);
1865 const char* __attribute__((unused)) opn = "shifts";
1884 opn = "sllv";
1890 opn = "srav";
1899 opn = "srlv";
1914 opn = "rotrv";
1920 opn = "srlv";
1933 opn = "dsllv";
1938 opn = "dsrav";
1945 opn = "dsrlv";
1952 opn = "drotrv";
1956 opn = "dsrlv";
1967 MIPS_DEBUG("%s %s, %s, %s", opn, regnames[rd], regnames[rs], regnames[rt]);
1975 const char* __attribute__((unused)) opn = "hilo";
1985 opn = "mfhi";
1989 opn = "mflo";
1996 opn = "mthi";
2003 opn = "mtlo";
2006 MIPS_DEBUG("%s %s", opn, regnames[reg]);
2012 const char* __attribute__((unused)) opn = "mul/div";
2055 opn = "div";
2070 opn = "divu";
2088 opn = "mult";
2108 opn = "multu";
2127 opn = "ddiv";
2138 opn = "ddivu";
2142 opn = "dmult";
2146 opn = "dmultu";
2167 opn = "madd";
2189 opn = "maddu";
2209 opn = "msub";
2231 opn = "msubu";
2234 MIPS_INVAL(opn);
2238 MIPS_DEBUG("%s %s %s", opn, regnames[rs], regnames[rt]);
2247 const char* __attribute__((unused)) opn = "mul vr54xx";
2257 opn = "muls";
2261 opn = "mulsu";
2265 opn = "macc";
2269 opn = "maccu";
2273 opn = "msac";
2277 opn = "msacu";
2281 opn = "mulhi";
2285 opn = "mulhiu";
2289 opn = "mulshi";
2293 opn = "mulshiu";
2297 opn = "macchi";
2301 opn = "macchiu";
2305 opn = "msachi";
2309 opn = "msachiu";
2317 MIPS_DEBUG("%s %s, %s, %s", opn, regnames[rd], regnames[rs], regnames[rt]);
2327 const char* __attribute__((unused)) opn = "CLx";
2340 opn = "clo";
2344 opn = "clz";
2349 opn = "dclo";
2353 opn = "dclz";
2357 MIPS_DEBUG("%s %s, %s", opn, regnames[rd], regnames[rs]);
5561 const char* __attribute__((unused)) opn = "ldst";
5570 opn = "mfc0";
5580 opn = "mtc0";
5590 opn = "dmfc0";
5601 opn = "dmtc0";
5612 opn = "mftr";
5618 opn = "mttr";
5621 opn = "tlbwi";
5627 opn = "tlbwr";
5633 opn = "tlbp";
5639 opn = "tlbr";
5645 opn = "eret";
5651 opn = "deret";
5654 MIPS_INVAL(opn);
5662 opn = "wait";
5673 MIPS_INVAL(opn);
5677 MIPS_DEBUG("%s %s %d", opn, regnames[rt], rd);
5686 const char* __attribute__((unused)) opn = "cp1 cond branch";
5700 opn = "bc1f";
5707 opn = "bc1fl";
5713 opn = "bc1t";
5719 opn = "bc1tl";
5734 opn = "bc1any2f";
5746 opn = "bc1any2t";
5763 opn = "bc1any4f";
5779 opn = "bc1any4t";
5784 MIPS_INVAL(opn);
5788 MIPS_DEBUG("%s: cond %02x target " TARGET_FMT_lx, opn,
5802 const char* __attribute__((unused)) opn = "cp1 move";
5815 opn = "mfc1";
5826 opn = "mtc1";
5831 opn = "cfc1";
5836 opn = "ctc1";
5842 opn = "dmfc1";
5847 opn = "dmtc1";
5859 opn = "mfhc1";
5870 opn = "mthc1";
5873 MIPS_INVAL(opn);
5877 MIPS_DEBUG("%s %s %s", opn, regnames[rt], fregnames[fs]);
5983 const char* __attribute__((unused)) opn = "farith";
6036 opn = "add.s";
6051 opn = "sub.s";
6066 opn = "mul.s";
6081 opn = "div.s";
6093 opn = "sqrt.s";
6104 opn = "abs.s";
6114 opn = "mov.s";
6125 opn = "neg.s";
6139 opn = "round.l.s";
6153 opn = "trunc.l.s";
6167 opn = "ceil.l.s";
6181 opn = "floor.l.s";
6192 opn = "round.w.s";
6203 opn = "trunc.w.s";
6214 opn = "ceil.w.s";
6225 opn = "floor.w.s";
6229 opn = "movcf.s";
6245 opn = "movz.s";
6261 opn = "movn.s";
6273 opn = "recip.s";
6285 opn = "rsqrt.s";
6300 opn = "recip2.s";
6312 opn = "recip1.s";
6324 opn = "rsqrt1.s";
6339 opn = "rsqrt2.s";
6353 opn = "cvt.d.s";
6364 opn = "cvt.w.s";
6378 opn = "cvt.l.s";
6395 opn = "cvt.ps.s";
6422 opn = condnames_abs[func-48];
6425 opn = condnames[func-48];
6444 opn = "add.d";
6460 opn = "sub.d";
6476 opn = "mul.d";
6492 opn = "div.d";
6505 opn = "sqrt.d";
6517 opn = "abs.d";
6528 opn = "mov.d";
6540 opn = "neg.d";
6552 opn = "round.l.d";
6564 opn = "trunc.l.d";
6576 opn = "ceil.l.d";
6588 opn = "floor.l.d";
6602 opn = "round.w.d";
6616 opn = "trunc.w.d";
6630 opn = "ceil.w.d";
6644 opn = "floor.w.d";
6648 opn = "movcf.d";
6664 opn = "movz.d";
6680 opn = "movn.d";
6692 opn = "recip.d";
6704 opn = "rsqrt.d";
6719 opn = "recip2.d";
6731 opn = "recip1.d";
6743 opn = "rsqrt1.d";
6758 opn = "rsqrt2.d";
6786 opn = condnames_abs[func-48];
6790 opn = condnames[func-48];
6808 opn = "cvt.s.d";
6822 opn = "cvt.w.d";
6834 opn = "cvt.l.d";
6845 opn = "cvt.s.w";
6859 opn = "cvt.d.w";
6873 opn = "cvt.s.l";
6885 opn = "cvt.d.l";
6897 opn = "cvt.ps.pw";
6912 opn = "add.ps";
6927 opn = "sub.ps";
6942 opn = "mul.ps";
6954 opn = "abs.ps";
6965 opn = "mov.ps";
6977 opn = "neg.ps";
6982 opn = "movcf.ps";
6998 opn = "movz.ps";
7015 opn = "movn.ps";
7030 opn = "addr.ps";
7045 opn = "mulr.ps";
7060 opn = "recip2.ps";
7072 opn = "recip1.ps";
7084 opn = "rsqrt1.ps";
7099 opn = "rsqrt2.ps";
7111 opn = "cvt.s.pu";
7123 opn = "cvt.pw.ps";
7135 opn = "cvt.s.pl";
7150 opn = "pll.ps";
7165 opn = "plu.ps";
7180 opn = "pul.ps";
7195 opn = "puu.ps";
7222 opn = condnames_abs[func-48];
7225 opn = condnames[func-48];
7232 MIPS_INVAL(opn);
7238 MIPS_DEBUG("%s %s, %s, %s", opn, fregnames[fd], fregnames[fs], fregnames[ft]);
7241 MIPS_DEBUG("%s %s,%s", opn, fregnames[fs], fregnames[ft]);
7244 MIPS_DEBUG("%s %s,%s", opn, fregnames[fd], fregnames[fs]);
7253 const char* __attribute__((unused)) opn = "extended float load/store";
7279 opn = "lwxc1";
7291 opn = "ldxc1";
7303 opn = "luxc1";
7317 opn = "swxc1";
7330 opn = "sdxc1";
7343 opn = "suxc1";
7348 MIPS_DEBUG("%s %s, %s(%s)", opn, fregnames[store ? fs : fd],
7355 const char* __attribute__((unused)) opn = "flt3_arith";
7394 opn = "alnv.ps";
7412 opn = "madd.s";
7431 opn = "madd.d";
7449 opn = "madd.ps";
7467 opn = "msub.s";
7486 opn = "msub.d";
7504 opn = "msub.ps";
7522 opn = "nmadd.s";
7541 opn = "nmadd.d";
7559 opn = "nmadd.ps";
7577 opn = "nmsub.s";
7596 opn = "nmsub.d";
7614 opn = "nmsub.ps";
7617 MIPS_INVAL(opn);
7621 MIPS_DEBUG("%s %s, %s, %s, %s", opn, fregnames[fd], fregnames[fr],