| /NextBSD/crypto/openssl/crypto/seed/ |
| HD | seed.c | 564 seed_word x1, x2, x3, x4; in private_SEED_set_key() local 569 char2word(rawkey + 8, x3); in private_SEED_set_key() 572 t0 = (x1 + x3 - KC0) & 0xffffffff; in private_SEED_set_key() 575 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); in private_SEED_set_key() 579 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); in private_SEED_set_key() 581 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); in private_SEED_set_key() 583 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4); in private_SEED_set_key() 585 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5); in private_SEED_set_key() 587 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6); in private_SEED_set_key() 589 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7); in private_SEED_set_key() [all …]
|
| /NextBSD/contrib/compiler-rt/lib/builtins/ |
| HD | popcountti2.c | 24 tu_int x3 = (tu_int)a; in __popcountti2() local 25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) | in __popcountti2() 28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)) in __popcountti2() 29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)); in __popcountti2() 31 x3 = (x3 + (x3 >> 4)) in __popcountti2() 34 du_int x2 = (du_int)(x3 + (x3 >> 64)); in __popcountti2()
|
| /NextBSD/crypto/openssl/crypto/rc2/ |
| HD | rc2_cbc.c | 141 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local 149 x3 = (RC2_INT) (l >> 16L); in RC2_encrypt() 156 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; in RC2_encrypt() 158 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; in RC2_encrypt() 160 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff; in RC2_encrypt() 162 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; in RC2_encrypt() 163 x3 = (t << 5) | (t >> 11); in RC2_encrypt() 170 x0 += p1[x3 & 0x3f]; in RC2_encrypt() 173 x3 += p1[x2 & 0x3f]; in RC2_encrypt() 180 (unsigned long)(x2 & 0xffff) | ((unsigned long)(x3 & 0xffff) << 16L); in RC2_encrypt() [all …]
|
| HD | rc2_locl.h | 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \ 150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \ 152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \ 154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \ 155 x3=(t<<5)|(t>>11);
|
| /NextBSD/sys/arm64/arm64/ |
| HD | bus_space_asm.S | 66 strb w1, [x3], #1 87 strh w1, [x3], #2 108 str w1, [x3], #4 129 str x1, [x3], #8 150 strb w1, [x3], #1 171 strh w1, [x3], #2 192 str w1, [x3], #4 213 str x1, [x3], #8 237 str x3, [x1, x2] 253 1: ldrb w1, [x3], #1 [all …]
|
| HD | cpufunc_asm.S | 54 ldr x3, =dcache_line_size /* Load the D cache line size */ 56 ldr x3, =idcache_line_size /* Load the I & D cache line size */ 58 ldr x3, [x3] 59 sub x4, x3, #1 /* Get the address mask */ 70 add x0, x0, x3 /* Move to the next line */ 71 subs x1, x1, x3 /* Reduce the size */
|
| HD | copyinout.S | 55 add x3, x1, x2 57 cmp x3, x4 81 add x3, x0, x2 83 cmp x3, x4 125 3: cbz x3, 4f /* Check if done != NULL */ 126 str x5, [x3] /* done = count */
|
| HD | exception.S | 55 stp x2, x3, [sp, #(TF_X + 2 * 8)] 84 ldp x2, x3, [sp, #(TF_X + 2 * 8)] 125 mov x3, #((TDF_ASTPENDING|TDF_NEEDRESCHED) >> 8) 126 lsl x3, x3, #8 127 and x2, x2, x3
|
| HD | locore.S | 109 mrs x3, id_aa64mmfr0_el1 110 bfi x2, x3, #32, #3 196 mrs x3, id_aa64mmfr0_el1 197 bfi x2, x3, #32, #3 603 mrs x3, id_aa64mmfr0_el1 604 bfi x2, x3, #32, #3 609 ldr x3, sctlr_clear 611 bic x1, x1, x3 /* Clear the required bits */
|
| /NextBSD/lib/libc/sparc64/fpu/ |
| HD | fpu_sqrt.c | 195 u_int x0, x1, x2, x3; local 226 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ 232 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ 245 x3 = x->fp_mant[3]; 365 FPU_SUBS(d3, x3, t3); 370 x0 = d0, x1 = d1, x2 = d2; x3 = d3; 378 FPU_SUBS(d3, x3, t3); 383 x0 = d0, x1 = d1, x2 = d2; x3 = d3; 395 x->fp_sticky = x0 | x1 | x2 | x3;
|
| HD | fpu_mul.c | 107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local 146 x3 = x->fp_mant[3]; 153 FPU_ADDS(a3, a3, x3); \
|
| /NextBSD/sys/powerpc/fpu/ |
| HD | fpu_sqrt.c | 195 u_int x0, x1, x2, x3; in fpu_sqrt() local 243 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ in fpu_sqrt() 249 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ in fpu_sqrt() 262 x3 = x->fp_mant[3]; in fpu_sqrt() 382 FPU_SUBS(d3, x3, t3); in fpu_sqrt() 395 FPU_SUBS(d3, x3, t3); in fpu_sqrt() 412 x->fp_sticky = x0 | x1 | x2 | x3; in fpu_sqrt()
|
| /NextBSD/sys/boot/fdt/dts/powerpc/ |
| HD | mpc8572ds.dts | 431 reg = <0x3>; 632 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1 633 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 638 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1 639 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1 644 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1 645 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1 650 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1 651 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1 656 0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1 [all …]
|
| HD | mpc8555cds.dts | 357 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1 358 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1 363 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1 364 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1 369 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1 370 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1 375 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1 380 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1 381 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1 385 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1 [all …]
|
| /NextBSD/lib/libc/aarch64/sys/ |
| HD | sbrk.S | 52 adrp x3, curbrk 55 ldr x2, [x3, :lo12:curbrk] 66 ldr x0, [x3, :lo12:curbrk] 69 str x4, [x3, :lo12:curbrk]
|
| /NextBSD/libexec/rtld-elf/aarch64/ |
| HD | rtld_start.S | 68 stp x2, x3, [sp, #-16]! 84 lsl x3, x1, #1 /* x3 = 2 * offset */ 85 add x1, x1, x3 /* x1 = x3 + offset = 3 * offset */ 107 ldp x2, x3, [sp], #16 141 stp x3, x4, [sp, #(2 * 16)] 163 ldp x3, x4, [sp, #(2 * 16)]
|
| /NextBSD/contrib/unbound/compat/ |
| HD | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 126 x3 = j3; in chacha_encrypt_bytes() 143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() 170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes() 194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 126 x3 = j3; in chacha_encrypt_bytes() 143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() 170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes() 194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
|
| /NextBSD/crypto/openssh/ |
| HD | chacha.c | 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 127 x3 = j3; in chacha_encrypt_bytes() 144 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 148 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 153 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() 170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes() 193 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | imx25-pdk.dts | 217 MATRIX_KEY(0x0, 0x3, KEY_HOME) 221 MATRIX_KEY(0x1, 0x3, KEY_VOLUMEUP) 225 MATRIX_KEY(0x2, 0x3, KEY_F10) 226 MATRIX_KEY(0x3, 0x0, KEY_F1) 227 MATRIX_KEY(0x3, 0x1, KEY_F2) 228 MATRIX_KEY(0x3, 0x2, KEY_F3) 229 MATRIX_KEY(0x3, 0x2, KEY_POWER)
|
| /NextBSD/sys/cddl/contrib/opensolaris/common/atomic/aarch64/ |
| HD | opensolaris_atomic.S | 62 1: ldxr x3, [x0] /* Load *target */ 63 cmp x3, x1 /* Does *targe == cmp? */ 67 2: mov x0, x3 /* Return the old value */
|
| /NextBSD/crypto/openssl/crypto/idea/ |
| HD | idea_lcl.h | 204 x3+= *(p++); \ 207 t0=(x1^x3)&0xffff; \ 215 x2=x3^t1; \ 216 x3=ul;
|
| /NextBSD/sys/cddl/dev/dtrace/aarch64/ |
| HD | dtrace_asm.S | 166 1: ldxr x3, [x0] /* Load target */ 167 cmp x3, x1 /* Check if *target == cmp */ 171 2: mov x0, x3 /* Return the value loaded from target */
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
| HD | tst.array.d.out | 1 int [3] [ 0x1, 0x2, 0x3 ] 12 int [3] a = [ 0x1, 0x2, 0x3 ]
|
| /NextBSD/lib/libc/aarch64/gen/ |
| HD | sigsetjmp.S | 44 ldr x3, [x0] 47 cmp x2, x3
|