| /freebsd/sys/crypto/openssl/aarch64/ |
| H A D | ecp_sm2p256-armv8.S | 54 ldp x11,x12,[x2] 59 sbcs x8,x8,x12 92 ldp x11,x12,[x2] 98 csel x12,xzr,x12,eq 104 adcs x8,x8,x12 136 ldp x11,x12,[x2] 142 csel x12,xzr,x12,eq 148 adcs x8,x8,x12 183 ldp x11,x12,[x2] 186 sbcs x8,x8,x12 [all …]
|
| H A D | poly1305-armv8.S | 44 adrp x12,poly1305_blocks 45 add x12,x12,#:lo12:.Lpoly1305_blocks 53 csel x12,x12,x7,eq 59 stp x12,x13,[x2] 94 mul x12,x4,x7 // h0*r0 101 adds x12,x12,x10 122 adds x4,x12,x10 146 adds x12,x4,#5 // compare to modulus 152 csel x4,x4,x12,eq 172 mul x12,x4,x7 // h0*r0 [all …]
|
| H A D | armv8-mont.S | 82 adds x12,x16,x13 87 adds x12,x12,x6 91 str x12,[x22],#8 // tp[j-1] 99 adds x12,x16,x13 103 adds x12,x12,x6 108 stp x12,x13,[x22] 144 adds x12,x16,x13 154 adds x12,x12,x6 156 stur x12,[x22,#-16] // tp[j-1] 166 adds x12,x16,x13 [all …]
|
| H A D | sha512-armv8.S | 255 eor x12,x26,x26,ror#23 261 eor x16,x16,x12,ror#18 // Sigma1(e) 262 ror x12,x22,#28 269 eor x17,x12,x17,ror#34 // Sigma0(a) 276 ldp x11,x12,[x1],#2*8 323 rev x12,x12 // 9 332 add x26,x26,x12 // h+=X[i] 502 add x3,x3,x12 542 str x12,[sp,#8] 549 ror x12,x27,#28 [all …]
|
| /freebsd/sys/arm64/arm64/ |
| H A D | locore.S | 865 mov x12, #L0_TABLE 866 orr x12, x12, #(TATTR_UXN_TABLE | TATTR_AP_TABLE_NO_EL0) 870 1: orr x13, x12, x9, lsl #PAGE_SHIFT 900 mov x12, #L1_TABLE 904 orr x13, x12, x9, lsl #PAGE_SHIFT 930 orr x12, x7, #L2_BLOCK 931 orr x12, x12, #(ATTR_AF) 932 orr x12, x12, #(ATTR_S1_UXN) 934 orr x12, x12, x21 937 orr x12, x12, x22 [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/ |
| H A D | core_hsalsa20_ref2.c | 23 x9, x10, x11, x12, x13, x14, x15; in crypto_core_hsalsa20() local 42 x12 = LOAD32_LE(k + 20); in crypto_core_hsalsa20() 51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20() 53 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_hsalsa20() 54 x0 ^= ROTL32(x12 + x8, 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() 81 x14 ^= ROTL32(x13 + x12, 13); in crypto_core_hsalsa20()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | os9 | 72 >0x12 byte 1 program executable 73 >0x12 byte 2 subroutine 74 >0x12 byte 3 multi-module 75 >0x12 byte 4 data module 76 >0x12 byte 11 trap library 77 >0x12 byte 12 system module 78 >0x12 byte 13 file manager 79 >0x12 byte 14 device driver 80 >0x12 byte 15 device descriptor
|
| H A D | lammps | 37 >>>0x12 lelong 0x0001 Little Endian, 44 >>>0x12 lelong 0x1000 Big Endian, 53 >0x12 string CGCMM\ style written by TopoTools 54 >0x12 string msi2lmp written by msi2lmp
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | mdio-mux-gpio.txt | 43 <3 0x12 0 0x4105>, 52 <3 0x12 0 0x4105>, 61 <3 0x12 0 0x4105>, 70 <3 0x12 0 0x4105>, 86 <3 0x12 0 0x4105>, 95 <3 0x12 0 0x4105>, 104 <3 0x12 0 0x4105>, 113 <3 0x12 0 0x4105>,
|
| H A D | mdio-mux.txt | 53 <3 0x12 0 0x4105>, 62 <3 0x12 0 0x4105>, 71 <3 0x12 0 0x4105>, 80 <3 0x12 0 0x4105>, 96 <3 0x12 0 0x4105>, 105 <3 0x12 0 0x4105>, 114 <3 0x12 0 0x4105>, 123 <3 0x12 0 0x4105>,
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
| H A D | core_salsa_ref.c | 15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in crypto_core_salsa() local 36 j12 = x12 = LOAD32_LE(k + 20); in crypto_core_salsa() 46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa() 48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa() 49 x0 ^= ROTL32(x12 + x8, 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() 76 x14 ^= ROTL32(x13 + x12, 13); in crypto_core_salsa() 91 STORE32_LE(out + 48, x12 + j12); in crypto_core_salsa()
|
| /freebsd/lib/libc/aarch64/string/ |
| H A D | memccpy.S | 29 lsl x12, x11, #2 30 lsl x8, x8, x12 // mask of bytes in the string 35 sub x12, x11, #32 36 adds x12, x12, x3 // distance from alignment boundary - 32 86 mov x3, x12 177 lsl x4, x12, #2 // shift 0xf to the limits position 195 lsl x4, x12, #2 230 ldp x12, x13, [x5, #-16] 232 stp x12, x13, [x4, #-16]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/ |
| H A D | core_hchacha20.c | 22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; in crypto_core_hchacha20() local 43 x12 = LOAD32_LE(in + 0); in crypto_core_hchacha20() 49 QUARTERROUND(x0, x4, x8, x12); in crypto_core_hchacha20() 54 QUARTERROUND(x1, x6, x11, x12); in crypto_core_hchacha20() 63 STORE32_LE(out + 16, x12); in crypto_core_hchacha20()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | chacha_private.h | 93 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 137 x12 = j12; in chacha_encrypt_bytes() 142 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 147 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 163 x12 = PLUS(x12,j12); in chacha_encrypt_bytes() 181 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes() 205 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
|
| /freebsd/contrib/unbound/compat/ |
| H A D | 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 135 x12 = j12; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes() 179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes() 203 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
|
| /freebsd/crypto/openssh/ |
| H A D | chacha.c | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 135 x12 = j12; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes() 178 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes() 201 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
|
| /freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/ |
| H A D | octeon_3xxx.dts | 44 <3 0x12 0 0x4105>, 52 <3 0x12 0 0x4105>, 60 <3 0x12 0 0x4105>, 68 <3 0x12 0 0x4105>, 77 <3 0x12 0 0x4105>, 85 <3 0x12 0 0x4105>, 93 <3 0x12 0 0x4105>, 101 <3 0x12 0 0x4105>, 117 <3 0x12 0 0x4105>, 127 <3 0x12 0 0x4105>, [all …]
|
| H A D | octeon_68xx.dts | 79 <3 0x12 0 0x4105>, 88 <3 0x12 0 0x4105>, 97 <3 0x12 0 0x4105>, 106 <3 0x12 0 0x4105>, 123 <3 0x12 0 0x4105>, 132 <3 0x12 0 0x4105>, 141 <3 0x12 0 0x4105>, 150 <3 0x12 0 0x4105>, 167 <3 0x12 0 0x4105>, 176 <3 0x12 0 0x4105>, [all …]
|
| /freebsd/sys/crypto/chacha20/ |
| H A D | chacha.c | 113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 159 x12 = j12; in chacha_encrypt_bytes() 164 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 169 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 185 x12 = PLUS(x12,j12); in chacha_encrypt_bytes() 203 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes() 236 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8641_hpcn_36b.dts | 182 /* IDSEL 0x12 func 0 - PCI slot 2 */ 188 /* IDSEL 0x12 func 1 - PCI slot 2 */ 194 /* IDSEL 0x12 func 2 - PCI slot 2 */ 200 /* IDSEL 0x12 func 3 - PCI slot 2 */ 206 /* IDSEL 0x12 func 4 - PCI slot 2 */ 212 /* IDSEL 0x12 func 5 - PCI slot 2 */ 218 /* IDSEL 0x12 func 6 - PCI slot 2 */ 224 /* IDSEL 0x12 func 7 - PCI slot 2 */
|
| H A D | mpc8641_hpcn.dts | 215 /* IDSEL 0x12 func 0 - PCI slot 2 */ 221 /* IDSEL 0x12 func 1 - PCI slot 2 */ 227 /* IDSEL 0x12 func 2 - PCI slot 2 */ 233 /* IDSEL 0x12 func 3 - PCI slot 2 */ 239 /* IDSEL 0x12 func 4 - PCI slot 2 */ 245 /* IDSEL 0x12 func 5 - PCI slot 2 */ 251 /* IDSEL 0x12 func 6 - PCI slot 2 */ 257 /* IDSEL 0x12 func 7 - PCI slot 2 */
|
| /freebsd/stand/kboot/kboot/arch/aarch64/ |
| H A D | tramp.S | 78 ldp x11, x12, [x8, #TRAMP_MEMMAP_DST] /* x12 = len */ 82 subs x12, x12, #8
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rk3288-veyron-jerry.dts | 91 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 110 0x0b 0x0a 0x0c 0x0a 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 114 0x0c 0x0a 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 118 0x0d 0x09 0x0e 0x09 0x0f 0x09 0x10 0x05 0x11 0x05 0x12 0x05 0x13 0x05 0x14 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 …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
| H A D | chacha20_ref.c | 84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in chacha20_encrypt_bytes() local 137 x12 = j12; in chacha20_encrypt_bytes() 142 QUARTERROUND(x0, x4, x8, x12) in chacha20_encrypt_bytes() 147 QUARTERROUND(x1, x6, x11, x12) in chacha20_encrypt_bytes() 163 x12 = PLUS(x12, j12); in chacha20_encrypt_bytes() 180 x12 = XOR(x12, LOAD32_LE(m + 48)); in chacha20_encrypt_bytes() 204 STORE32_LE(c + 48, x12); in chacha20_encrypt_bytes()
|
| /freebsd/stand/fonts/ |
| H A D | Makefile | 7 6x12.fnt.gz \ 26 6x12.fnt.gz: 6x12.fnt 53 6x12.fnt: ter-u12n.bdf ter-u12b.bdf
|