| /freebsd/sys/riscv/riscv/ |
| H A D | swtch.S | 216 ld x13, TD_PCB(a0) 217 sd x13, PC_CURPCB(tp) 220 ld ra, (PCB_RA)(x13) 221 ld sp, (PCB_SP)(x13) 224 ld s0, (PCB_S + 0 * 8)(x13) 225 ld s1, (PCB_S + 1 * 8)(x13) 226 ld s2, (PCB_S + 2 * 8)(x13) 227 ld s3, (PCB_S + 3 * 8)(x13) 228 ld s4, (PCB_S + 4 * 8)(x13) 229 ld s5, (PCB_S + 5 * 8)(x13) [all …]
|
| /freebsd/sys/crypto/openssl/aarch64/ |
| H A D | md5-aarch64.S | 20 eor x17, x12, x13 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 30 eor x14, x16, x13 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 195 movz x13, #0x438e // .Load lower half of constant 0xa679438e 196 movk x13, #0xa679, lsl #16 // .Load upper half of constant 0xa679438e 205 movz x13, #0x821 // .Load lower half of constant 0x49b40821 206 movk x13, #0x49b4, lsl #16 // .Load upper half of constant 0x49b40821 213 movz x13, #0x2562 // .Load lower half of constant 0xf61e2562 214 movk x13, #0xf61e, lsl #16 // .Load upper half of constant 0xf61e2562 217 and x13, x9, x17 // Aux function round 2 (x & z) 223 movz x13, #0xb340 // .Load lower half of constant 0xc040b340 [all …]
|
| H A D | ecp_sm2p256-armv8.S | 55 ldp x13,x14,[x2,#16] 60 sbcs x9,x9,x13 93 ldp x13,x14,[x2,#16] 99 csel x13,xzr,x13,eq 105 adcs x9,x9,x13 137 ldp x13,x14,[x2,#16] 143 csel x13,xzr,x13,eq 149 adcs x9,x9,x13 184 ldp x13,x14,[x2,#16] 187 sbcs x9,x9,x13 [all …]
|
| H A D | poly1305-armv8.S | 48 adrp x13,poly1305_emit 49 add x13,x13,#:lo12:.Lpoly1305_emit 54 csel x13,x13,x8,eq 59 stp x12,x13,[x2] 96 umulh x13,x4,x7 103 adc x13,x13,x11 106 adds x13,x13,x10 111 adds x13,x13,x10 116 adds x13,x13,x10 123 adcs x5,x13,xzr [all …]
|
| H A D | armv8-mont.S | 46 ldp x13,x14,[x3],#16 // np[0..1] 58 umulh x13,x13,x15 72 adc x13,x13,xzr 82 adds x12,x16,x13 84 adc x13,x17,xzr 89 adc x13,x13,xzr 99 adds x12,x16,x13 101 adc x13,x17,xzr 105 adcs x13,x13,x7 108 stp x12,x13,[x22] [all …]
|
| H A D | ecp_nistz256-armv8.S | 2410 adrp x13,.Lpoly 2411 add x13,x13,#:lo12:.Lpoly 2412 ldr x12,[x13,#8] 2413 ldr x13,[x13,#24] 2438 adrp x13,.Lpoly 2439 add x13,x13,#:lo12:.Lpoly 2440 ldr x12,[x13,#8] 2441 ldr x13,[x13,#24] 2467 adrp x13,.Lpoly 2468 add x13,x13,#:lo12:.Lpoly [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rk3288-veyron-jerry.dts | 89 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 …]
|
| /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 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()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | mdio-mux-gpio.txt | 44 <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 D | mdio-mux.txt | 54 <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>;
|
| /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 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()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | acorn | 39 0 string \x02\x01\x13\x13\x13\x01\x0d\x10 Digital Symphony sound sample (RISC OS), 50 0 string \x02\x01\x13\x13\x14\x12\x01\x0b Digital Symphony song (RISC OS), 59 0 string \x02\x01\x13\x13\x10\x14\x12\x0e
|
| H A D | os9 | 62 >0x13 byte 1 machine language 63 >0x13 byte 2 BASIC I-code 64 >0x13 byte 3 Pascal P-code 65 >0x13 byte 4 C I-code 66 >0x13 byte 5 COBOL I-code 67 >0x13 byte 6 Fortran I-code
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mn-rve-gateway.dts | 217 MX8MN_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK 0x13 218 MX8MN_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI 0x13 219 MX8MN_IOMUXC_ECSPI1_MISO_ECSPI1_MISO 0x13 220 MX8MN_IOMUXC_ECSPI1_SS0_GPIO5_IO9 0x13 /* SS0 */ 221 MX8MN_IOMUXC_SAI5_RXD1_GPIO3_IO22 0x13 /* SC16 IRQ */ 227 MX8MN_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK 0x13 228 MX8MN_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI 0x13 229 MX8MN_IOMUXC_ECSPI2_MISO_ECSPI2_MISO 0x13 230 MX8MN_IOMUXC_ECSPI2_SS0_GPIO5_IO13 0x13 /* SS0 */ 231 MX8MN_IOMUXC_SAI5_RXC_GPIO3_IO20 0x13 /* SC16 IRQ */
|
| /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 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()
|
| /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 138 x13 = j13; in chacha_encrypt_bytes() 143 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 148 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 164 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 182 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 206 U32TO8_LITTLE(c + 52,x13); 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 136 x13 = j13; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 204 U32TO8_LITTLE(c + 52,x13); 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 136 x13 = j13; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 179 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 202 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
| /freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/ |
| H A D | octeon_3xxx.dts | 45 <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 D | octeon_68xx.dts | 80 <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 …]
|
| /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 160 x13 = j13; in chacha_encrypt_bytes() 165 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 170 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 186 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 204 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 237 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
| /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 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()
|
| /freebsd/contrib/wireguard-tools/ |
| H A D | curve25519-fiat32.h | 229 { const u32 x13 = in1[4]; in fe_add_impl() local 248 out[4] = (x13 + x31); in fe_add_impl() 272 { const u32 x13 = in1[4]; in fe_sub_impl() local 291 out[4] = ((0x7fffffe + x13) - x31); in fe_sub_impl() 315 { const u32 x13 = in1[4]; in fe_mul_impl() local 334 …{ u64 x44 = (((((u64)x27 * x9) + (0x2 * (((u64)x25 * x11) + ((u64)x29 * x7)))) + ((u64)x23 * x13))… in fe_mul_impl() 335 …{ u64 x45 = (((((((u64)x27 * x11) + ((u64)x29 * x9)) + ((u64)x25 * x13)) + ((u64)x31 * x7)) + ((u6… in fe_mul_impl() 336 …* ((((u64)x29 * x11) + ((u64)x25 * x15)) + ((u64)x33 * x7))) + ((u64)x27 * x13)) + ((u64)x31 * x9)… in fe_mul_impl() 337 …{ u64 x47 = (((((((((u64)x29 * x13) + ((u64)x31 * x11)) + ((u64)x27 * x15)) + ((u64)x33 * x9)) + (… in fe_mul_impl() 338 …{ u64 x48 = (((((((u64)x31 * x13) + (0x2 * (((((u64)x29 * x15) + ((u64)x33 * x11)) + ((u64)x25 * x… in fe_mul_impl() [all …]
|
| /freebsd/lib/libc/aarch64/string/ |
| H A D | strncmp.S | 24 mov x13, #-1 // save constants for later 47 lsl x3, x13, x14 // string head 48 lsl x4, x13, x15 121 lsl x3, x13, x14 // string head 122 lsl x4, x13, x15 181 lsl x4, x13, x4 210 lsl x4, x13, x4 293 lsl x4, x13, x4 319 lsl x4, x13, x4 // take first half into account 398 lsl x4, x13, x4 [all …]
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | oids.txt | 83 OBJ_basic_constraints="\x55\x1D\x13" 210 OBJ_id_smime_aa_ets_otherSigCert="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x02\x13" 322 OBJ_id_cmc_responseInfo="\x2B\x06\x01\x05\x05\x07\x07\x13" 431 OBJ_simpleSecurityObject="\x09\x92\x26\x89\x93\xF2\x2C\x64\x04\x13" 513 OBJ_setct_AuthTokenTBS="\x67\x2A\x00\x13" 666 OBJ_X9_62_c2pnb368w1="\x2A\x86\x48\xCE\x3D\x03\x00\x13" 764 OBJ_id_GostR3410_2001="\x2A\x85\x03\x02\x02\x13" 814 OBJ_physicalDeliveryOfficeName="\x55\x04\x13" 945 OBJ_capwapWTP="\x2B\x06\x01\x05\x05\x07\x03\x13" 959 OBJ_id_smime_ct_contentCollection="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x13" [all …]
|