Lines Matching refs:fmt
291 u_int fmt; /* also sf for class 1 conversions */ in decode_0c() local
309 fmt = extru(ir,fpfmtpos,2); /* get fmt completer */ in decode_0c()
318 switch (fmt) { in decode_0c()
333 switch (fmt) { in decode_0c()
349 switch (fmt) { in decode_0c()
365 switch (fmt) { in decode_0c()
381 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()
436 switch(fmt) { in decode_0c()
451 switch(fmt) { in decode_0c()
466 switch(fmt) { in decode_0c()
481 switch(fmt) { in decode_0c()
496 switch(fmt) { in decode_0c()
511 switch(fmt) { in decode_0c()
537 switch (fmt) { in decode_0c()
556 switch (fmt) { in decode_0c()
587 switch (fmt) { in decode_0c()
607 switch (fmt) { in decode_0c()
638 switch (fmt) { in decode_0c()
650 switch (fmt) { in decode_0c()
662 switch (fmt) { in decode_0c()
674 switch (fmt) { in decode_0c()
686 switch (fmt) { in decode_0c()
710 u_int fmt; /* also sf for class 1 conversions */ local
725 fmt = extru(ir,fpfmtpos,2);
727 fmt = extru(ir,fp0efmtpos,1);
733 if (fmt == DBL) {
746 switch (fmt) {
757 switch (fmt) {
768 switch (fmt) {
779 switch (fmt) {
790 switch (fmt) {
802 switch (fmt) {
824 if ((df & 2) || (fmt & 2))
827 fmt = (fmt << 1) | df;
830 switch(fmt) {
843 switch(fmt) {
858 switch(fmt) {
873 switch(fmt) {
888 switch(fmt) {
903 switch(fmt) {
918 switch(fmt) {
944 if (fmt == DBL)
957 switch (fmt) {
989 switch (fmt) {
1019 if (fmt == DBL)
1034 switch (fmt) {
1043 switch (fmt) {
1059 switch (fmt) {
1078 switch (fmt) {
1088 switch (fmt) {
1097 switch (fmt) {
1122 u_int fmt; local
1135 fmt = extru(ir, fpmultifmt, 1); /* get sgl/dbl flag */
1136 if (fmt == 0) { /* DBL */
1262 u_int fmt; local
1273 fmt = extru(ir, fpmultifmt, 1); /* get sgl/dbl flag */
1274 if (fmt == 0) { /* DBL */
1353 u_int fmt; local
1355 fmt = extru(ir,fpfmtpos,1); /* get fmt completer */
1356 if (fmt == DBL) { /* DBL */