Home
last modified time | relevance | path

Searched refs:x4 (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed.c449 seed_word x1, x2, x3, x4; in SEED_set_key() local
455 char2word(rawkey + 12, x4); 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
449 char2word(rawkey + 12, x4); 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/common/lib/libc/arch/aarch64/atomic/
H A Datomic_op_asm.h39 mov x4, x0 ;\
40 1: ldxrb w0, [x4] /* load old value */ ;\
42 stxrb w3, w2, [x4] /* try to store */ ;\
49 mov x4, x0 ;\
51 1: ldxrb w0, [x4] /* load old value */ ;\
53 stxrb w3, w2, [x4] /* try to store */ ;\
61 mov x4, x0 /* need x0 for return value */ ;\
62 1: ldxrb w0, [x4] /* load old value */ ;\
64 stxrb w3, w0, [x4] /* try to store */ ;\
71 mov x4, x0 /* need x0 for return value */ ;\
[all …]
H A Datomic_nand_32.S38 mov x4, x0 /* need r0 for return value */
39 1: ldxr w0, [x4] /* load old value (*ptr) */
42 stxr w2, w3, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxr w0, [x4] /* load old value (*ptr) */
58 stxr w2, w3, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxr w0, [x4] /* load old value (*ptr) */
74 stxr w2, w0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value */
[all …]
H A Datomic_nand_16.S38 mov x4, x0 /* need r0 for return value */
39 1: ldxrh w0, [x4] /* load old value (*ptr) */
42 stxrh w2, w3, [x4] /* try to store */
49 mov x4, x0 /* need r0 for return value */
51 1: ldxrh w0, [x4] /* load old value (*ptr) */
54 stxrh w2, w3, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxrh w0, [x4] /* load old value (*ptr) */
74 stxrh w2, w0, [x4] /* try to store */
81 mov x4, x0 /* need r0 for return value */
[all …]
H A Datomic_nand_64.S38 mov x4, x0 /* need r0 for return value */
39 1: ldxr x0, [x4] /* load old value (*ptr) */
42 stxr w3, x2, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxr x0, [x4] /* load old value (*ptr) */
58 stxr w3, x2, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxr x0, [x4] /* load old value (*ptr) */
74 stxr w3, x0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value */
[all …]
H A Datomic_nand_8.S38 mov x4, x0 /* need r0 for return value */
39 1: ldxrb w0, [x4] /* load old value (*ptr) */
42 stxrb w2, w3, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxrb w0, [x4] /* load old value (*ptr) */
58 stxrb w2, w3, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxrb w0, [x4] /* load old value (*ptr) */
74 stxrb w2, w0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value */
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx53-kp-ddc.dts108 MX53_PAD_EIM_A16__IPU_DI1_DISP_CLK 0x4
109 MX53_PAD_EIM_DA10__IPU_DI1_PIN15 0x4
110 MX53_PAD_EIM_DA9__IPU_DISP1_DAT_0 0x4
111 MX53_PAD_EIM_DA8__IPU_DISP1_DAT_1 0x4
112 MX53_PAD_EIM_DA7__IPU_DISP1_DAT_2 0x4
113 MX53_PAD_EIM_DA6__IPU_DISP1_DAT_3 0x4
114 MX53_PAD_EIM_DA5__IPU_DISP1_DAT_4 0x4
115 MX53_PAD_EIM_DA4__IPU_DISP1_DAT_5 0x4
116 MX53_PAD_EIM_DA3__IPU_DISP1_DAT_6 0x4
117 MX53_PAD_EIM_DA2__IPU_DISP1_DAT_7 0x4
[all …]
H A Dspear13xx.dtsi88 interrupts = <0 28 0x4>;
95 interrupts = <0 29 0x4>;
104 interrupts = <0 19 0x4>;
121 interrupts = <0 59 0x4>;
144 interrupts = <0 20 0x4
145 0 21 0x4
146 0 22 0x4
147 0 23 0x4>;
155 interrupts = <0 33 0x4
156 0 34 0x4>;
[all …]
H A Dspear1310.dtsi56 interrupts = <0 68 0x4>;
65 interrupts = <0 69 0x4>;
74 interrupts = <0 70 0x4>;
84 interrupts = <0 68 0x4>;
86 interrupt-map = <0x0 0 &gic 0 68 0x4>;
103 interrupts = <0 69 0x4>;
105 interrupt-map = <0x0 0 &gic 0 69 0x4>;
122 interrupts = <0 70 0x4>;
124 interrupt-map = <0x0 0 &gic 0 70 0x4>;
140 interrupts = <0 95 0x4>;
[all …]
/netbsd-src/common/lib/libc/arch/aarch64/string/
H A Dmemcmp.S62 ldr x4, [x9], #8 /* load dword from src1 */
64 lsl x4, x4, x3 /* discard leading bytes from data1 */
68 lsr x4, x4, x3 /* discard leading bytes from data1 */
72 subs x0, x4, x6 /* compare data */
78 ldr x4, [x9], #8
80 subs x0, x4, x6
90 mov x4, xzr
99 lsl x4, x4, #32 /* move to MSW */
108 orr x4, x4, x5, lsl #16
111 orr x4, x4, x5, lsl #32
[all …]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dbus_space_asm_generic.S111 cbz x4, 99f
118 subs x4, x4, #1 /* count-- */
133 cbz x4, 99f
140 subs x4, x4, #1 /* count-- */
155 cbz x4, 99f
162 subs x4, x4, #1 /* count-- */
177 cbz x4, 99f
184 subs x4, x4, #1 /* count-- */
199 cbz x4, 99f
206 subs x4, x4, #1 /* count-- */
[all …]
H A Dcpufunc_asm_armv8.S49 mov x4, #4 /* size of word */
52 lsl x2, x4, x2 /* x2 = D cache line size */
56 lsl x3, x4, x3 /* x3 = I cache line size */
59 sub x4, x2, #1 /* Get the address mask */
60 and x4, x0, x4 /* Get the low bits of the address */
61 add x5, x1, x4 /* Add these to the size */
62 bic x4, x0, x4 /* Clear the low bit of the address */
64 dc \dcop, x4
65 add x4, x4, x2 /* Move to the next line */
71 sub x4, x3, #1 /* Get the address mask */
[all …]
H A Dcopyinout.S103 lsr x4, x2, #5 /* x4 = len / 32 */
104 cbz x4, .Lcopyin_last_suboword
115 lsr x4, x2, #5 /* update x4 = len / 32 */
144 cbz x4, .Lcopyin_last_suboword
153 sub x4, x4, #1
154 cbnz x4, .Lcopyin_loop
196 lsr x4, x2, #5 /* x4 = len / 32 */
197 cbz x4, .Lcopyout_last_suboword
208 lsr x4, x2, #5 /* update x4 = len / 32 */
237 cbz x4, .Lcopyout_last_suboword
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dfdcmps.cgs21 test_fcc 0x4,0
22 test_fcc 0x4,1
26 test_fcc 0x4,0
27 test_fcc 0x4,1
31 test_fcc 0x4,0
32 test_fcc 0x4,1
36 test_fcc 0x4,0
37 test_fcc 0x4,1
41 test_fcc 0x4,0
42 test_fcc 0x4,1
[all …]
H A Dnfdcmps.cgs24 test_fcc 0x4,0
25 test_fcc 0x4,1
32 test_fcc 0x4,0
33 test_fcc 0x4,1
40 test_fcc 0x4,0
41 test_fcc 0x4,1
48 test_fcc 0x4,0
49 test_fcc 0x4,1
56 test_fcc 0x4,0
57 test_fcc 0x4,1
[all …]
H A Dfcmps.cgs17 test_fcc 0x4,0
20 test_fcc 0x4,0
23 test_fcc 0x4,0
26 test_fcc 0x4,0
29 test_fcc 0x4,0
32 test_fcc 0x4,0
35 test_fcc 0x4,0
38 test_fcc 0x4,0
41 test_fcc 0x4,0
44 test_fcc 0x4,0
[all …]
H A Dfcmpd.cgs18 test_fcc 0x4,0
21 test_fcc 0x4,0
24 test_fcc 0x4,0
27 test_fcc 0x4,0
30 test_fcc 0x4,0
33 test_fcc 0x4,0
36 test_fcc 0x4,0
39 test_fcc 0x4,0
42 test_fcc 0x4,0
45 test_fcc 0x4,0
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Duzp.s87 ldr x4, [x3, #:lo12:zl8b]
88 cmp x1, x4
94 ldr x4, [x3, #:lo12:zu8b]
95 cmp x1, x4
102 ldr x4, [x3, #:lo12:zl16b]
103 cmp x1, x4
113 ldr x4, [x3, #:lo12:zu16b]
114 cmp x1, x4
123 ldr x4, [x3, #:lo12:zl4h]
124 cmp x1, x4
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dpoly1305-armv8.S69 ldp x4,x5,[x0] // load hash value
83 adds x4,x4,x10 // accumulate input
86 mul x12,x4,x7 // h0*r0
88 umulh x13,x4,x7
94 mul x10,x4,x8 // h0*r1
96 umulh x14,x4,x8
114 adds x4,x12,x10
120 stp x4,x5,[x0] // store hash value
131 ldp x4,x5,[x0] // load hash base 2^64
135 adds x12,x4,#5 // compare to modulus
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/
H A Dpoly1305-armv8.S68 ldp x4,x5,[x0] // load hash value
82 adds x4,x4,x10 // accumulate input
85 mul x12,x4,x7 // h0*r0
87 umulh x13,x4,x7
93 mul x10,x4,x8 // h0*r1
95 umulh x14,x4,x8
113 adds x4,x12,x10
119 stp x4,x5,[x0] // store hash value
130 ldp x4,x5,[x0] // load hash base 2^64
134 adds x12,x4,#5 // compare to modulus
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apm/
H A Dapm-storm.dtsi260 csr-offset = <0x4>;
274 csr-offset = <0x4>;
288 csr-offset = <0x4>;
301 csr-offset = <0x4>;
314 csr-offset = <0x4>;
327 csr-offset = <0x4>;
423 interrupts = < 0x0 0x10 0x4
424 0x0 0x11 0x4
425 0x0 0x12 0x4
426 0x0 0x13 0x4
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a.dtsi277 interrupts = <0 106 0x4>,
278 <0 107 0x4>,
279 <0 95 0x4>,
280 <0 97 0x4>;
350 interrupts = <0 75 0x4>;
358 interrupts = <0 71 0x4>;
366 interrupts = <0 72 0x4>;
374 interrupts = <0 73 0x4>;
382 interrupts = <0 74 0x4>;
395 interrupts = <0 43 0x4>;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
H A Dpoly1305-armv8.S72 ldp x4,x5,[x0] // load hash value
86 adds x4,x4,x10 // accumulate input
89 mul x12,x4,x7 // h0*r0
91 umulh x13,x4,x7
97 mul x10,x4,x8 // h0*r1
99 umulh x14,x4,x8
117 adds x4,x12,x10
123 stp x4,x5,[x0] // store hash value
133 ldp x4,x5,[x0] // load hash base 2^64
137 adds x12,x4,#5 // compare to modulus
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dpoly1305-armv8.S73 ldp x4,x5,[x0] // load hash value
87 adds x4,x4,x10 // accumulate input
90 mul x12,x4,x7 // h0*r0
92 umulh x13,x4,x7
98 mul x10,x4,x8 // h0*r1
100 umulh x14,x4,x8
118 adds x4,x12,x10
124 stp x4,x5,[x0] // store hash value
134 ldp x4,x5,[x0] // load hash base 2^64
138 adds x12,x4,#5 // compare to modulus
[all …]

12345678910>>...41