Lines Matching defs:fmt
721 UInt fmt;
766 fmt = get_fmt(cins);
767 if (fmt == 0x08) {
1733 UInt fmt = get_fmt(cins);
1738 if (FC == 0x3) { /* C.cond.fmt */
1740 switch (fmt) {
11688 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function,
11844 fmt = get_fmt(cins);
11883 if (fmt == 0x3 && fd == 0 && function == 0) { /* MFHC1 */
11895 } else if (fmt == 0x7 && fd == 0 && function == 0) { /* MTHC1 */
11908 } else if (fmt == 0x8) { /* BC */
11951 case 0x4: { /* SQRT.fmt */
11952 switch (fmt) {
11969 case 0x5: /* abs.fmt */
11970 switch (fmt) {
11985 case 0x02: /* MUL.fmt */
11986 switch (fmt) {
12005 break; /* MUL.fmt */
12007 case 0x03: /* DIV.fmt */
12008 switch (fmt) {
12028 break; /* DIV.fmt */
12030 case 0x01: /* SUB.fmt */
12031 switch (fmt) {
12052 break; /* SUB.fmt */
12054 case 0x06: /* MOV.fmt */
12055 switch (fmt) {
12072 break; /* MOV.fmt */
12074 case 0x7: /* neg.fmt */
12075 switch (fmt) {
12090 case 0x08: /* ROUND.L.fmt */
12091 switch (fmt) {
12120 break; /* ROUND.L.fmt */
12122 case 0x09: /* TRUNC.L.fmt */
12123 switch (fmt) {
12150 break; /* TRUNC.L.fmt */
12152 case 0x15: /* RECIP.fmt */
12153 fmt) {
12178 case 0x13: /* MOVN.fmt */
12179 switch (fmt) {
12235 break; /* MOVN.fmt */
12237 case 0x12: /* MOVZ.fmt */
12238 switch (fmt) {
12290 break; /* MOVZ.fmt */
12292 case 0x11: /* MOVT.fmt */
12295 switch (fmt) { /* MOVCF = 010001 */
12372 } else if (tf == 0) /* movf.fmt */
12375 switch (fmt) /* MOVCF = 010001 */
12455 break; /* MOVT.fmt */
12457 case 0x0: /* add.fmt */
12458 switch (fmt) {
12617 switch (fmt) {
12678 switch (fmt) {
12726 switch (fmt) {
12756 switch (fmt) {
12789 case 0x0B: /* FLOOR.L.fmt */
12790 switch (fmt) {
12821 case 0x0C: /* ROUND.W.fmt */
12822 switch (fmt) {
12869 break; /* ROUND.W.fmt */
12871 case 0x0F: /* FLOOR.W.fmt */
12872 switch (fmt) {
12920 break; /* FLOOR.W.fmt */
12923 switch (fmt) {
12973 case 0x0E: /* CEIL.W.fmt */
12974 switch (fmt) {
13021 case 0x0A: /* CEIL.L.fmt */
13022 switch (fmt) {
13055 case 0x16: /* RSQRT.fmt */
13056 switch (fmt) {
13355 DIP("madd.s f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13359 getLoFromF64(tyF, getFReg(fmt)),
13366 DIP("madd.d f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13368 putDReg(fd, qop(Iop_MAddF64, rm, getDReg(fmt), getDReg(fs),
13373 DIP("msub.s f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13377 getLoFromF64(tyF, getFReg(fmt)),
13384 DIP("msub.d f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13386 putDReg(fd, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs),
13391 DIP("nmadd.s f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13395 getLoFromF64(tyF, getFReg(fmt)),
13403 DIP("nmadd.d f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13406 assign(t1, qop(Iop_MAddF64, rm, getDReg(fmt), getDReg(fs),
13412 DIP("nmsub.s f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13416 getLoFromF64(tyF, getFReg(fmt)),
13424 DIP("nmsub.d f%d, f%d, f%d, f%d", fd, fmt, fs, ft);
13427 assign(t1, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs),