Home
last modified time | relevance | path

Searched refs:x15 (Results 1 – 25 of 114) sorted by relevance

12345

/f-stack/freebsd/crypto/openssl/aarch64/
H A Darmv8-mont.S38 umulh x13,x13,x15
51 umulh x17,x14,x15
105 mul x15,x6,x4
296 mul x15,x8,x6
302 mul x15,x12,x6
476 mul x15,x7,x4
558 mov x2,x15
581 extr x15,x16,x15,#63
602 extr x15,x16,x15,#63
620 extr x15,x16,x15,#63
[all …]
H A Decp_nistz256-armv8.S2684 adcs x15,x15,x9
2713 adcs x15,x15,x9
2742 adcs x15,x15,x9
2830 adds x15,x15,x15 // acc[1-6]*=2
2911 adcs x15,x15,x9
2938 sbcs x15,x15,x9
2965 sbcs x15,x9,x15
3004 lsr x15,x15,#1
3687 adcs x15,x15,x9
3729 adcs x15,x15,x9
[all …]
H A Dsha512-armv8.S400 rev x15,x15 // 12
598 add x6,x6,x15
651 eor x15,x15,x24,ror#34
678 eor x15,x15,x10,ror#8
686 eor x15,x15,x10,lsr#7 // sigma0(X[i+1])
695 add x9,x9,x15
716 eor x15,x15,x8,ror#61
721 eor x15,x15,x8,lsr#6 // sigma1(X[i+14])
877 add x15,x15,x8
881 add x15,x15,x5
[all …]
H A Dkeccak1600-armv8.S56 eor x26,x26,x15
89 eor x15,x15,x4
130 ror x23,x15,#64-41
136 ror x15,x28,#64-27
180 bic x28,x15,x19
181 bic x30,x16,x15
182 eor x15,x15,x26
229 ldp x14,x15,[x26,#16*7]
246 stp x14,x15,[x26,#16*7]
292 ldp x14,x15,[x26,#16*7]
[all …]
H A Dchacha-armv8.S225 rev x15,x15
234 eor x15,x15,x16
282 rev x15,x15
645 rev x15,x15
656 eor x15,x15,x16
725 rev x15,x15
734 eor x15,x15,x16
1355 rev x15,x15
1364 eor x15,x15,x16
1869 rev x15,x15
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c23 x9, x10, x11, x12, x13, x14, x15; in crypto_core_hsalsa20() local
30 x15 = U32C(0x6b206574); in crypto_core_hsalsa20()
35 x15 = LOAD32_LE(c + 12); in crypto_core_hsalsa20()
63 x3 ^= ROTL32(x15 + x11, 7); in crypto_core_hsalsa20()
64 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_hsalsa20()
66 x15 ^= ROTL32(x11 + x7, 18); in crypto_core_hsalsa20()
79 x12 ^= ROTL32(x15 + x14, 7); in crypto_core_hsalsa20()
80 x13 ^= ROTL32(x12 + x15, 9); in crypto_core_hsalsa20()
82 x15 ^= ROTL32(x14 + x13, 18); in crypto_core_hsalsa20()
88 STORE32_LE(out + 12, x15); in crypto_core_hsalsa20()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c16 x15; in crypto_core_salsa() local
24 j15 = x15 = 0x6b206574; in crypto_core_salsa()
29 j15 = x15 = LOAD32_LE(c + 12); in crypto_core_salsa()
58 x3 ^= ROTL32(x15 + x11, 7); in crypto_core_salsa()
59 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_salsa()
61 x15 ^= ROTL32(x11 + x7, 18); in crypto_core_salsa()
74 x12 ^= ROTL32(x15 + x14, 7); in crypto_core_salsa()
75 x13 ^= ROTL32(x12 + x15, 9); in crypto_core_salsa()
77 x15 ^= ROTL32(x14 + x13, 18); in crypto_core_salsa()
94 STORE32_LE(out + 60, x15 + j15); in crypto_core_salsa()
/f-stack/freebsd/arm64/arm64/
H A Dcopyinout.S172 lsr x15, x2, #0x06
183 subs x15, x15, #0x01
189 lsr x15, x2, #0x04
190 cbz x15, lead_out
194 subs x15, x15, #0x01
H A Dswtch.S96 ldp x14, x15, [x4, #PCB_REGS + 14 * 8]
127 stp x14, x15, [x4, #PCB_REGS + 14 * 8]
193 ldp x14, x15, [x4, #PCB_REGS + 14 * 8]
223 ldp x14, x15, [sp, #TF_X + 14 * 8]
265 stp x14, x15, [x0, #PCB_REGS + 14 * 8]
H A Dlocore.S101 ldr x15, .Lvirtdone
102 br x15
112 ldr x15, .Lbss
115 str xzr, [x15], #8
116 cmp x15, x14
194 ldr x15, =mp_virtdone
195 br x15
H A Dexception.S50 stp x14, x15, [sp, #(TF_X + 14 * 8)]
118 ldp x14, x15, [sp, #(TF_X + 14 * 8)]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; in crypto_core_hchacha20() local
46 x15 = LOAD32_LE(in + 12); in crypto_core_hchacha20()
52 QUARTERROUND(x3, x7, x11, x15); in crypto_core_hchacha20()
53 QUARTERROUND(x0, x5, x10, x15); in crypto_core_hchacha20()
66 STORE32_LE(out + 28, x15); in crypto_core_hchacha20()
/f-stack/freebsd/crypto/chacha20/
H A Dchacha.c116 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
165 x15 = j15; in chacha_encrypt_bytes()
170 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
171 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes()
191 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
209 x15 = XOR(x15,U8TO32_LITTLE(m + 60)); in chacha_encrypt_bytes()
242 U32TO8_LITTLE(c + 60,x15); in chacha_encrypt_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c85 x15; in chacha20_encrypt_bytes() local
140 x15 = j15; in chacha20_encrypt_bytes()
145 QUARTERROUND(x3, x7, x11, x15) in chacha20_encrypt_bytes()
146 QUARTERROUND(x0, x5, x10, x15) in chacha20_encrypt_bytes()
166 x15 = PLUS(x15, j15); in chacha20_encrypt_bytes()
183 x15 = XOR(x15, LOAD32_LE(m + 60)); in chacha20_encrypt_bytes()
207 STORE32_LE(c + 60, x15); in chacha20_encrypt_bytes()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3288-veyron-jerry.dts91 0x0e 0x09 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05
95 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05
99 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05
103 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05
107 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05
111 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05
115 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05
119 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05>;
125 0x0e 0x09 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05
129 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05
[all …]
H A Dorion5x-netgear-wnr854t.dts171 marvell,reg-init = <3 16 0 0x1777 3 17 0 0x15>;
179 marvell,reg-init = <3 16 0 0x1777 3 17 0 0x15>;
187 marvell,reg-init = <3 16 0 0x1777 3 17 0 0x15>;
195 marvell,reg-init = <3 16 0 0x1777 3 17 0 0x15>;
203 marvell,reg-init = <3 16 0 0x1777 3 17 0 0x15>;
H A Dam57xx-beagle-x15-common.dtsi15 compatible = "ti,am572x-beagle-x15", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
121 label = "beagle-x15:usr0";
128 label = "beagle-x15:usr1";
135 label = "beagle-x15:usr2";
142 label = "beagle-x15:usr3";
H A Dam57xx-beagle-x15-revc.dts6 #include "am57xx-beagle-x15-common.dtsi"
H A Dam57xx-beagle-x15-revb1.dts6 #include "am57xx-beagle-x15-common.dtsi"
H A Dam57xx-beagle-x15.dts6 #include "am57xx-beagle-x15-common.dtsi"
/f-stack/dpdk/app/test-crypto-perf/data/
H A Daes_cbc_192_sha.data25 0x84, 0x4b, 0x43, 0x5e, 0xf0, 0x98, 0xf2, 0x5f, 0x86, 0x70, 0x96, 0x90, 0x15, 0x30, 0xcf, 0x3a,
36 0xee, 0xb7, 0xce, 0xb1, 0x48, 0x43, 0x94, 0x61, 0x15, 0x20, 0x9d, 0xce, 0xd0, 0x14, 0x95, 0x37,
53 0x72, 0x1b, 0x5e, 0xf4, 0x15, 0xa5, 0xcd, 0xb7, 0x5f, 0xbb, 0x49, 0xa1, 0xd9, 0xdd, 0x8d, 0xad,
90 0x51, 0x15, 0x05, 0x4d, 0x8c, 0x6b, 0x12, 0x90, 0x47, 0xd4, 0xa4, 0x38, 0xb9, 0x48, 0xe4, 0x4c,
91 0x05, 0x69, 0x6a, 0x8b, 0x9d, 0x7c, 0xa1, 0xbc, 0x77, 0xeb, 0x86, 0x93, 0x0a, 0x15, 0x84, 0xba,
93 0x15, 0x46, 0xf5, 0xbe, 0x46, 0x04, 0xa6, 0xec, 0xec, 0xd1, 0x74, 0x8b, 0x87, 0x2b, 0xdb, 0xd0,
103 0x3b, 0x89, 0x12, 0xe2, 0x99, 0xf6, 0x15, 0xa7, 0xd2, 0x6a, 0x79, 0xb4, 0xf6, 0x0b, 0xf5, 0x0d,
107 0x1c, 0x6b, 0xab, 0x1f, 0x59, 0xa2, 0x74, 0xd6, 0xcd, 0x15, 0x07, 0xab, 0xa2, 0xd5, 0x22, 0x81,
119 0xa6, 0x3a, 0xd5, 0x9a, 0x62, 0x67, 0xa3, 0x66, 0xee, 0xbc, 0xc5, 0x94, 0x4b, 0xc3, 0x15, 0xa1,
126 0x1a, 0xb5, 0x13, 0x25, 0x44, 0xe7, 0x71, 0x26, 0x0a, 0x34, 0x33, 0xb9, 0x57, 0x15, 0xa4, 0x90,
[all …]
H A Daes_cbc_256_sha.data25 0x84, 0x4b, 0x43, 0x5e, 0xf0, 0x98, 0xf2, 0x5f, 0x86, 0x70, 0x96, 0x90, 0x15, 0x30, 0xcf, 0x3a,
36 0xee, 0xb7, 0xce, 0xb1, 0x48, 0x43, 0x94, 0x61, 0x15, 0x20, 0x9d, 0xce, 0xd0, 0x14, 0x95, 0x37,
53 0x72, 0x1b, 0x5e, 0xf4, 0x15, 0xa5, 0xcd, 0xb7, 0x5f, 0xbb, 0x49, 0xa1, 0xd9, 0xdd, 0x8d, 0xad,
90 0x51, 0x15, 0x05, 0x4d, 0x8c, 0x6b, 0x12, 0x90, 0x47, 0xd4, 0xa4, 0x38, 0xb9, 0x48, 0xe4, 0x4c,
91 0x05, 0x69, 0x6a, 0x8b, 0x9d, 0x7c, 0xa1, 0xbc, 0x77, 0xeb, 0x86, 0x93, 0x0a, 0x15, 0x84, 0xba,
93 0x15, 0x46, 0xf5, 0xbe, 0x46, 0x04, 0xa6, 0xec, 0xec, 0xd1, 0x74, 0x8b, 0x87, 0x2b, 0xdb, 0xd0,
103 0x3b, 0x89, 0x12, 0xe2, 0x99, 0xf6, 0x15, 0xa7, 0xd2, 0x6a, 0x79, 0xb4, 0xf6, 0x0b, 0xf5, 0x0d,
107 0x1c, 0x6b, 0xab, 0x1f, 0x59, 0xa2, 0x74, 0xd6, 0xcd, 0x15, 0x07, 0xab, 0xa2, 0xd5, 0x22, 0x81,
119 0xa6, 0x3a, 0xd5, 0x9a, 0x62, 0x67, 0xa3, 0x66, 0xee, 0xbc, 0xc5, 0x94, 0x4b, 0xc3, 0x15, 0xa1,
126 0x1a, 0xb5, 0x13, 0x25, 0x44, 0xe7, 0x71, 0x26, 0x0a, 0x34, 0x33, 0xb9, 0x57, 0x15, 0xa4, 0x90,
[all …]
H A Daes_cbc_128_sha.data25 0x84, 0x4b, 0x43, 0x5e, 0xf0, 0x98, 0xf2, 0x5f, 0x86, 0x70, 0x96, 0x90, 0x15, 0x30, 0xcf, 0x3a,
36 0xee, 0xb7, 0xce, 0xb1, 0x48, 0x43, 0x94, 0x61, 0x15, 0x20, 0x9d, 0xce, 0xd0, 0x14, 0x95, 0x37,
53 0x72, 0x1b, 0x5e, 0xf4, 0x15, 0xa5, 0xcd, 0xb7, 0x5f, 0xbb, 0x49, 0xa1, 0xd9, 0xdd, 0x8d, 0xad,
90 0x51, 0x15, 0x05, 0x4d, 0x8c, 0x6b, 0x12, 0x90, 0x47, 0xd4, 0xa4, 0x38, 0xb9, 0x48, 0xe4, 0x4c,
91 0x05, 0x69, 0x6a, 0x8b, 0x9d, 0x7c, 0xa1, 0xbc, 0x77, 0xeb, 0x86, 0x93, 0x0a, 0x15, 0x84, 0xba,
93 0x15, 0x46, 0xf5, 0xbe, 0x46, 0x04, 0xa6, 0xec, 0xec, 0xd1, 0x74, 0x8b, 0x87, 0x2b, 0xdb, 0xd0,
103 0x3b, 0x89, 0x12, 0xe2, 0x99, 0xf6, 0x15, 0xa7, 0xd2, 0x6a, 0x79, 0xb4, 0xf6, 0x0b, 0xf5, 0x0d,
107 0x1c, 0x6b, 0xab, 0x1f, 0x59, 0xa2, 0x74, 0xd6, 0xcd, 0x15, 0x07, 0xab, 0xa2, 0xd5, 0x22, 0x81,
119 0xa6, 0x3a, 0xd5, 0x9a, 0x62, 0x67, 0xa3, 0x66, 0xee, 0xbc, 0xc5, 0x94, 0x4b, 0xc3, 0x15, 0xa1,
126 0x1a, 0xb5, 0x13, 0x25, 0x44, 0xe7, 0x71, 0x26, 0x0a, 0x34, 0x33, 0xb9, 0x57, 0x15, 0xa4, 0x90,
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dektf2127.txt18 reg = <0x15>;
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-asus-novago-tp370ql.dts20 reg = <0x15>;

12345