Home
last modified time | relevance | path

Searched refs:P6 (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-10-stable/sys/dev/hwpmc/
Dpmc_events.h141 __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 …]
Dhwpmc_ppro.c134 #define P6F_P6 _P6F(P6)
/freebsd-10-stable/lib/msun/ld80/
Ds_exp2l.c63 P6 = 1.5413361552277414e-4; /* 0x1433ddacff3441.0p-65 */ variable
278 + z * (P5 + z * P6))))) + t_hi; in exp2l()
Ds_logl.c107 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/
Ds_exp2l.c52 P6 = 0x1.430912f86c7876f4b663b23c5fe5p-13L; variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
Ds_logl.c102 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/
Drefclock_wwv.c407 #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/
Dopensslconf.h.in37 * - 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/
Dppro.md1 ;; 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/
Dopensslconf-arm.h.in124 * - Intel P6 because partial register stalls are very expensive;
227 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
Dopensslconf-ia64.h.in113 * - Intel P6 because partial register stalls are very expensive;
216 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
Dopensslconf-sparc64.h.in124 * - Intel P6 because partial register stalls are very expensive;
227 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
Dopensslconf-x86.h.in124 * - Intel P6 because partial register stalls are very expensive;
257 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
Dopensslconf-powerpc.h.in124 * - Intel P6 because partial register stalls are very expensive;
236 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
Dopensslconf-mips.h.in122 * - 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/
Darmscii8-8x14.fnt81 M>`````````!XS,S,S,QX````<-#0T'P6%M;6UGP```!PT-#0?!86UM;6?!`0
Dswiss-8x14.fnt14 M;&QL_FQL;```$'S6T-!P.!P6%M9\$```QL8,#!@P,&!@QL8````X;&PX<-;<
Dhaik8-8x14.fnt81 M>`````````!XS,S,S,QX````<-#0T'P6%M;6UGP```!PT-#0?!86UM;6?!`0
/freebsd-10-stable/sys/sys/
Dpmc.h127 __PMC_CLASS(P6) /* Intel Pentium Pro counters */ \
/freebsd-10-stable/lib/libpmc/
Dlibpmc.c154 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/
Dunwind-ia64.c1250 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/
Dam43x-epos-evm.dts308 0x01020206 /* P6 */
/freebsd-10-stable/contrib/file/magic/Magdir/
Dimages213 0 string P6
214 >0 regex/4 P6[\040\t\f\r\n]
/freebsd-10-stable/crypto/openssl/crypto/modes/
Dgcm128.c1782 # define P6 P5 macro
/freebsd-10-stable/contrib/binutils/opcodes/
Di386-opc.tbl756 // P6:free st(i), pop st

12