Home
last modified time | relevance | path

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

12345678910>>...53

/netbsd-src/sys/arch/aarch64/aarch64/
H A Dlocore_el2.S65 mrs x2, hcr_el2
66 tbz x2, #34, no_el2_host_mode /* HCR_E2H not set? */
73 mov x2, #(HCR_RW)
74 msr hcr_el2, x2
77 mrs x2, midr_el1
78 msr vpidr_el2, x2
81 mrs x2, mpidr_el1
82 msr vmpidr_el2, x2
85 ldr x2, .Lsctlr_res1
88 orr x2, x2, x1
[all …]
H A Dbus_space_asm_generic.S39 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
49 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
59 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
69 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
79 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
90 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
101 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
115 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
137 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
159 lsl x8, x2, x8 /* offset <<= tag->bs_stride */
[all …]
/netbsd-src/lib/libm/src/
H A Ds_tanhl.c121 long double hi,lo,s,x2,z; in tanhl() local
145 x2 = x*x; in tanhl()
147 long double x4 = x2*x2; in tanhl()
148 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl()
149 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl()
150 T3*(x2*x) + x); in tanhl()
152 dx2 = x2; in tanhl()
155 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 + in tanhl()
156 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)* in tanhl()
157 (x2*x*x2) + in tanhl()
[all …]
H A De_sinhl.c93 long double hi,lo,x2; in sinhl() local
116 x2 = x*x; in sinhl()
118 long double x4 = x2*x2; in sinhl()
119 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
120 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl()
122 dx2 = x2; in sinhl()
124 S21)*x2 + S19)*x2 + in sinhl()
125 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
126 S5)* (x2*x*x2) + in sinhl()
127 S3*(x2*x) + x); in sinhl()
H A De_coshl.c94 long double hi,lo,x2; in coshl() local
112 x2 = x*x; in coshl()
114 long double x4 = x2*x2; in coshl()
115 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl()
116 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
118 dx2 = x2; in coshl()
120 C20)*x2 + C18)*x2 + in coshl()
121 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
122 C4)*(x2*x2) + C2*x2 + 1); in coshl()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dsoftfloat.h61 #define FLOAT_PLUS(x1,x2) soft_plus(x1, x2) argument
62 #define FLOAT_MINUS(x1,x2) soft_minus(x1, x2) argument
63 #define FLOAT_MUL(x1,x2) soft_mul(x1, x2) argument
64 #define FLOAT_DIV(x1,x2) soft_div(x1, x2) argument
67 #define FLOAT_EQ(x1,x2) soft_cmp_eq(x1, x2) argument
68 #define FLOAT_NE(x1,x2) soft_cmp_ne(x1, x2) argument
69 #define FLOAT_GE(x1,x2) soft_cmp_ge(x1, x2) argument
70 #define FLOAT_GT(x1,x2) soft_cmp_gt(x1, x2) argument
71 #define FLOAT_LE(x1,x2) soft_cmp_le(x1, x2) argument
72 #define FLOAT_LT(x1,x2) soft_cmp_lt(x1, x2) argument
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed.c449 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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/seed/
H A 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 …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dstn_multiple.s29 mov x2, x0
30 ldr q0, [x2], 16
31 ldr q1, [x2]
32 mov x2, x0
33 ldr q2, [x2], 16
34 ldr q3, [x2]
36 mov x2, x1
38 st1 {v0.16b}, [x2], 16
39 st1 {v1.8h}, [x2], x3
40 mov x2, x1
[all …]
H A Dstn_single.s30 mov x2, x0
31 ldr q0, [x2], 16
32 ldr q1, [x2]
33 mov x2, x0
34 ldr q2, [x2], 16
35 ldr q3, [x2]
37 mov x2, x1
40 st1 {v0.b}[0], [x2], 1
41 st1 {v0.b}[1], [x2], x3
42 st1 {v0.h}[1], [x2], 2
[all …]
H A Dldn_single.s26 mov x2, x0
29 ld1 {v0.b}[0], [x2], 1
30 ld1 {v0.b}[1], [x2], x3
31 ld1 {v0.h}[1], [x2], 2
32 ld1 {v0.s}[1], [x2], x4
33 ld1 {v0.d}[1], [x2]
39 mov x2, x0
42 ld2 {v0.d, v1.d}[0], [x2], x3
43 ld2 {v0.s, v1.s}[2], [x2], 8
44 ld2 {v0.h, v1.h}[6], [x2], x4
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_aarch64.S83 adrp x2, __tsan_pointer_chk_guard
84 str x0, [x2, #:lo12:__tsan_pointer_chk_guard]
118 adrp x2, __tsan_pointer_chk_guard
119 ldr x2, [x2, #:lo12:__tsan_pointer_chk_guard]
121 eor x1, x2, x0
123 adrp x2, ___tsan_darwin_setjmp_xor_key@page
124 ldr x2, [x2, ___tsan_darwin_setjmp_xor_key@pageoff]
126 eor x1, x2, x0
178 adrp x2, __tsan_pointer_chk_guard
179 ldr x2, [x2, #:lo12:__tsan_pointer_chk_guard]
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S83 adrp x2, __tsan_pointer_chk_guard
84 str x0, [x2, #:lo12:__tsan_pointer_chk_guard]
118 adrp x2, __tsan_pointer_chk_guard
119 ldr x2, [x2, #:lo12:__tsan_pointer_chk_guard]
121 eor x1, x2, x0
123 adrp x2, ___tsan_darwin_setjmp_xor_key@page
124 ldr x2, [x2, ___tsan_darwin_setjmp_xor_key@pageoff]
126 eor x1, x2, x0
178 adrp x2, __tsan_pointer_chk_guard
179 ldr x2, [x2, #:lo12:__tsan_pointer_chk_guard]
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-root.c30 check_one (mpz_t root1, mpz_t x2, unsigned long nth, int res, int i) in check_one() argument
42 mpz_rootrem (root2, rem2, x2, nth); in check_one()
52 …if (mpz_cmp (root1, root2) != 0 || mpz_cmp (x2, temp2) != 0 || mpz_cmpabs (temp, x2) > 0 || res ==… in check_one()
55 debug_mp (x2, 10); in check_one()
71 if (nth <= 10000 && mpz_sgn(x2) > 0) /* skip too expensive test */ in check_one()
78 if (mpz_cmp (temp2, x2) <= 0) in check_one()
81 debug_mp (x2, 10); in check_one()
97 mpz_t x2; in main() local
114 mpz_init (x2); in main()
118 …mpz_set_str (x2, "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8000000000000000… in main()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A 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 …]
/netbsd-src/external/bsd/tcpdump/dist/tests/
H A Dforces2vvv.out1 05:12:46.942414 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:12:46.943161 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:12:46.943242 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:12:46.943643 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:12:47.944776 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:12:47.946163 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:12:47.946319 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:12:47.947214 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:12:48.948471 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:12:48.949179 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]
H A Dforces2vv.out1 05:05:09.298782 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:05:09.303686 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:05:09.304939 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:05:09.306408 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:05:10.309380 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:05:10.309715 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:05:10.309749 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:05:10.309952 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:05:11.310417 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:05:11.310768 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dmilli64.S1264 RDEFINE(x2,arg0) /* r26 */
1328 comb,<,N x2,0,LREF(neg3)
1330 addi 1,x2,x2 /* this cannot overflow */
1331 extru x2,1,2,x1 /* multiply by 5 to get started */
1332 sh2add x2,x2,x2
1337 subi 1,x2,x2 /* this cannot overflow */
1338 extru x2,1,2,x1 /* multiply by 5 to get started */
1339 sh2add x2,x2,x2
1345 addi 1,x2,x2 /* this CAN overflow */
1347 shd x1,x2,30,t1 /* multiply by 5 to get started */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dmilli64.S1264 RDEFINE(x2,arg0) /* r26 */
1328 comb,<,N x2,0,LREF(neg3)
1330 addi 1,x2,x2 /* this cannot overflow */
1331 extru x2,1,2,x1 /* multiply by 5 to get started */
1332 sh2add x2,x2,x2
1337 subi 1,x2,x2 /* this cannot overflow */
1338 extru x2,1,2,x1 /* multiply by 5 to get started */
1339 sh2add x2,x2,x2
1345 addi 1,x2,x2 /* this CAN overflow */
1347 shd x1,x2,30,t1 /* multiply by 5 to get started */
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; in __popcountdi2() local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL); in __popcountdi2()
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL); in __popcountdi2()
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL; in __popcountdi2()
29 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountdi2()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A 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 (uint32_t)(x2 & 0xffff) | ((uint32_t)(x3 & 0xffff) << 16L); in RC2_encrypt()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_cbc.c98 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 (uint32_t)(x2 & 0xffff) | ((uint32_t)(x3 & 0xffff) << 16L); in RC2_encrypt()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtsub1sp.c451 printf ("Expected: "); mpfr_dump (x2); \
464 printf ("Expected: "); mpfr_dump (x2); \
475 mpfr_t x,y,z,x2; in check_random() local
479 mpfr_inits2 (p, x, y, z, x2, (mpfr_ptr) 0); in check_random()
491 inexact1 = mpfr_sub1(x2, y, z, (mpfr_rnd_t) r); in check_random()
493 if (mpfr_cmp(x, x2)) in check_random()
500 mpfr_clears (x, y, z, x2, (mpfr_ptr) 0); in check_random()
506 mpfr_t x,y,z,x2; in check_special() local
512 mpfr_inits (x, y, z, x2, (mpfr_ptr) 0); in check_special()
521 mpfr_set_prec(x2, 53); in check_special()
[all …]
H A Dtgeneric.c124 #define TGENERIC_CHECK(S,EXPR) TGENERIC_CHECK_AUX (S, EXPR, x2, u)
126 #define TGENERIC_CHECK(S,EXPR) TGENERIC_CHECK_AUX (S, EXPR, x2, -1)
145 #define TGENERIC_INFO(P) TGENERIC_IAUX (P, x, x2, u)
147 #define TGENERIC_INFO(P) TGENERIC_IAUX (P, x, x2, -1)
173 mpfr_t x2; in test_generic() local
192 mpfr_init2 (x2, MPFR_PREC_MIN); in test_generic()
233 mpfr_set_prec (x2, xprec); in test_generic()
235 mpfr_set_prec (x2, IEEE_DBL_MANT_DIG); in test_generic()
254 RAND_FUNCTION (x2); in test_generic()
261 tests_default_random (x2, TEST_RANDOM_POS2, in test_generic()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_rect.c54 r1->x2 = min(r1->x2, r2->x2); in drm_rect_intersect()
108 src->x1 = src->x2 - new_src_w; in drm_rect_clip_scaled()
119 diff = dst->x2 - clip->x2; in drm_rect_clip_scaled()
124 src->x2 = src->x1 + new_src_w; in drm_rect_clip_scaled()
125 dst->x2 -= diff; in drm_rect_clip_scaled()
269 r->x1 = width - tmp.x2; in drm_rect_rotate()
270 r->x2 = width - tmp.x1; in drm_rect_rotate()
285 r->x2 = tmp.y2; in drm_rect_rotate()
286 r->y1 = width - tmp.x2; in drm_rect_rotate()
291 r->x1 = width - tmp.x2; in drm_rect_rotate()
[all …]

12345678910>>...53