Home
last modified time | relevance | path

Searched defs:FPsave (Results 1 – 16 of 16) sorted by relevance

/plan9-contrib/sys/src/9/rb/
H A Ddat.h3 typedef struct FPsave FPsave; typedef
106 struct FPsave struct
109 ulong reg[Nfpregs]; /* the canonical bits */
110 union {
115 int fpdelayexec; /* executing delay slot of branch */
116 uintptr fpdelaypc; /* pc to resume at after */
117 ulong fpdelaysts; /* save across user-mode delay-slot execution */
120 uintptr fppc; /* addr of last fault */
121 int fpcnt; /* how many consecutive at that addr */
H A Dfpimips.c309 _intpr(Internal *i, uint reg, int fmt, FPsave *) in _intpr() argument
/plan9-contrib/sys/src/9/loongson64/
H A Ddat.h3 typedef struct FPsave FPsave; typedef
98 struct FPsave struct
101 ulong reg[Nfpregs]; /* the canonical bits */
102 union {
107 int fpdelayexec; /* executing delay slot of branch */
108 uintptr fpdelaypc; /* pc to resume at after */
109 ulong fpdelaysts; /* save across user-mode delay-slot execution */
112 uintptr fppc; /* addr of last fault */
113 int fpcnt; /* how many consecutive at that addr */
/plan9-contrib/sys/src/9/loongson/
H A Ddat.h3 typedef struct FPsave FPsave; typedef
98 struct FPsave struct
101 ulong reg[Nfpregs]; /* the canonical bits */
102 union {
107 int fpdelayexec; /* executing delay slot of branch */
108 uintptr fpdelaypc; /* pc to resume at after */
109 ulong fpdelaysts; /* save across user-mode delay-slot execution */
112 uintptr fppc; /* addr of last fault */
113 int fpcnt; /* how many consecutive at that addr */
/plan9-contrib/sys/src/9/pcboot/
H A Dstub.c383 fpx87restore(FPsave*) in fpx87restore() argument
388 fpx87save(FPsave*) in fpx87save() argument
393 fpssesave(FPsave *) in fpssesave() argument
398 fpsserestore(FPsave *) in fpsserestore() argument
H A Ddat.h5 typedef struct FPsave FPsave; typedef
106 struct FPsave struct
108 ushort control;
109 ushort r1;
110 ushort status;
111 ushort r2;
112 ushort tag;
113 ushort r3;
114 ulong pc;
115 ushort selector;
[all …]
/plan9-contrib/sys/src/9/bcm/
H A Ddat.h17 typedef struct FPsave FPsave; typedef
68 struct FPsave struct
83 * FPsave.fpstate argument
/plan9-contrib/sys/src/9/omap/
H A Ddat.h29 typedef struct FPsave FPsave; typedef
74 struct FPsave struct
84 * FPsave.status argument
/plan9-contrib/sys/src/9/kw/
H A Ddat.h3 typedef struct FPsave FPsave; typedef
50 struct FPsave struct
60 * FPsave.status argument
/plan9-contrib/sys/src/9/mtx/
H A Ddat.h3 typedef struct FPsave FPsave; typedef
63 struct FPsave struct
65 double fpreg[32];
66 union {
/plan9-contrib/sys/src/9/vt5/
H A Ddat.h9 typedef struct FPsave FPsave; typedef
85 struct FPsave struct
99 * FPsave.status argument
/plan9-contrib/sys/src/9/vt4/
H A Ddat.h9 typedef struct FPsave FPsave; typedef
87 struct FPsave struct
101 * FPsave.status argument
/plan9-contrib/sys/src/9/ppc/
H A Ddat.h3 typedef struct FPsave FPsave; typedef
67 struct FPsave struct
69 double fpreg[32];
70 union {
/plan9-contrib/sys/src/9/teg2/
H A Ddat.h26 typedef struct FPsave FPsave; typedef
82 struct FPsave struct
97 * FPsave.fpstate argument
/plan9-contrib/sys/src/9/pc/
H A Ddat.h5 typedef union FPsave FPsave; typedef
117 union FPsave { union
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h20 typedef struct FPsave FPsave; typedef