HomeSort by: relevance | last modified time | path
    Searched refs:FTYPE_INT (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_explode.c 257 case FTYPE_INT:
291 ((type == FTYPE_INT) ? 'i' :
298 if (type == FTYPE_INT) printf("%d ", s);
fpu.c 582 type = FTYPE_INT;
622 ((type == FTYPE_INT) ? 'i' :
fpu_implode.c 506 case FTYPE_INT:
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 139 #define FTYPE_INT 0x00 /* data = 32-bit signed integer */
fpu_explode.c 229 case FTYPE_INT:
fpu_emu.c 560 type = FTYPE_INT | FTYPE_FPSCR;
744 fpu_explode(fe, &fe->fe_f1, FTYPE_INT, 1);
762 fpu_explode(fe, &fe->fe_f1, FTYPE_INT, 1);
fpu_implode.c 534 case FTYPE_INT:
  /src/sys/arch/sparc/include/
instr.h 445 #define FTYPE_INT 0 /* data = 32-bit signed integer */

Completed in 15 milliseconds