Searched refs:FP (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dvis.h47 #define BSTORE_FPREGS(FP, TEMP) \
49 stda %d0, [FP]ASI_BLK_P; \
50 add FP, 64, TEMP; \
52 add FP, 128, TEMP; \
54 add FP, 192, TEMP; \
58 #define BSTORE_V8_FPREGS(FP, TEMP) \
60 stda %d0, [FP]ASI_BLK_P; \
61 add FP, 64, TEMP; \
65 #define BSTORE_V8P_FPREGS(FP, TEMP) \
67 add FP, 12
[all...]
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h236 #define STORE_FPREGS(FP) \
237 std %f0, [FP]; \
238 std %f2, [FP + 8]; \
239 std %f4, [FP + 16]; \
240 std %f6, [FP + 24]; \
241 std %f8, [FP + 32]; \
242 std %f10, [FP + 40]; \
243 std %f12, [FP + 48]; \
244 std %f14, [FP + 56]; \
245 std %f16, [FP
[all...]
/illumos-gate/usr/src/lib/libcrypt/common/
H A Dllib-lcrypt71 char *tempL, char *P, char *FP);
76 char *tempL, char *P, char *FP);
79 char *tempL, char *P, char *FP);
H A Ddes_decrypt.c36 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) argument
115 block[j] = L[FP[j]-1];
H A Ddes_encrypt.c36 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP)
114 block[j] = L[FP[j]-1];
35 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) argument
H A Ddes_crypt.c65 * Final permutation, FP = IP^(-1)
67 static char FP[] = { variable
293 preS, E, KS, S, f, tempL, P, FP);
296 preS, E, KS, S, f, tempL, P, FP);
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c77 typedef char *(*FP)(); /* pointer to function returning a character pointer */ typedef
82 FP findfcn;
90 (FP) findsymbol, REGCMP},
92 (FP) finddef, REGCMP},
94 (FP) findcalledby, REGCMP},
96 (FP) findcalling, REGCMP},
98 (FP) findassignments, REGCMP},
104 (FP) findfile, REGCMP},
106 (FP) findinclude, REGCMP},
108 (FP) findallfcn
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c55 * Final permutation, FP = IP^(-1)
57 static char FP[] = { variable
387 block[j] = L[FP[j]-1];
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c235 * Final permutation, FP = IP^(-1)
237 static const char FP[] = { variable
599 block[j] = L[FP[j]-1];
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c834 static const char FP[] = { variable
1061 block[j] = L[FP[j]-1];
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s2884 rd %fprs, %l2 ! store FP
2885 wr %g0, FPRS_FEF, %fprs ! enable FP
2909 wr %l2, %g0, %fprs ! restore FP
H A Dspitfire_copy.s148 * 2. The FPUSED flag indicates that all FP state has been successfully stored
151 * 3. The FPUSED flag should not be cleared on exit until all FP state has
174 * FPUSED_FLAG: The FP registers were in use and must be restored
2530 ! Are we using the FP registers?
2553 ! We're here if the FP regs are in use. Need to see if the request
3769 ! Are we using the FP registers?
3791 ! We're here if the FP regs are in use. Need to see if the request
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s262 * Save FP state
267 btst FPRS_FEF, %g1 ! is FP enabled?
268 bz %icc, 1f ! if not, don't save FP regs
269 wr %g0, FPRS_FEF, %fprs ! enable FP
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s1733 * We need a temporary FP register to do the conversion. Since
1735 * have to be within %f0-%f31, we use an FP register from the upper
1739 * We use %d62 as a temporary FP register for the conversion and
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1960 * We need a temporary FP register to do the conversion. Since
1962 * have to be within %f0-%f31, we use an FP register from the upper
1966 * We use %d62 as a temporary FP register for the conversion and
/illumos-gate/usr/src/uts/common/io/ath/
H A Dhal_x86_64.o.uu2332 FP/KSItMJBgPtxRRZokUQf9EJBSDfCQUA3beQYP9f3cgRInoQY1V/0iLnCSIAAAAD7cU

Completed in 140 milliseconds