Home
last modified time | relevance | path

Searched refs:x13 (Results 1 – 25 of 111) sorted by relevance

12345

/f-stack/freebsd/crypto/openssl/aarch64/
H A Darmv8-mont.S38 umulh x13,x13,x15
52 adc x13,x13,xzr
69 adc x13,x13,xzr
85 adcs x13,x13,x7
109 umulh x13,x13,x15
118 adc x13,x13,xzr
141 adc x13,x13,xzr
155 adcs x13,x13,x7
593 mul x12,x13,x13
594 umulh x13,x13,x13
[all …]
H A Dpoly1305-armv8.S55 csel x13,x13,x8,eq
100 adc x13,x13,x11
103 adds x13,x13,x10
108 adds x13,x13,x10
113 adds x13,x13,x10
275 rev x13,x13
321 rev x13,x13
408 rev x13,x13
444 rev x13,x13
505 rev x13,x13
[all …]
H A Dsha512-armv8.S350 rev x13,x13 // 10
536 add x4,x4,x13
589 eor x13,x13,x26,ror#34
609 ror x13,x8,#1
616 eor x13,x13,x8,ror#8
624 eor x13,x13,x8,lsr#7 // sigma0(X[i+1])
654 eor x13,x13,x6,ror#61
659 eor x13,x13,x6,lsr#6 // sigma1(X[i+14])
815 add x13,x13,x6
819 add x13,x13,x3
[all …]
H A Dkeccak1600-armv8.S54 eor x30,x30,x13
94 eor x13,x13,x28
115 ror x12,x13,#64-25
120 ror x13,x19,#64-8
168 bic x27,x13,x12
172 bic x26,x14,x13
174 eor x13,x13,x28
228 ldp x12,x13,[x26,#16*6]
245 stp x12,x13,[x26,#16*6]
291 ldp x12,x13,[x26,#16*6]
[all …]
H A Decp_nistz256-armv8.S2946 adc x11,x17,x13
2973 adc x11,x17,x13
3669 mul x10,x13,x24
3711 mul x10,x13,x24
3753 mul x10,x13,x24
3793 mul x10,x13,x24
3806 sbcs x9,x15,x13
3917 mul x10,x13,x24
3935 mul x10,x13,x11
3953 mul x10,x13,x24
[all …]
H A Dchacha-armv8.S224 rev x13,x13
233 eor x13,x13,x14
281 rev x13,x13
644 rev x13,x13
654 eor x13,x13,x14
724 rev x13,x13
733 eor x13,x13,x14
1354 rev x13,x13
1363 eor x13,x13,x14
1868 rev x13,x13
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3288-veyron-jerry.dts89 0x3a 0x00 0x88 0x13 0x14 0x24 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0a 0x05 0x0a
91 0x0e 0x09 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05
93 0x88 0x13 0x14 0x28 0x01 0x0c 0x02 0x0c 0x03 0x0c 0x04 0x0a 0x05 0x0a 0x06 0x0a
95 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05
96 0x17 0x05 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00 0x88 0x13
99 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05
100 0x18 0x05 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00 0x88 0x13 0x14 0x30
103 0x11 0x05 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05
104 0x19 0x05 0x1a 0x05 0x1b 0x05 0x89 0x01 0x3a 0x00 0x88 0x13 0x14 0x34 0x01 0x0c
107 0x12 0x05 0x13 0x05 0x14 0x05 0x15 0x05 0x16 0x05 0x17 0x05 0x18 0x05 0x19 0x05
[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
43 x13 = LOAD32_LE(k + 24); in crypto_core_hsalsa20()
56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20()
57 x1 ^= ROTL32(x13 + x9, 13); in crypto_core_hsalsa20()
58 x5 ^= ROTL32(x1 + x13, 18); in crypto_core_hsalsa20()
80 x13 ^= ROTL32(x12 + x15, 9); in crypto_core_hsalsa20()
81 x14 ^= ROTL32(x13 + x12, 13); in crypto_core_hsalsa20()
82 x15 ^= ROTL32(x14 + x13, 18); in crypto_core_hsalsa20()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmdio-mux-gpio.txt44 <3 0x13 0 0x0a60>;
53 <3 0x13 0 0x0a60>;
62 <3 0x13 0 0x0a60>;
71 <3 0x13 0 0x0a60>;
87 <3 0x13 0 0x0a60>;
96 <3 0x13 0 0x0a60>;
105 <3 0x13 0 0x0a60>;
114 <3 0x13 0 0x0a60>;
H A Dmdio-mux.txt54 <3 0x13 0 0x0a60>;
63 <3 0x13 0 0x0a60>;
72 <3 0x13 0 0x0a60>;
81 <3 0x13 0 0x0a60>;
97 <3 0x13 0 0x0a60>;
106 <3 0x13 0 0x0a60>;
115 <3 0x13 0 0x0a60>;
124 <3 0x13 0 0x0a60>;
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in crypto_core_salsa() local
37 j13 = x13 = LOAD32_LE(k + 24); in crypto_core_salsa()
51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa()
52 x1 ^= ROTL32(x13 + x9, 13); in crypto_core_salsa()
53 x5 ^= ROTL32(x1 + x13, 18); in crypto_core_salsa()
75 x13 ^= ROTL32(x12 + x15, 9); in crypto_core_salsa()
76 x14 ^= ROTL32(x13 + x12, 13); in crypto_core_salsa()
77 x15 ^= ROTL32(x14 + x13, 18); in crypto_core_salsa()
92 STORE32_LE(out + 52, x13 + j13); in crypto_core_salsa()
/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
44 x13 = LOAD32_LE(in + 4); in crypto_core_hchacha20()
50 QUARTERROUND(x1, x5, x9, x13); in crypto_core_hchacha20()
55 QUARTERROUND(x2, x7, x8, x13); in crypto_core_hchacha20()
64 STORE32_LE(out + 20, x13); in crypto_core_hchacha20()
/f-stack/freebsd/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dts45 <3 0x13 0 0x0a60>;
53 <3 0x13 0 0x0a60>;
61 <3 0x13 0 0x0a60>;
69 <3 0x13 0 0x0a60>;
78 <3 0x13 0 0x0a60>;
86 <3 0x13 0 0x0a60>;
94 <3 0x13 0 0x0a60>;
102 <3 0x13 0 0x0a60>;
118 <3 0x13 0 0x0a60>;
128 <3 0x13 0 0x0a60>;
[all …]
H A Docteon_68xx.dts80 <3 0x13 0 0x0a60>;
89 <3 0x13 0 0x0a60>;
98 <3 0x13 0 0x0a60>;
107 <3 0x13 0 0x0a60>;
124 <3 0x13 0 0x0a60>;
133 <3 0x13 0 0x0a60>;
142 <3 0x13 0 0x0a60>;
151 <3 0x13 0 0x0a60>;
168 <3 0x13 0 0x0a60>;
177 <3 0x13 0 0x0a60>;
[all …]
/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
163 x13 = j13; in chacha_encrypt_bytes()
168 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
173 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
189 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
207 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes()
240 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in chacha20_encrypt_bytes() local
138 x13 = j13; in chacha20_encrypt_bytes()
143 QUARTERROUND(x1, x5, x9, x13) in chacha20_encrypt_bytes()
148 QUARTERROUND(x2, x7, x8, x13) in chacha20_encrypt_bytes()
164 x13 = PLUS(x13, j13); in chacha20_encrypt_bytes()
181 x13 = XOR(x13, LOAD32_LE(m + 52)); in chacha20_encrypt_bytes()
205 STORE32_LE(c + 52, x13); in chacha20_encrypt_bytes()
/f-stack/freebsd/arm64/arm64/
H A Dlocore.S538 1: orr x13, x12, x9, lsl #PAGE_SHIFT
541 str x13, [x6, x11, lsl #3]
575 orr x13, x12, x9, lsl #PAGE_SHIFT
578 str x13, [x6, x11, lsl #3]
608 1: orr x13, x12, x9, lsl #L1_SHIFT
611 str x13, [x6, x11, lsl #3]
648 1: orr x13, x12, x9, lsl #L2_SHIFT
651 str x13, [x6, x11, lsl #3]
H A Dswtch.S95 ldp x12, x13, [x4, #PCB_REGS + 12 * 8]
126 stp x12, x13, [x4, #PCB_REGS + 12 * 8]
192 ldp x12, x13, [x4, #PCB_REGS + 12 * 8]
222 ldp x12, x13, [sp, #TF_X + 12 * 8]
264 stp x12, x13, [x0, #PCB_REGS + 12 * 8]
/f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zc1232-revA.dts44 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
48 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
H A Dzynqmp-zc1751-xm015-dc1.dts105 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
109 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
H A Dzynqmp-zc1751-xm017-dc3.dts119 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
123 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
H A Dzynqmp-zcu104-revA.dts166 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
170 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dak4118.txt18 reg = <0x13>;
/f-stack/dpdk/app/test-crypto-perf/data/
H A Daes_cbc_128_sha.data40 0xd6, 0xea, 0xa5, 0xfc, 0x13, 0x1c, 0x05, 0xa8, 0xc0, 0xbc, 0x95, 0x9c, 0x8c, 0xf6, 0x8c, 0xc3,
46 0x81, 0x5b, 0xbf, 0x5a, 0x13, 0x0e, 0xeb, 0x66, 0xc0, 0x0b, 0x8f, 0x04, 0x68, 0x68, 0x9b, 0xe3,
49 0xf4, 0x7d, 0x13, 0xda, 0x68, 0x0a, 0xca, 0xd6, 0x82, 0x0b, 0xf6, 0xea, 0xad, 0x78, 0xa4, 0xc8,
71 0x71, 0x2d, 0xaf, 0x27, 0x92, 0x0c, 0xc7, 0xd3, 0x85, 0xb3, 0x40, 0xda, 0x13, 0x4a, 0x04, 0x41,
96 0x4c, 0x41, 0xb9, 0x13, 0x2d, 0xf7, 0x1b, 0xdf, 0x2b, 0x33, 0x69, 0xe7, 0x5c, 0x8c, 0x7b, 0xfb,
125 0xab, 0xd6, 0xba, 0x92, 0x76, 0x21, 0x8a, 0x58, 0xbd, 0xe2, 0x4b, 0xec, 0x45, 0x59, 0x2c, 0x13,
126 0x1a, 0xb5, 0x13, 0x25, 0x44, 0xe7, 0x71, 0x26, 0x0a, 0x34, 0x33, 0xb9, 0x57, 0x15, 0xa4, 0x90,
155 0xf3, 0x66, 0xf2, 0x4d, 0x82, 0x13, 0x94, 0x28, 0x89, 0xae, 0x82, 0xdc, 0xa5, 0x3e, 0xf2, 0xd2,
175 0xba, 0x14, 0x57, 0xce, 0xc8, 0xb7, 0xd8, 0x33, 0xf1, 0xc4, 0xba, 0x02, 0x13, 0xaa, 0xc6, 0x15,
202 0x3e, 0x13, 0x3e, 0xfb, 0xf9, 0x34, 0xc4, 0x8c, 0x6f, 0xbe, 0x11, 0x5b, 0x2d, 0x81, 0x7b, 0x20,
[all …]
H A Daes_cbc_192_sha.data40 0xd6, 0xea, 0xa5, 0xfc, 0x13, 0x1c, 0x05, 0xa8, 0xc0, 0xbc, 0x95, 0x9c, 0x8c, 0xf6, 0x8c, 0xc3,
46 0x81, 0x5b, 0xbf, 0x5a, 0x13, 0x0e, 0xeb, 0x66, 0xc0, 0x0b, 0x8f, 0x04, 0x68, 0x68, 0x9b, 0xe3,
49 0xf4, 0x7d, 0x13, 0xda, 0x68, 0x0a, 0xca, 0xd6, 0x82, 0x0b, 0xf6, 0xea, 0xad, 0x78, 0xa4, 0xc8,
71 0x71, 0x2d, 0xaf, 0x27, 0x92, 0x0c, 0xc7, 0xd3, 0x85, 0xb3, 0x40, 0xda, 0x13, 0x4a, 0x04, 0x41,
96 0x4c, 0x41, 0xb9, 0x13, 0x2d, 0xf7, 0x1b, 0xdf, 0x2b, 0x33, 0x69, 0xe7, 0x5c, 0x8c, 0x7b, 0xfb,
125 0xab, 0xd6, 0xba, 0x92, 0x76, 0x21, 0x8a, 0x58, 0xbd, 0xe2, 0x4b, 0xec, 0x45, 0x59, 0x2c, 0x13,
126 0x1a, 0xb5, 0x13, 0x25, 0x44, 0xe7, 0x71, 0x26, 0x0a, 0x34, 0x33, 0xb9, 0x57, 0x15, 0xa4, 0x90,
159 0xDC, 0xB0, 0x62, 0x9C, 0x6A, 0x99, 0x07, 0x85, 0xB3, 0x13, 0x2B, 0x40, 0x06, 0xAF, 0xE3, 0xA0,
189 0x2F, 0x52, 0x06, 0xE7, 0xD7, 0xFA, 0x56, 0xBB, 0xC4, 0x5A, 0x82, 0x14, 0x13, 0x7D, 0x41, 0xD0,
196 0xB7, 0xD2, 0x4E, 0xC6, 0x2B, 0xE3, 0x6F, 0x87, 0x2D, 0xA5, 0xFB, 0xDB, 0x03, 0xB0, 0x13, 0x58,
[all …]

12345