Searched refs:FTYPE_LNG (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h136 * Floating point operand types. FTYPE_LNG is syntethic (it does not occur in
143 #define FTYPE_LNG 4 macro
H A Dfpu_explode.c268 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) {
277 case FTYPE_LNG:
316 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
H A Dfpu.c407 type = FTYPE_LNG;
416 type = FTYPE_LNG;
H A Dfpu_implode.c516 case FTYPE_LNG:
/freebsd-10.0-release/sys/powerpc/fpu/
H A Dfpu_explode.c222 case FTYPE_LNG:
255 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
H A Dfpu_instr.h382 #define FTYPE_LNG -1 /* data = 64-bit signed long integer */ macro
H A Dfpu_implode.c434 case FTYPE_LNG:
H A Dfpu_emu.c589 type = FTYPE_LNG;
594 type = FTYPE_LNG;

Completed in 120 milliseconds