Home
last modified time | relevance | path

Searched refs:x2 (Results 26 – 50 of 1357) sorted by relevance

12345678910>>...55

/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8572ds.dtsi94 reg = <0x2 0x0 0x40000>;
165 reg = <0x2>;
346 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
347 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
348 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
349 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
352 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
386 reg = <0x1 0x20 0x2
387 0x1 0xa0 0x2
388 0x1 0x4d0 0x2>;
[all …]
H A Dmpc8548cds.dtsi119 reg = <0x2>;
173 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
174 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
179 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1 0 0
209 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1 0 0
237 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0 0
238 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0 0
286 reg = <0x1 0x20 0x2
287 0x1 0xa0 0x2
288 0x1 0x4d0 0x2>;
[all …]
H A Dmpc8540ads.dts273 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
279 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
280 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
285 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
287 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
290 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
291 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
297 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
303 0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
304 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
[all …]
H A Dmpc8560ads.dts162 reg = <0x2>;
310 /* IDSEL 0x2 */
312 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
318 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
319 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
324 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
326 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
329 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
330 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
336 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
[all …]
H A Dmpc8544ds.dtsi125 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
126 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
127 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
128 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
131 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
134 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
135 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
165 reg = <0x1 0x20 0x2
166 0x1 0xa0 0x2
167 0x1 0x4d0 0x2>;
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni_ctrcbc.c105 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()
137 x2 = _mm_aesenc_si128(x2, sk[8]); in br_aes_x86ni_ctrcbc_ctr()
141 x2 = _mm_aesenc_si128(x2, sk[9]); in br_aes_x86ni_ctrcbc_ctr()
[all …]
H A Daes_ct64.c58 x2 = q[5]; in br_aes_ct64_bitslice_Sbox()
72 t0 = x1 ^ x2; in br_aes_ct64_bitslice_Sbox()
240 uint64_t x0, x1, x2, x3; in br_aes_ct64_interleave_in() local
244 x2 = w[2]; in br_aes_ct64_interleave_in()
248 x2 |= (x2 << 16); in br_aes_ct64_interleave_in()
256 x2 |= (x2 << 8); in br_aes_ct64_interleave_in()
262 *q0 = x0 | (x2 << 8); in br_aes_ct64_interleave_in()
278 x2 |= (x2 >> 8); in br_aes_ct64_interleave_out()
286 w[2] = (uint32_t)x2 | (uint32_t)(x2 >> 16); in br_aes_ct64_interleave_out()
391 x2 >>= 2; in br_aes_ct64_skey_expand()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A 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/sys/powerpc/fpu/
H A Dfpu_sqrt.c191 u_int x0, x1, x2, x3; in fpu_sqrt() local
239 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ in fpu_sqrt()
245 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ in fpu_sqrt()
257 x2 = x->fp_mant[2]; in fpu_sqrt()
345 FPU_SUBS(d2, x2, t2); in fpu_sqrt()
349 x0 = d0, x1 = d1, x2 = d2; in fpu_sqrt()
357 FPU_SUBS(d2, x2, t2); in fpu_sqrt()
361 x0 = d0, x1 = d1, x2 = d2; in fpu_sqrt()
379 FPU_SUBCS(d2, x2, t2); in fpu_sqrt()
392 FPU_SUBCS(d2, x2, t2); in fpu_sqrt()
[all …]
/freebsd/stand/ficl/
H A Dgfx_loader.c66 uint32_t x1, y1, x2, y2, f; in ficl_term_putimage() local
76 x2 = stackPopINT(pVM->pStack); in ficl_term_putimage()
83 if (x2 != 0) { in ficl_term_putimage()
84 x2 = gfx_state.tg_origin.tp_col + in ficl_term_putimage()
117 uint32_t x1, y1, x2, y2, f; in ficl_fb_putimage() local
192 x2 = stackPopUNS(pVM->pStack); in ficl_fb_bezier()
203 FICL_UNS x1, x2, y1, y2, fill; in ficl_fb_drawrect() local
211 x2 = stackPopUNS(pVM->pStack); in ficl_fb_drawrect()
220 FICL_UNS x1, x2, y1, y2; in ficl_term_drawrect() local
227 x2 = stackPopUNS(pVM->pStack); in ficl_term_drawrect()
[all …]
/freebsd/libexec/rtld-elf/aarch64/
H A Drtld_start.S41 add x2, x1, #8 /* obj_main */
69 stp x2, x3, [sp, #-16]!
82 sub x1, x2, x16 /* Find its offset */
105 ldp x2, x3, [sp], #16
158 stp x1, x2, [sp, #(-2 * 16)]!
162 .cfi_rel_offset x2, 8
172 cmp x2, x3
182 add x2, x2, x3
183 sub x0, x2, x4
186 ldp x1, x2, [sp], #(2 * 16)
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A 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/contrib/bearssl/src/ec/
H A Dec_c25519_m62.c410 memset(x2, 0, sizeof x2); in api_mul()
411 x2[0] = 1; in api_mul()
414 memcpy(z3, x2, sizeof x2); in api_mul()
451 f255_add(a, x2, z2); in api_mul()
457 f255_sub(b, x2, z2); in api_mul()
526 f255_mul(x2, x2, x3); in api_mul()
533 x2[0] |= x2[1] << 51; in api_mul()
534 x2[1] = (x2[1] >> 13) | (x2[2] << 38); in api_mul()
535 x2[2] = (x2[2] >> 26) | (x2[3] << 25); in api_mul()
536 x2[3] = (x2[3] >> 39) | (x2[4] << 12); in api_mul()
[all …]
H A Dec_c25519_i31.c229 memcpy(x2, z2, sizeof z2); in api_mul()
230 x2[1] = 0x13000000; in api_mul()
231 memcpy(z3, x2, sizeof x2); in api_mul()
252 cswap(x2, x3, swap); in api_mul()
263 c255_add(a, x2, z2); in api_mul()
265 c255_sub(b, x2, z2); in api_mul()
290 c255_mul(x2, aa, bb); in api_mul()
302 cswap(x2, x3, swap); in api_mul()
330 c255_mul(b, x2, b); in api_mul()
340 br_i31_montymul(x2, a, b, C255_P, P0I); in api_mul()
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Derff.c30 float r, x2, u; in erff() local
54 x2 = x * x; in erff()
58 r = fmaf (r, x2, A[4]); in erff()
59 r = fmaf (r, x2, A[3]); in erff()
60 r = fmaf (r, x2, A[2]); in erff()
61 r = fmaf (r, x2, A[1]); in erff()
62 r = fmaf (r, x2, A[0]); in erff()
72 x2 = x * x; in erff()
73 r = fmaf (r, x2, u); in erff()
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrcpy-sve.S29 mov x2, 0 /* initialize offset */
33 0: ldff1b z0.b, p2/z, [x1, x2]
43 st1b z0.b, p2, [x0, x2]
44 incb x2, all
54 st1b z0.b, p0, [x0, x2]
55 incp x2, p0.b
60 st1b z0.b, p0, [x0, x2]
62 add x0, x0, x2
H A Dstrnlen-sve.S21 mov x2, 0 /* initialize len */
26 0: ldff1b z0.b, p0/z, [x0, x2]
34 incb x2
36 1: whilelo p0.b, x2, x1
42 ldff1b z0.b, p0/z, [x0, x2]
53 mov x0, x2
64 incp x2, p1.b
/freebsd/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_asm.S110 cbz x2, 2f /* If len == 0 then skip loop */
115 sub x2, x2, #1 /* len-- */
116 cbnz x2, 1b
128 cbz x2, 2f /* If len == 0 then skip loop */
134 sub x2, x2, #1 /* len-- */
135 cbnz x2, 1b
171 stxr w12, x2, [x0] /* Store new to target */
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dqcom,pmic-typec.yaml102 interrupts = <0x2 0x15 0x00 IRQ_TYPE_EDGE_RISING>,
103 <0x2 0x15 0x01 IRQ_TYPE_EDGE_BOTH>,
104 <0x2 0x15 0x02 IRQ_TYPE_EDGE_RISING>,
105 <0x2 0x15 0x03 IRQ_TYPE_EDGE_BOTH>,
106 <0x2 0x15 0x04 IRQ_TYPE_EDGE_RISING>,
107 <0x2 0x15 0x05 IRQ_TYPE_EDGE_RISING>,
108 <0x2 0x15 0x06 IRQ_TYPE_EDGE_BOTH>,
109 <0x2 0x15 0x07 IRQ_TYPE_EDGE_RISING>,
110 <0x2 0x17 0x00 IRQ_TYPE_EDGE_RISING>,
111 <0x2 0x17 0x01 IRQ_TYPE_EDGE_RISING>,
[all …]
H A Dux500-usb.txt25 dmas = <&dma 38 0 0x2>, /* Logical - DevToMem */
27 <&dma 37 0 0x2>, /* Logical - DevToMem */
29 <&dma 36 0 0x2>, /* Logical - DevToMem */
31 <&dma 19 0 0x2>, /* Logical - DevToMem */
33 <&dma 18 0 0x2>, /* Logical - DevToMem */
35 <&dma 17 0 0x2>, /* Logical - DevToMem */
37 <&dma 16 0 0x2>, /* Logical - DevToMem */
39 <&dma 39 0 0x2>, /* Logical - DevToMem */
/freebsd/sys/dts/powerpc/
H A Dmpc8572ds.dts180 reg = <0x2 0x0 0x40000>;
424 reg = <0x2>;
562 interrupts = <0xf7 0x2>;
599 interrupts = <0x39 0x2 0x40 0x2 0x41 0x2 0x42 0x2 0x43 0x2>;
726 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
777 reg = <0x1 0x20 0x2
778 0x1 0xa0 0x2
779 0x1 0x4d0 0x2>;
810 reg = <0x1 0x70 0x2>;
839 0000 0x0 0x0 0x2 &mpic 0x5 0x1
[all …]
H A Dp2020ds.dts282 interrupts = <59 0x2>;
327 interrupts = <47 0x2>;
423 reg = <0x2>;
597 0x8800 0x0 0x0 0x2 &i8259 0xa 0x2
601 0x8900 0x0 0x0 0x2 &i8259 0xa 0x2
605 0x8a00 0x0 0x0 0x2 &i8259 0xa 0x2
609 0x8b00 0x0 0x0 0x2 &i8259 0xa 0x2
613 0x8c00 0x0 0x0 0x2 &i8259 0xa 0x2
617 0x8d00 0x0 0x0 0x2 &i8259 0xa 0x2
621 0x8e00 0x0 0x0 0x2 &i8259 0xa 0x2
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dsbc8548-post.dtsi36 interrupts = <0x12 0x2>;
45 interrupts = <0x10 0x2>;
54 interrupts = <0x2b 0x2>;
65 interrupts = <0x2b 0x2>;
121 interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>;
159 interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>;
183 interrupts = <0x2a 0x2>;
193 interrupts = <0x2a 0x2>;
228 0x0800 0x0 0x0 0x1 &mpic 0x2 0x1
240 interrupts = <0x18 0x2>;
[all …]
/freebsd/stand/liblua/
H A Dgfx_utils.c50 uint32_t x1, y1, x2, y2, f; in lua_term_putimage() local
62 x2 = luaL_checknumber(L, 4); in lua_term_putimage()
68 if (x2 != 0) { in lua_term_putimage()
69 x2 = gfx_state.tg_origin.tp_col + in lua_term_putimage()
70 x2 * gfx_state.tg_font.vf_width; in lua_term_putimage()
81 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in lua_term_putimage()
94 uint32_t x1, y1, x2, y2, f; in lua_fb_putimage() local
106 x2 = luaL_checknumber(L, 4); in lua_fb_putimage()
114 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in lua_fb_putimage()
164 uint32_t x0, y0, x1, y1, x2, y2, width; in lua_fb_bezier() local
[all …]
/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c170 _mm_srli_epi64(x2, 63)); \
171 x2 = _mm_or_si128( \
172 _mm_slli_epi64(x2, 1), \
191 x2 = _mm_xor_si128( \
193 x2, \
202 x2, \
203 _mm_srli_epi64(x2, 1)), \
205 _mm_srli_epi64(x2, 2), \
210 _mm_slli_epi64(x2, 63)), \
212 _mm_slli_epi64(x2, 62), \
[all …]

12345678910>>...55