OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTYPE_LNG
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/arch/m68k/fpe/
fpu_fstore.c
66
} else if (format == FTYPE_SNG || format ==
FTYPE_LNG
) {
70
format =
FTYPE_LNG
;
73
format =
FTYPE_LNG
;
fpu_getexp.c
52
fpu_explode(fe, &fe->fe_f3,
FTYPE_LNG
, &fp->fp_exp);
fpu_fscale.c
93
fpu_implode(fe, &fe->fe_f2,
FTYPE_LNG
, buf);
99
} else if (format == FTYPE_SNG || format ==
FTYPE_LNG
) {
174
if (format ==
FTYPE_LNG
) {
192
fpu_implode(fe, &fe->fe_f2,
FTYPE_LNG
, buf);
fpu_emulate.h
203
#define
FTYPE_LNG
0 /* Long Word Integer */
fpu_exp.c
79
fpu_explode(fe, &fe->fe_f2,
FTYPE_LNG
, &k);
fpu_explode.c
233
case
FTYPE_LNG
:
fpu_implode.c
464
case
FTYPE_LNG
:
fpu_emulate.c
645
} else if (format == FTYPE_SNG || format ==
FTYPE_LNG
) {
723
format =
FTYPE_LNG
;
729
format =
FTYPE_LNG
;
fpu_cordic.c
192
fpu_explode(fe, &fe->fe_f2,
FTYPE_LNG
, &k);
fpu_log.c
354
fpu_explode(fe, &fe->fe_f1,
FTYPE_LNG
, &k);
531
fpu_explode(fe, &fe->fe_f3,
FTYPE_LNG
,
/src/sys/arch/sparc/fpu/
fpu_explode.c
252
case
FTYPE_LNG
:
290
DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type ==
FTYPE_LNG
) ? 'x' :
301
if (type ==
FTYPE_LNG
) printf("%ld ", l);
303
if (type ==
FTYPE_LNG
) printf("%lld ", l);
fpu.c
565
type =
FTYPE_LNG
;
573
type =
FTYPE_LNG
;
621
DPRINTF(FPE_REG, ("-> %c%d\n", (type ==
FTYPE_LNG
) ? 'x' :
628
if (type >= FTYPE_DBL || type ==
FTYPE_LNG
) {
fpu_implode.c
501
case
FTYPE_LNG
:
/src/sys/arch/powerpc/fpu/
fpu_emu.h
140
#define
FTYPE_LNG
0x01 /* data = 64-bit signed long integer */
fpu_explode.c
225
case
FTYPE_LNG
:
fpu_implode.c
528
case
FTYPE_LNG
:
fpu_emu.c
671
type =
FTYPE_LNG
| FTYPE_FPSCR;
678
fpu_explode(fe, fp = &fe->fe_f1,
FTYPE_LNG
,
/src/sys/arch/sparc/include/
instr.h
444
#define
FTYPE_LNG
-1 /* data = 64-bit signed long integer */
Completed in 24 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025