Searched refs:FTYPE_INT (Results 1 – 8 of 8) sorted by relevance
257 case FTYPE_INT: in fpu_explode()291 ((type == FTYPE_INT) ? 'i' : in fpu_explode()298 if (type == FTYPE_INT) printf("%d ", s); in fpu_explode()
582 type = FTYPE_INT; in fpu_execute()622 ((type == FTYPE_INT) ? 'i' : in fpu_execute()
506 case FTYPE_INT: in fpu_implode()
139 #define FTYPE_INT 0x00 /* data = 32-bit signed integer */ macro
229 case FTYPE_INT: in fpu_explode()
560 type = FTYPE_INT | FTYPE_FPSCR; in fpu_execute()744 fpu_explode(fe, &fe->fe_f1, FTYPE_INT, 1); in fpu_execute()762 fpu_explode(fe, &fe->fe_f1, FTYPE_INT, 1); in fpu_execute()
534 case FTYPE_INT: in fpu_implode()
445 #define FTYPE_INT 0 /* data = 32-bit signed integer */ macro