/freebsd/lib/msun/src/ |
H A D | s_tanhl.c | 111 long double hi,lo,s,x2,x4,z; in tanhl() local 135 x2 = x*x; in tanhl() 137 x4 = x2*x2; in tanhl() 138 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl() 139 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl() 140 T3*(x2*x) + x); in tanhl() 142 dx2 = x2; in tanhl() 145 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl() 146 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl() 147 (x2*x*x2) + in tanhl() [all …]
|
H A D | e_sinhl.c | 84 long double hi,lo,x2,x4; in sinhl() local 107 x2 = x*x; in sinhl() 109 x4 = x2*x2; in sinhl() 110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl() 111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl() 113 dx2 = x2; in sinhl() 115 S21)*x2 + S19)*x2 + in sinhl() 116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl() 117 S5)* (x2*x*x2) + in sinhl() 118 S3*(x2*x) + x); in sinhl()
|
H A D | e_coshl.c | 85 long double hi,lo,x2,x4; in coshl() local 103 x2 = x*x; in coshl() 105 x4 = x2*x2; in coshl() 106 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl() 107 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl() 109 dx2 = x2; in coshl() 111 C20)*x2 + C18)*x2 + in coshl() 112 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl() 113 C4)*(x2*x2) + C2*x2 + 1); in coshl()
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | poly_generic.h | 18 static inline VTYPE VWRAP (pairwise_poly_3) (VTYPE x, VTYPE x2, in VWRAP() 24 return FMA (p23, x2, p01); in VWRAP() 27 static inline VTYPE VWRAP (estrin_4) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 30 VTYPE p03 = VWRAP (pairwise_poly_3) (x, x2, poly); in VWRAP() 33 static inline VTYPE VWRAP (estrin_5) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 36 VTYPE p03 = VWRAP (pairwise_poly_3) (x, x2, poly); in VWRAP() 40 static inline VTYPE VWRAP (estrin_6) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 43 VTYPE p03 = VWRAP (pairwise_poly_3) (x, x2, poly); in VWRAP() 45 VTYPE p46 = FMA (poly[6], x2, p45); in VWRAP() 48 static inline VTYPE VWRAP (estrin_7) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() [all …]
|
H A D | poly_sve_generic.h | 22 static inline VTYPE VWRAP (pairwise_poly_3) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() 28 return svmla_x (pg, p01, p23, x2); in VWRAP() 31 static inline VTYPE VWRAP (estrin_4) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 34 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() 37 static inline VTYPE VWRAP (estrin_5) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 40 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() 44 static inline VTYPE VWRAP (estrin_6) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 47 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() 52 static inline VTYPE VWRAP (estrin_7) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() 55 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | mpc8568mds.dts | 29 0x2 0x0 0xf0000000 0x04000000 97 reg = <0x2>; 128 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */ 129 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */ 130 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */ 131 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 132 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */ 133 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */ 134 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */ 135 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */ [all …]
|
H A D | mpc8569mds.dts | 34 0x2 0x0 0x0 0xf0000000 0x04000000 143 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */ 144 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */ 145 0x2 0x0b 0x2 0x0 0x1 0x0 /* CLK12*/ 148 0x0 0x2 0x1 0x0 0x1 0x0 /* ENET1_TXD2_SER1_TXD2 */ 149 0x0 0x3 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */ 150 0x0 0x6 0x2 0x0 0x3 0x0 /* ENET1_RXD0_SER1_RXD0 */ 151 0x0 0x7 0x2 0x0 0x1 0x0 /* ENET1_RXD1_SER1_RXD1 */ 152 0x0 0x8 0x2 0x0 0x2 0x0 /* ENET1_RXD2_SER1_RXD2 */ 153 0x0 0x9 0x2 0x0 0x2 0x0 /* ENET1_RXD3_SER1_RXD3 */ [all …]
|
H A D | p1025twr.dtsi | 98 reg = <0x2 0x0000 0x0004>; 112 reg = <0x2>; 180 0x0 0x17 0x2 0x0 0x2 0x0 /* CLK12 */ 181 0x0 0x18 0x2 0x0 0x1 0x0 /* CLK9 */ 182 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 183 0x0 0x9 0x1 0x0 0x2 0x0 /* ENET1_TXD1_SER1_TXD1 */ 184 0x0 0xb 0x1 0x0 0x2 0x0 /* ENET1_TXD2_SER1_TXD2 */ 185 0x0 0xc 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */ 186 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */ 187 0x0 0xa 0x2 0x0 0x2 0x0 /* ENET1_RXD1_SER1_RXD1 */ [all …]
|
H A D | p1025rdb.dtsi | 253 0x0 0x17 0x2 0x0 0x2 0x0 /* CLK12 */ 254 0x0 0x18 0x2 0x0 0x1 0x0 /* CLK9 */ 255 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 256 0x0 0x9 0x1 0x0 0x2 0x0 /* ENET1_TXD1_SER1_TXD1 */ 257 0x0 0xb 0x1 0x0 0x2 0x0 /* ENET1_TXD2_SER1_TXD2 */ 258 0x0 0xc 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */ 259 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */ 260 0x0 0xa 0x2 0x0 0x2 0x0 /* ENET1_RXD1_SER1_RXD1 */ 261 0x0 0xe 0x2 0x0 0x2 0x0 /* ENET1_RXD2_SER1_RXD2 */ 262 0x0 0xf 0x2 0x0 0x2 0x0 /* ENET1_RXD3_SER1_RXD3 */ [all …]
|
H A D | p1021mds.dts | 28 0x2 0x0 0x0 0xf8010000 0x00020000 206 0x0 0x17 0x2 0x0 0x2 0x0 /* CLK12 */ 207 0x0 0x18 0x2 0x0 0x1 0x0 /* CLK9 */ 208 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 209 0x0 0x9 0x1 0x0 0x2 0x0 /* ENET1_TXD1_SER1_TXD1 */ 210 0x0 0xb 0x1 0x0 0x2 0x0 /* ENET1_TXD2_SER1_TXD2 */ 211 0x0 0xc 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */ 212 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */ 213 0x0 0xa 0x2 0x0 0x2 0x0 /* ENET1_RXD1_SER1_RXD1 */ 214 0x0 0xe 0x2 0x0 0x2 0x0 /* ENET1_RXD2_SER1_RXD2 */ [all …]
|
H A D | p2020ds.dtsi | 83 reg = <0x2 0x0 0x40000>; 151 reg = <0x2>; 220 0x8800 0x0 0x0 0x1 &i8259 0x9 0x2 221 0x8800 0x0 0x0 0x2 &i8259 0xa 0x2 224 0x8900 0x0 0x0 0x1 &i8259 0x9 0x2 225 0x8900 0x0 0x0 0x2 &i8259 0xa 0x2 228 0x8a00 0x0 0x0 0x1 &i8259 0x9 0x2 229 0x8a00 0x0 0x0 0x2 &i8259 0xa 0x2 232 0x8b00 0x0 0x0 0x1 &i8259 0x9 0x2 233 0x8b00 0x0 0x0 0x2 &i8259 0xa 0x2 [all …]
|
H A D | mpc8572ds.dtsi | 94 reg = <0x2 0x0 0x40000>; 165 reg = <0x2>; 250 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1 0 0 251 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 256 0x8900 0x0 0x0 0x1 &mpic 0x2 0x1 0 0 257 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 262 0x8a00 0x0 0x0 0x1 &mpic 0x2 0x1 0 0 263 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 268 0x8b00 0x0 0x0 0x1 &mpic 0x2 0x1 0 0 269 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1 0 0 [all …]
|
/freebsd/crypto/openssl/crypto/seed/ |
H A D | seed.c | 449 seed_word x1, x2, x3, x4; in SEED_set_key() local 453 char2word(rawkey + 4, x2); in SEED_set_key() 458 t1 = (x2 - x4 + KC0) & 0xffffffff; in SEED_set_key() 460 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); in SEED_set_key() 464 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); in SEED_set_key() 466 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); in SEED_set_key() 468 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4); in SEED_set_key() 470 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5); in SEED_set_key() 472 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6); in SEED_set_key() 474 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7); in SEED_set_key() [all …]
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_x86ni_cbcdec.c | 66 __m128i x0, x1, x2, x3, e0, e1, e2, e3; in br_aes_x86ni_cbcdec_run() local 71 x2 = _mm_loadu_si128((void *)(buf + 32)); in br_aes_x86ni_cbcdec_run() 78 x2 = _mm_loadu_si128( in br_aes_x86ni_cbcdec_run() 80 x3 = x2; in br_aes_x86ni_cbcdec_run() 82 x2 = x0; in br_aes_x86ni_cbcdec_run() 87 x2 = x0; in br_aes_x86ni_cbcdec_run() 93 e2 = x2; in br_aes_x86ni_cbcdec_run() 97 x2 = _mm_xor_si128(x2, sk[0]); in br_aes_x86ni_cbcdec_run() 101 x2 = _mm_aesdec_si128(x2, sk[1]); in br_aes_x86ni_cbcdec_run() 105 x2 = _mm_aesdec_si128(x2, sk[2]); in br_aes_x86ni_cbcdec_run() [all …]
|
H A D | aes_x86ni_ctr.c | 69 __m128i x0, x1, x2, x3; in br_aes_x86ni_ctr_run() local 73 x2 = _mm_insert_epi32(ivx, br_bswap32(cc + 2), 3); in br_aes_x86ni_ctr_run() 77 x2 = _mm_xor_si128(x2, sk[0]); in br_aes_x86ni_ctr_run() 81 x2 = _mm_aesenc_si128(x2, sk[1]); in br_aes_x86ni_ctr_run() 85 x2 = _mm_aesenc_si128(x2, sk[2]); in br_aes_x86ni_ctr_run() 89 x2 = _mm_aesenc_si128(x2, sk[3]); in br_aes_x86ni_ctr_run() 93 x2 = _mm_aesenc_si128(x2, sk[4]); in br_aes_x86ni_ctr_run() 97 x2 = _mm_aesenc_si128(x2, sk[5]); in br_aes_x86ni_ctr_run() 101 x2 = _mm_aesenc_si128(x2, sk[6]); in br_aes_x86ni_ctr_run() 105 x2 = _mm_aesenc_si128(x2, sk[7]); in br_aes_x86ni_ctr_run() [all …]
|
H A D | aes_pwr8_ctrcbc.c | 231 #define BLOCK_ENCRYPT_X4_128(x0, x1, x2, x3) \ argument 234 vxor(x2, x2, 0) \ 238 vcipher(x2, x2, 1) \ 242 vcipher(x2, x2, 2) \ 246 vcipher(x2, x2, 3) \ 250 vcipher(x2, x2, 4) \ 254 vcipher(x2, x2, 5) \ 258 vcipher(x2, x2, 6) \ 262 vcipher(x2, x2, 7) \ 266 vcipher(x2, x2, 8) \ [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | curve25519_sandy2x.c | 21 #define x2 var[1] macro 51 x_51.v[0] = (x2[1] << 26) + x2[0]; in crypto_scalarmult_curve25519_sandy2x() 52 x_51.v[1] = (x2[3] << 26) + x2[2]; in crypto_scalarmult_curve25519_sandy2x() 53 x_51.v[2] = (x2[5] << 26) + x2[4]; in crypto_scalarmult_curve25519_sandy2x() 54 x_51.v[3] = (x2[7] << 26) + x2[6]; in crypto_scalarmult_curve25519_sandy2x() 55 x_51.v[4] = (x2[9] << 26) + x2[8]; in crypto_scalarmult_curve25519_sandy2x() 64 #undef x2 67 #define x2 var[0] macro 95 x_51.v[0] = (x2[1] << 26) + x2[0]; in crypto_scalarmult_curve25519_sandy2x_base() 96 x_51.v[1] = (x2[3] << 26) + x2[2]; in crypto_scalarmult_curve25519_sandy2x_base() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | popcountdi2.c | 18 du_int x2 = (du_int)a; in __popcountdi2() local 19 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL); in __popcountdi2() 21 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL); in __popcountdi2() 23 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL; in __popcountdi2() 25 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountdi2()
|
/freebsd/crypto/openssl/crypto/rc2/ |
H A D | rc2_cbc.c | 98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local 105 x2 = (RC2_INT) l & 0xffff; in RC2_encrypt() 113 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; in RC2_encrypt() 115 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; in RC2_encrypt() 117 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff; in RC2_encrypt() 118 x2 = (t << 3) | (t >> 13); in RC2_encrypt() 119 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; in RC2_encrypt() 129 x2 += p1[x1 & 0x3f]; in RC2_encrypt() 130 x3 += p1[x2 & 0x3f]; in RC2_encrypt() 137 (unsigned long)(x2 & 0xffff) | ((unsigned long)(x3 & 0xffff) << 16L); in RC2_encrypt() [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | bus_space_asm.S | 32 ldrb w0, [x1, x2] 37 ldrh w0, [x1, x2] 42 ldr w0, [x1, x2] 47 ldr x0, [x1, x2] 56 add x0, x1, x2 77 add x0, x1, x2 98 add x0, x1, x2 119 add x0, x1, x2 140 add x0, x1, x2 161 add x0, x1, x2 [all …]
|
H A D | locore.S | 215 ldr x2, =CPU_AFF_MASK 216 and x1, x1, x2 218 adrp x2, ap_cpuid 220 ldr x0, [x2, :lo12:ap_cpuid] 224 str xzr, [x2, :lo12:ap_cpuid] 319 ldr x2, =INIT_SCTLR_EL1 320 msr sctlr_el1, x2 330 mov x2, #(PSR_DAIF | PSR_M_EL1h) 331 msr spsr_el1, x2 342 ldr x2, =(SCTLR_EL2_RES1 | SCTLR_EL2_EIS | SCTLR_EL2_EOS) [all …]
|
H A D | copyinout.S | 64 cbz x2, 1f 80 cbz x2, 1f 98 cbz x2, 3f /* If len == 0 then skip loop */ 111 sub x2, x2, #1 /* len-- */ 112 cbnz x2, 1b 160 subs x2, x2, #0x01 165 cmp x2, #0x10 167 cmp x2, #0x40 171 lsr x15, x2, #0x06 185 and x2, x2, #0x3f [all …]
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | sincosf.h | 44 sincosf_poly (double x, double x2, const sincos_t *p, int n, float *sinp, in sincosf_poly() argument 49 x4 = x2 * x2; in sincosf_poly() 50 x3 = x2 * x; in sincosf_poly() 51 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 52 s1 = p->s2 + x2 * p->s3; in sincosf_poly() 59 c1 = p->c0 + x2 * p->c1; in sincosf_poly() 60 x5 = x3 * x2; in sincosf_poly() 61 x6 = x4 * x2; in sincosf_poly() 73 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly() argument 79 x3 = x * x2; in sinf_poly() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_aarch64.S | 158 adrp x2, :got:_ZN14__interception14real_sigsetjmpE 159 ldr x2, [x2, #:got_lo12:_ZN14__interception14real_sigsetjmpE] 160 ldr x2, [x2] 162 adrp x2, _sigsetjmp@GOTPAGE 163 ldr x2, [x2, _sigsetjmp@GOTPAGEOFF] 165 br x2 211 adrp x2, :got:_ZN14__interception16real___sigsetjmpE 212 ldr x2, [x2, #:got_lo12:_ZN14__interception16real___sigsetjmpE] 213 ldr x2, [x2] 215 adrp x2, ASM_SYMBOL(__sigsetjmp)@page [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_AArch64.S | 5 stp x1, x2, [sp, #-16]! 26 ldp x1, x2, [sp], #16 45 adrp x2, ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE) 46 ldr x2, [x2, #:lo12:ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)] 47 cbz x2, 1f 52 blr x2 72 adrp x2, ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE) 73 ldr x2, [x2, #:lo12:ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)] 74 cbz x2, 1f 79 blr x2 [all …]
|