HomeSort by relevance Sort by last modified time
    Searched refs:FP (Results 1 - 24 of 24) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun4/sys/
vis.h 47 #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, 128, TEMP;
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/v9/sys/
privregs.h 236 #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 + 64];
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcrypt/common/
llib-lcrypt 71 char *tempL, char *P, char *FP);
76 char *tempL, char *P, char *FP);
79 char *tempL, char *P, char *FP);
des_decrypt.c 37 _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)
117 block[j] = L[FP[j]-1];
des_encrypt.c 38 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP)
117 block[j] = L[FP[j]-1];
des_crypt.c 68 * Final permutation, FP = IP^(-1)
70 static char FP[] = {
307 preS, E, KS, S, f, tempL, P, FP);
310 preS, E, KS, S, f, tempL, P, FP);
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
fsr_test.s 77 * Single-precision FP comparision.
114 ld [%l1], %f2 ! Load operand 1 into FP reg
115 ld [%l2], %f4 ! Load operand 2 into FP reg
152 * Double-precision FP comparision.
196 ldd [%l1], %f2 ! Load operand 1 into FP reg
197 ldd [%l2], %f4 ! Load operand 2 into FP reg
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
display.c 78 typedef char *(*FP)(); /* pointer to function returning a character pointer */
83 FP findfcn;
91 (FP) findsymbol, REGCMP},
93 (FP) finddef, REGCMP},
95 (FP) findcalledby, REGCMP},
97 (FP) findcalling, REGCMP},
99 (FP) findassignments, REGCMP},
105 (FP) findfile, REGCMP},
107 (FP) findinclude, REGCMP},
109 (FP) findallfcns, REGCMP}
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWfsu/
depend 54 P SUNWfsr FP Scrubber configuration files (ROOT)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
_crypt.c 55 * Final permutation, FP = IP^(-1)
57 static char FP[] = {
387 block[j] = L[FP[j]-1];
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
des_enc.c 153 FP(r,l);
265 FP(r,l);
285 FP(r,l);
des_locl.h 363 /* IP and FP
394 Thanks for hints from Richard Outerbridge - he told me IP&FP
414 #define FP(l,r) \
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
afsstring2key.c 239 * Final permutation, FP = IP^(-1)
241 static const char FP[] = {
603 block[j] = L[FP[j]-1];
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
crypt.c 836 static const char FP[] = {
1063 block[j] = L[FP[j]-1];
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
us3_common_asm.s     [all...]
spitfire_copy.s 113 * We've tried to restore fp state from the stack and failed. To
114 * prevent from returning with a corrupted fp state, we will panic.
118 * Notes on preserving existing fp state:
120 * When a copyOP decides to use fp we may have to preserve existing
122 * preserve - the rest of the kernel does not use fp and, anyway, fp
125 * - userland has fp state and is interrupted (device interrupt
130 * - an asynchronous error trap occurs while fp state exists (in
133 * - a user process with fp state incurs a copy-on-write fault and
134 * hwblkpagecopy always uses fp
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
kaif_startup.s 264 * Save FP state
269 btst FPRS_FEF, %g1 ! is FP enabled?
270 bz %icc, 1f ! if not, don't save FP regs
271 wr %g0, FPRS_FEF, %fprs ! enable FP
290 clr %fp
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
caps 381 key_f35 kf35 FP str Sent by function key 35
407 key_f61 kf61 Fp str Sent by function key 61
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
caps 381 key_f35 kf35 FP str Sent by function key 35
407 key_f61 kf61 Fp str Sent by function key 61
  /onnv/onnv-gate/usr/src/uts/sun4u/ml/
trap_table.s     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/ml/
trap_table.s 1145 FP_DISABLED_TRAP; /* 020 fp disabled */
1146 FP_IEEE_TRAP; /* 021 fp exception ieee 754 */
1147 FP_TRAP; /* 022 fp exception other */
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ath/
hal_x86_64.o.uu     [all...]
  /onnv/onnv-gate/usr/src/cmd/hwdata/
usb.ids     [all...]
pci.ids     [all...]

Completed in 4829 milliseconds