Home
last modified time | relevance | path

Searched refs:FTYPE_EXT (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_explode.c306 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) {
318 case FTYPE_EXT:
356 ((type == FTYPE_EXT) ? 'q' : '?')))),
H A Dfpu_implode.c525 case FTYPE_EXT:
/openbsd/sys/arch/m88k/m88k/
H A Dfpu.h28 #define FTYPE_EXT 2 macro
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_explode.c265 case FTYPE_EXT: in fpu_explode()
293 ((type == FTYPE_EXT) ? 'q' : '?')))), in fpu_explode()
H A Dfpu.c176 if (type != FTYPE_EXT) in fpu_fcopy()
261 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) { in fpu_regoffset()
264 if ((type == FTYPE_EXT) && (rx & 2)) in fpu_regoffset()
H A Dfpu_implode.c512 case FTYPE_EXT: in fpu_implode()
/openbsd/sys/arch/sparc64/include/
H A Dinstr.h502 #define FTYPE_EXT 3 /* data = 128-bit extended (quad-prec) */ macro