| /plan9-contrib/sys/src/9/rb/ |
| H A D | dat.h | 3 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 D | fpimips.c | 309 _intpr(Internal *i, uint reg, int fmt, FPsave *) in _intpr() argument
|
| /plan9-contrib/sys/src/9/loongson64/ |
| H A D | dat.h | 3 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 D | dat.h | 3 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 D | stub.c | 383 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 D | dat.h | 5 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 D | dat.h | 17 typedef struct FPsave FPsave; typedef 68 struct FPsave struct 83 * FPsave.fpstate argument
|
| /plan9-contrib/sys/src/9/omap/ |
| H A D | dat.h | 29 typedef struct FPsave FPsave; typedef 74 struct FPsave struct 84 * FPsave.status argument
|
| /plan9-contrib/sys/src/9/kw/ |
| H A D | dat.h | 3 typedef struct FPsave FPsave; typedef 50 struct FPsave struct 60 * FPsave.status argument
|
| /plan9-contrib/sys/src/9/mtx/ |
| H A D | dat.h | 3 typedef struct FPsave FPsave; typedef 63 struct FPsave struct 65 double fpreg[32]; 66 union {
|
| /plan9-contrib/sys/src/9/vt5/ |
| H A D | dat.h | 9 typedef struct FPsave FPsave; typedef 85 struct FPsave struct 99 * FPsave.status argument
|
| /plan9-contrib/sys/src/9/vt4/ |
| H A D | dat.h | 9 typedef struct FPsave FPsave; typedef 87 struct FPsave struct 101 * FPsave.status argument
|
| /plan9-contrib/sys/src/9/ppc/ |
| H A D | dat.h | 3 typedef struct FPsave FPsave; typedef 67 struct FPsave struct 69 double fpreg[32]; 70 union {
|
| /plan9-contrib/sys/src/9/teg2/ |
| H A D | dat.h | 26 typedef struct FPsave FPsave; typedef 82 struct FPsave struct 97 * FPsave.fpstate argument
|
| /plan9-contrib/sys/src/9/pc/ |
| H A D | dat.h | 5 typedef union FPsave FPsave; typedef 117 union FPsave { union
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 20 typedef struct FPsave FPsave; typedef
|