| /freebsd-10-stable/sys/dev/hwpmc/ |
| D | pmc_events.h | 141 __PMC_EV(P6, DATA_MEM_REFS) \ 142 __PMC_EV(P6, DCU_LINES_IN) \ 143 __PMC_EV(P6, DCU_M_LINES_IN) \ 144 __PMC_EV(P6, DCU_M_LINES_OUT) \ 145 __PMC_EV(P6, DCU_MISS_OUTSTANDING) \ 146 __PMC_EV(P6, IFU_FETCH) \ 147 __PMC_EV(P6, IFU_FETCH_MISS) \ 148 __PMC_EV(P6, ITLB_MISS) \ 149 __PMC_EV(P6, IFU_MEM_STALL) \ 150 __PMC_EV(P6, ILD_STALL) \ [all …]
|
| D | hwpmc_ppro.c | 134 #define P6F_P6 _P6F(P6)
|
| /freebsd-10-stable/lib/msun/ld80/ |
| D | s_exp2l.c | 63 P6 = 1.5413361552277414e-4; /* 0x1433ddacff3441.0p-65 */ variable 278 + z * (P5 + z * P6))))) + t_hi; in exp2l()
|
| D | s_logl.c | 107 P6 = -1.6666666072191585e-1, /* -0x15555548912c09.0p-55 */ variable 540 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) + in k_logl() 650 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) + in log1pl()
|
| /freebsd-10-stable/lib/msun/ld128/ |
| D | s_exp2l.c | 52 P6 = 0x1.430912f86c7876f4b663b23c5fe5p-13L; variable 416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
|
| D | s_logl.c | 102 P6 = -1.66666666666666666666696142372698408e-1L, /* -0x15555555555555555567267a58e13.0p-115L */ variable 550 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in k_logl() 659 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in log1pl()
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | refclock_wwv.c | 407 #define P6 (P15 / 3) /* mark (+1) */ macro 412 {P6, N6, N6, 0}, /* 1 */ 413 {N6, P6, N6, 0}, /* 2 */ 414 {P6, P6, N6, 0}, /* 3 */ 415 {N6, N6, P6, 0}, /* 4 */ 416 {P6, N6, P6, 0}, /* 5 */ 417 {N6, P6, P6, 0}, /* 6 */
|
| /freebsd-10-stable/crypto/openssl/crypto/ |
| D | opensslconf.h.in | 37 * - Intel P6 because partial register stalls are very expensive; 140 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | ppro.md | 1 ;; Scheduling for the Intel P6 family of processors 21 ;; The P6 family includes the Pentium Pro, Pentium II, Pentium III, Celeron 25 ;; "P6 Family of Processors Hardware Developer's Manual", 34 ;; The P6 pipeline has three major components: 39 ;; So, the P6 CPUs have out-of-order cores, but the instruction decoder and 51 ;; Since the P6 CPUs execute instructions out-of-order, the most important 204 ;; The P6 has a sophisticated branch prediction mechanism to minimize
|
| /freebsd-10-stable/secure/lib/libcrypto/ |
| D | opensslconf-arm.h.in | 124 * - Intel P6 because partial register stalls are very expensive; 227 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| D | opensslconf-ia64.h.in | 113 * - Intel P6 because partial register stalls are very expensive; 216 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| D | opensslconf-sparc64.h.in | 124 * - Intel P6 because partial register stalls are very expensive; 227 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| D | opensslconf-x86.h.in | 124 * - Intel P6 because partial register stalls are very expensive; 257 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| D | opensslconf-powerpc.h.in | 124 * - Intel P6 because partial register stalls are very expensive; 236 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| D | opensslconf-mips.h.in | 122 * - Intel P6 because partial register stalls are very expensive; 239 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
| /freebsd-10-stable/share/syscons/fonts/ |
| D | armscii8-8x14.fnt | 81 M>`````````!XS,S,S,QX````<-#0T'P6%M;6UGP```!PT-#0?!86UM;6?!`0
|
| D | swiss-8x14.fnt | 14 M;&QL_FQL;```$'S6T-!P.!P6%M9\$```QL8,#!@P,&!@QL8````X;&PX<-;<
|
| D | haik8-8x14.fnt | 81 M>`````````!XS,S,S,QX````<-#0T'P6%M;6UGP```!PT-#0?!86UM;6?!`0
|
| /freebsd-10-stable/sys/sys/ |
| D | pmc.h | 127 __PMC_CLASS(P6) /* Intel Pentium Pro counters */ \
|
| /freebsd-10-stable/lib/libpmc/ |
| D | libpmc.c | 154 PMC_CLASSDEP_TABLE(p6, P6); 309 PMC_MDEP_TABLE(p6, P6, PMC_CLASS_SOFT, PMC_CLASS_TSC); 370 PMC_CLASS_TABLE_DESC(p6, P6, p6, p6);
|
| /freebsd-10-stable/contrib/gcc/config/ia64/ |
| D | unwind-ia64.c | 1250 UNW_DEC_GR_MEM(P6, mask, arg); in unw_decode_p6() 1252 UNW_DEC_FR_MEM(P6, mask, arg); in unw_decode_p6()
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | am43x-epos-evm.dts | 308 0x01020206 /* P6 */
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | images | 213 0 string P6 214 >0 regex/4 P6[\040\t\f\r\n]
|
| /freebsd-10-stable/crypto/openssl/crypto/modes/ |
| D | gcm128.c | 1782 # define P6 P5 macro
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | i386-opc.tbl | 756 // P6:free st(i), pop st
|