Home | History | Annotate | Download | only in fpe

Lines Matching defs:format

51 	int format;
61 format = (word1 >> 10) & 7;
64 if (format == FTYPE_DBL) {
66 } else if (format == FTYPE_SNG || format == FTYPE_LNG) {
68 } else if (format == FTYPE_WRD) {
70 format = FTYPE_LNG;
71 } else if (format == FTYPE_BYT) {
73 format = FTYPE_LNG;
74 } else if (format == FTYPE_EXT) {
77 /* invalid or unsupported operand format */
79 printf(" fpu_emul_fstore: invalid format %d\n", format);
84 printf(" fpu_emul_fstore: format %d, size %d\n",
85 format, insn->is_datasize);
133 fpu_implode(fe, &fe->fe_f3, format, buf);