Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/freebsd-12-stable/lib/msun/src/
Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; in tanhl() local
139 x2 = x*x; in tanhl()
141 x4 = x2*x2; in tanhl()
142 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl()
143 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl()
144 T3*(x2*x) + x); in tanhl()
146 dx2 = x2; in tanhl()
149 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl()
150 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl()
151 (x2*x*x2) + in tanhl()
[all …]
De_sinhl.c87 long double hi,lo,x2,x4; in sinhl() local
110 x2 = x*x; in sinhl()
112 x4 = x2*x2; in sinhl()
113 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
114 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl()
116 dx2 = x2; in sinhl()
118 S21)*x2 + S19)*x2 + in sinhl()
119 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
120 S5)* (x2*x*x2) + in sinhl()
121 S3*(x2*x) + x); in sinhl()
De_coshl.c88 long double hi,lo,x2,x4; in coshl() local
106 x2 = x*x; in coshl()
108 x4 = x2*x2; in coshl()
109 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl()
110 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
112 dx2 = x2; in coshl()
114 C20)*x2 + C18)*x2 + in coshl()
115 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
116 C4)*(x2*x2) + C2*x2 + 1); in coshl()
/freebsd-12-stable/crypto/openssl/crypto/seed/
Dseed.c443 seed_word x1, x2, x3, x4; in SEED_set_key() local
447 char2word(rawkey + 4, x2); in SEED_set_key()
452 t1 = (x2 - x4 + KC0) & 0xffffffff; in SEED_set_key()
454 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); in SEED_set_key()
458 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); in SEED_set_key()
460 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); in SEED_set_key()
462 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4); in SEED_set_key()
464 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5); in SEED_set_key()
466 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6); in SEED_set_key()
468 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7); in SEED_set_key()
[all …]
/freebsd-12-stable/contrib/bearssl/src/symcipher/
Daes_x86ni_cbcdec.c66 __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 …]
Daes_x86ni_ctr.c69 __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 …]
Daes_pwr8_ctrcbc.c231 #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 …]
Daes_x86ni_ctrcbc.c92 __m128i x0, x1, x2, x3; in br_aes_x86ni_ctrcbc_ctr() local
100 x2 = _mm_shuffle_epi8(ivx2, erev); in br_aes_x86ni_ctrcbc_ctr()
105 x2 = _mm_xor_si128(x2, sk[0]); in br_aes_x86ni_ctrcbc_ctr()
109 x2 = _mm_aesenc_si128(x2, sk[1]); in br_aes_x86ni_ctrcbc_ctr()
113 x2 = _mm_aesenc_si128(x2, sk[2]); in br_aes_x86ni_ctrcbc_ctr()
117 x2 = _mm_aesenc_si128(x2, sk[3]); in br_aes_x86ni_ctrcbc_ctr()
121 x2 = _mm_aesenc_si128(x2, sk[4]); in br_aes_x86ni_ctrcbc_ctr()
125 x2 = _mm_aesenc_si128(x2, sk[5]); in br_aes_x86ni_ctrcbc_ctr()
129 x2 = _mm_aesenc_si128(x2, sk[6]); in br_aes_x86ni_ctrcbc_ctr()
133 x2 = _mm_aesenc_si128(x2, sk[7]); in br_aes_x86ni_ctrcbc_ctr()
[all …]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
Dcurve25519_sandy2x.c21 #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-12-stable/sys/arm64/arm64/
Dbzero.S82 sub x2, x7, #0x01
84 eor x3, x3, x2
85 add x4, x0, x2
92 rbit x2, x7
93 clz x2, x2
94 lsr x5, x5, x2
117 ands x2, x0, #0x0f
120 ands x2, x2, #0x07
122 sub x2, x3, x2
124 cmp x1, x2
[all …]
Dlocore.S71 mrs x2, sctlr_el1
72 bic x2, x2, SCTLR_M
73 msr sctlr_el1, x2
210 mrs x2, sctlr_el2
211 bic x2, x2, SCTLR_M
212 msr sctlr_el2, x2
216 mov x2, #(HCR_RW)
217 msr hcr_el2, x2
220 mrs x2, midr_el1
221 msr vpidr_el2, x2
[all …]
Dsupport.S69 str w4, [x2] /* Store the read data */
91 str x4, [x2] /* Store the read data */
128 ldr x2, =(VM_MAXUSER_ADDRESS-3)
129 cmp x0, x2
132 SET_FAULT_HANDLER(x6, x2) /* And set it */
134 SET_FAULT_HANDLER(xzr, x2) /* Reset the fault handler */
146 ldr x2, =(VM_MAXUSER_ADDRESS-7)
147 cmp x0, x2
150 SET_FAULT_HANDLER(x6, x2) /* And set it */
152 SET_FAULT_HANDLER(xzr, x2) /* Reset the fault handler */
[all …]
Dcopyinout.S57 cbz x2, 1f
58 adds x3, x1, x2
77 cbz x2, 1f
78 adds x3, x0, x2
99 cbz x2, 3f /* If len == 0 then skip loop */
113 sub x2, x2, #1 /* len-- */
114 cbnz x2, 1b
163 subs x2, x2, #0x01
168 cmp x2, #0x10
170 cmp x2, #0x40
[all …]
Dbus_space_asm.S33 ldrb w0, [x1, x2]
38 ldrh w0, [x1, x2]
43 ldr w0, [x1, x2]
48 ldr x0, [x1, x2]
57 add x0, x1, x2
78 add x0, x1, x2
99 add x0, x1, x2
120 add x0, x1, x2
141 add x0, x1, x2
162 add x0, x1, x2
[all …]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dpopcountdi2.c18 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()
Dparitydi2.c20 su_int x2 = x.s.high ^ x.s.low; in __paritydi2() local
21 x2 ^= x2 >> 16; in __paritydi2()
22 x2 ^= x2 >> 8; in __paritydi2()
23 x2 ^= x2 >> 4; in __paritydi2()
24 return (0x6996 >> (x2 & 0xF)) & 1; in __paritydi2()
/freebsd-12-stable/sys/contrib/cloudabi/
Dcloudabi_vdso_aarch64.S41 ldr x2, [sp, #-8]
43 str x0, [x2]
50 str x2, [sp, #-8]
53 ldr x2, [sp, #-8]
55 str x0, [x2]
77 ldr x2, [sp, #-8]
79 str w0, [x2]
86 stp x1, x2, [sp, #-16]
89 ldp x2, x3, [sp, #-16]
91 str w0, [x2]
[all …]
/freebsd-12-stable/crypto/openssl/crypto/rc2/
Drc2_cbc.c92 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
99 x2 = (RC2_INT) l & 0xffff; in RC2_encrypt()
107 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; in RC2_encrypt()
109 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; in RC2_encrypt()
111 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff; in RC2_encrypt()
112 x2 = (t << 3) | (t >> 13); in RC2_encrypt()
113 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; in RC2_encrypt()
123 x2 += p1[x1 & 0x3f]; in RC2_encrypt()
124 x3 += p1[x2 & 0x3f]; in RC2_encrypt()
131 (unsigned long)(x2 & 0xffff) | ((unsigned long)(x3 & 0xffff) << 16L); in RC2_encrypt()
[all …]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_aarch64.S178 adrp x2, :got:_ZN14__interception14real_sigsetjmpE
179 ldr x2, [x2, #:got_lo12:_ZN14__interception14real_sigsetjmpE]
180 ldr x2, [x2]
182 adrp x2, _sigsetjmp$non_lazy_ptr@page
183 add x2, x2, _sigsetjmp$non_lazy_ptr@pageoff
184 ldr x2, [x2]
186 br x2
231 adrp x2, :got:_ZN14__interception16real___sigsetjmpE
232 ldr x2, [x2, #:got_lo12:_ZN14__interception16real___sigsetjmpE]
233 ldr x2, [x2]
[all …]
/freebsd-12-stable/sys/gnu/dts/arm64/qcom/
Dpm8150b.dtsi14 reg = <0x2 SPMI_USID>;
31 interrupts = <0x2 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
65 interrupts = <0x2 0xc0 0x0 IRQ_TYPE_NONE>,
66 <0x2 0xc1 0x0 IRQ_TYPE_NONE>,
67 <0x2 0xc2 0x0 IRQ_TYPE_NONE>,
68 <0x2 0xc3 0x0 IRQ_TYPE_NONE>,
69 <0x2 0xc4 0x0 IRQ_TYPE_NONE>,
70 <0x2 0xc5 0x0 IRQ_TYPE_NONE>,
71 <0x2 0xc6 0x0 IRQ_TYPE_NONE>,
72 <0x2 0xc7 0x0 IRQ_TYPE_NONE>,
[all …]
/freebsd-12-stable/lib/libc/sparc64/fpu/
Dfpu_sqrt.c195 u_int x0, x1, x2, x3; local
226 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
231 x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \
232 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \
244 x2 = x->fp_mant[2];
332 FPU_SUBS(d2, x2, t2);
336 x0 = d0, x1 = d1, x2 = d2;
344 FPU_SUBS(d2, x2, t2);
348 x0 = d0, x1 = d1, x2 = d2;
366 FPU_SUBCS(d2, x2, t2);
[all …]
/freebsd-12-stable/sys/powerpc/fpu/
Dfpu_sqrt.c197 u_int x0, x1, x2, x3; in fpu_sqrt() local
245 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ in fpu_sqrt()
250 x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \ in fpu_sqrt()
251 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ in fpu_sqrt()
263 x2 = x->fp_mant[2]; in fpu_sqrt()
351 FPU_SUBS(d2, x2, t2); in fpu_sqrt()
355 x0 = d0, x1 = d1, x2 = d2; in fpu_sqrt()
363 FPU_SUBS(d2, x2, t2); in fpu_sqrt()
367 x0 = d0, x1 = d1, x2 = d2; in fpu_sqrt()
385 FPU_SUBCS(d2, x2, t2); in fpu_sqrt()
[all …]
/freebsd-12-stable/libexec/rtld-elf/aarch64/
Drtld_start.S40 add x2, x1, #8 /* obj_main */
44 ldr x2, [sp] /* Load cleanup */
70 stp x2, x3, [sp, #-16]!
82 ldr x2, [x17, #0] /* Get the address of the entry */
83 sub x1, x2, x16 /* Find its offset */
106 ldp x2, x3, [sp], #16
166 stp x1, x2, [sp, #(-2 * 16)]!
170 .cfi_rel_offset x2, 8
178 ldr x2, [x0] /* dtv[0] (generation count) */
180 cmp x2, x3
[all …]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
Dx25519_ref10.c59 fe25519 x2; in crypto_scalarmult_curve25519_ref10() local
79 fe25519_1(x2); in crypto_scalarmult_curve25519_ref10()
89 fe25519_cswap(x2, x3, swap); in crypto_scalarmult_curve25519_ref10()
93 fe25519_sub(tmp1, x2, z2); in crypto_scalarmult_curve25519_ref10()
94 fe25519_add(x2, x2, z2); in crypto_scalarmult_curve25519_ref10()
96 fe25519_mul(z3, tmp0, x2); in crypto_scalarmult_curve25519_ref10()
99 fe25519_sq(tmp1, x2); in crypto_scalarmult_curve25519_ref10()
102 fe25519_mul(x2, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
111 fe25519_cswap(x2, x3, swap); in crypto_scalarmult_curve25519_ref10()
115 fe25519_mul(x2, x2, z2); in crypto_scalarmult_curve25519_ref10()
[all …]
/freebsd-12-stable/contrib/bearssl/src/ec/
Dec_c25519_m62.c380 uint64_t x1[5], x2[5], z2[5], x3[5], z3[5]; in api_mul() local
410 memset(x2, 0, sizeof x2); in api_mul()
411 x2[0] = 1; in api_mul()
414 memcpy(z3, x2, sizeof x2); in api_mul()
435 f255_cswap(x2, x3, swap); in api_mul()
451 f255_add(a, x2, z2); in api_mul()
457 f255_sub(b, x2, z2); in api_mul()
487 f255_mul(x2, aa, bb); in api_mul()
495 f255_cswap(x2, x3, swap); in api_mul()
526 f255_mul(x2, x2, x3); in api_mul()
[all …]

12345678910>>...28