Lines Matching refs:fmt
278 u_int fmt; /* also sf for class 1 conversions */ in decode_0c() local
296 fmt = extru(ir,fpfmtpos,2); /* get fmt completer */ in decode_0c()
305 switch (fmt) { in decode_0c()
323 switch (fmt) { in decode_0c()
342 switch (fmt) { in decode_0c()
361 switch (fmt) { in decode_0c()
380 switch (fmt) { in decode_0c()
393 switch (fmt) { in decode_0c()
408 if ((df & 2) || (fmt & 2)) { in decode_0c()
420 fmt = (fmt << 1) | df; in decode_0c()
423 switch(fmt) { in decode_0c()
437 switch(fmt) { in decode_0c()
453 switch(fmt) { in decode_0c()
469 switch(fmt) { in decode_0c()
485 switch(fmt) { in decode_0c()
501 switch(fmt) { in decode_0c()
517 switch(fmt) { in decode_0c()
544 switch (fmt) { in decode_0c()
563 switch (fmt) { in decode_0c()
594 switch (fmt) { in decode_0c()
615 switch (fmt) { in decode_0c()
648 switch (fmt) { in decode_0c()
661 switch (fmt) { in decode_0c()
674 switch (fmt) { in decode_0c()
687 switch (fmt) { in decode_0c()
700 switch (fmt) { in decode_0c()
725 u_int fmt; /* also sf for class 1 conversions */ local
740 fmt = extru(ir,fpfmtpos,2);
742 fmt = extru(ir,fp0efmtpos,1);
748 if (fmt == DBL) {
761 switch (fmt) {
774 switch (fmt) {
787 switch (fmt) {
800 switch (fmt) {
813 switch (fmt) {
826 switch (fmt) {
848 if ((df & 2) || (fmt & 2))
851 fmt = (fmt << 1) | df;
854 switch(fmt) {
868 switch(fmt) {
884 switch(fmt) {
900 switch(fmt) {
916 switch(fmt) {
932 switch(fmt) {
948 switch(fmt) {
976 if (fmt == DBL)
989 switch (fmt) {
1021 switch (fmt) {
1052 if (fmt == DBL)
1067 switch (fmt) {
1077 switch (fmt) {
1094 switch (fmt) {
1113 switch (fmt) {
1124 switch (fmt) {
1134 switch (fmt) {
1159 u_int fmt; local
1172 fmt = extru(ir, fpmultifmt, 1); /* get sgl/dbl flag */
1173 if (fmt == 0) { /* DBL */
1299 u_int fmt; local
1310 fmt = extru(ir, fpmultifmt, 1); /* get sgl/dbl flag */
1311 if (fmt == 0) { /* DBL */
1390 u_int fmt; local
1392 fmt = extru(ir,fpfmtpos,1); /* get fmt completer */
1393 if (fmt == DBL) { /* DBL */