| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | armv8-mont.S | 30 umulh x7,x7,x9 98 umulh x7,x7,x9 103 adc x7,x7,xzr 131 adc x7,x7,xzr 152 adc x7,x7,xzr 572 mul x19,x7,x7 574 umulh x7,x7,x7 607 mul x6,x7,x7 609 umulh x7,x7,x7 925 sbcs x7,x20,x7 [all …]
|
| H A D | ecp_nistz256-armv8.S | 2837 umulh x7,x7,x7 3902 umulh x7,x7,x7 4034 lsr x7,x7,#32 4050 lsr x7,x7,#32 4066 lsr x7,x7,#32 4102 orr x7,x7,x11,lsl#32 4106 csel x7,x7,xzr,ne 4122 orr x7,x7,x11,lsl#32 4126 csel x7,x7,xzr,ne 4141 orr x7,x7,x11,lsl#32 [all …]
|
| H A D | poly1305-armv8.S | 39 rev x7,x7 // flip bytes 42 and x7,x7,x9 // &=0ffffffc0fffffff 54 csel x12,x12,x7,eq 93 umulh x13,x4,x7 106 umulh x11,x5,x7 166 umulh x13,x4,x7 179 umulh x11,x5,x7 349 mov x4,x7 // r^1 413 ubfx x7,x9,#26,#26 449 ubfx x7,x9,#26,#26 [all …]
|
| H A D | aesv8-armx.S | 308 ld1 {v7.4s},[x7] 310 add x7,x3,#32 320 add x7,x3,#16 441 ld1 {v16.4s},[x7],#16 449 ld1 {v17.4s},[x7],#16 473 mov x7,x3 521 ld1 {v16.4s},[x7],#16 527 ld1 {v17.4s},[x7],#16 596 ld1 {v7.4s},[x7] 597 add x7,x3,#32 [all …]
|
| H A D | sha512-armv8.S | 142 ror x7,x27,#28 203 rev x7,x7 // 4 629 add x7,x7,x0 633 add x7,x7,x13 635 add x7,x7,x12 899 eor x7,x7,x24,ror#34 919 ror x7,x2,#1 926 eor x7,x7,x2,ror#8 934 eor x7,x7,x2,lsr#7 // sigma0(X[i+1]) 964 eor x7,x7,x0,ror#61 [all …]
|
| H A D | keccak1600-armv8.S | 48 eor x28,x2,x7 81 eor x7,x7,x9 126 ror x11,x7,#64-6 131 ror x7,x10,#64-3 153 bic x26,x7,x6 156 bic x27,x8,x7 165 eor x7,x7,x26 225 ldp x6,x7,[x26,#16*3] 242 stp x6,x7,[x26,#16*3] 288 ldp x6,x7,[x26,#16*3] [all …]
|
| H A D | chacha-armv8.S | 221 rev x7,x7 230 eor x7,x7,x8 278 rev x7,x7 641 rev x7,x7 651 eor x7,x7,x8 721 rev x7,x7 730 eor x7,x7,x8 1351 rev x7,x7 1360 eor x7,x7,x8 1865 rev x7,x7 [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | copyinout.S | 43 ldr x7, =VM_MAXUSER_ADDRESS 44 cmp x6, x7 102 SET_FAULT_HANDLER(x6, x7) /* Set the handler */ 104 ldr x7, =VM_MAXUSER_ADDRESS 105 1: cmp x0, x7 149 SET_FAULT_HANDLER(x6, x7) /* Set the handler */ 150 ENTER_USER_ACCESS(w6, x7) 176 ldp x7, x8, [x0], #0x10 180 stp x7, x8, [x1], #0x10 219 EXIT_USER_ACCESS_CHECK(w6, x7) [all …]
|
| H A D | bzero.S | 67 ldr x7, =dczva_line_size 68 ldr x7, [x7] 69 cbz x7, normal 75 cmp x1, x7 82 sub x2, x7, #0x01 92 rbit x2, x7 194 add x0, x0, x7
|
| H A D | locore.S | 403 ldr x7, =(3 * L2_SIZE - 1) 404 add x8, x8, x7 416 ldr x7, .Lend 417 sub x8, x7, x6 423 ldr x7, =(3 * L2_SIZE - 1) 424 add x8, x8, x7 433 mov x7, #VM_MEMATTR_WRITE_BACK 471 mov x7, #(ATTR_S1_nG | ATTR_S1_IDX(VM_MEMATTR_DEVICE)) 483 mov x7, #(ATTR_S1_nG | ATTR_S1_IDX(VM_MEMATTR_WRITE_BACK)) 601 orr x12, x7, #L1_BLOCK [all …]
|
| H A D | support.S | 42 ldr x7, =(\limit) 43 cmp x\user_arg, x7 99 adr x7, fsu_fault /* Load the fault handler */ 100 SET_FAULT_HANDLER(x7, x6) /* And set it */
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/ |
| H A D | core_hsalsa20_ref2.c | 22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, in crypto_core_hsalsa20() local 46 x7 = LOAD32_LE(in + 4); in crypto_core_hsalsa20() 64 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_hsalsa20() 65 x11 ^= ROTL32(x7 + x3, 13); in crypto_core_hsalsa20() 66 x15 ^= ROTL32(x11 + x7, 18); in crypto_core_hsalsa20() 72 x7 ^= ROTL32(x6 + x5, 9); in crypto_core_hsalsa20() 73 x4 ^= ROTL32(x7 + x6, 13); in crypto_core_hsalsa20() 74 x5 ^= ROTL32(x4 + x7, 18); in crypto_core_hsalsa20() 90 STORE32_LE(out + 20, x7); in crypto_core_hsalsa20()
|
| /f-stack/freebsd/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 41 j7 = x7 = LOAD32_LE(in + 4); in crypto_core_salsa() 59 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_salsa() 60 x11 ^= ROTL32(x7 + x3, 13); in crypto_core_salsa() 61 x15 ^= ROTL32(x11 + x7, 18); in crypto_core_salsa() 67 x7 ^= ROTL32(x6 + x5, 9); in crypto_core_salsa() 68 x4 ^= ROTL32(x7 + x6, 13); in crypto_core_salsa() 69 x5 ^= ROTL32(x4 + x7, 18); in crypto_core_salsa() 86 STORE32_LE(out + 28, x7 + j7); in crypto_core_salsa()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/opp/ |
| H A D | qcom-nvmem-cpufreq.txt | 163 opp-supported-hw = <0x7>; 175 opp-supported-hw = <0x7>; 187 opp-supported-hw = <0x7>; 199 opp-supported-hw = <0x7>; 211 opp-supported-hw = <0x7>; 235 opp-supported-hw = <0x7>; 247 opp-supported-hw = <0x7>; 259 opp-supported-hw = <0x7>; 271 opp-supported-hw = <0x7>; 283 opp-supported-hw = <0x7>; [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hchacha20/ |
| H A D | core_hchacha20.c | 21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in crypto_core_hchacha20() local 38 x7 = LOAD32_LE(k + 12); in crypto_core_hchacha20() 52 QUARTERROUND(x3, x7, x11, x15); in crypto_core_hchacha20() 55 QUARTERROUND(x2, x7, x8, x13); in crypto_core_hchacha20()
|
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | chacha.c | 116 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 157 x7 = j7; in chacha_encrypt_bytes() 170 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 173 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 183 x7 = PLUS(x7,j7); in chacha_encrypt_bytes() 201 x7 = XOR(x7,U8TO32_LITTLE(m + 28)); in chacha_encrypt_bytes() 234 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
|
| /f-stack/freebsd/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 132 x7 = j7; in chacha20_encrypt_bytes() 145 QUARTERROUND(x3, x7, x11, x15) in chacha20_encrypt_bytes() 148 QUARTERROUND(x2, x7, x8, x13) in chacha20_encrypt_bytes() 158 x7 = PLUS(x7, j7); in chacha20_encrypt_bytes() 175 x7 = XOR(x7, LOAD32_LE(m + 28)); in chacha20_encrypt_bytes() 199 STORE32_LE(c + 28, x7); in chacha20_encrypt_bytes()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-stp-xway.txt | 37 lantiq,groups = <0x7>; 39 lantiq,phy1 = <0x7>; 40 lantiq,phy2 = <0x7>;
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8568mds.dts | 89 reg = <0x7>; 131 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 159 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 230 reg = <0x7>; 255 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 260 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1 0 0 265 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1 0 0
|
| H A D | mpc8641si-post.dtsi | 109 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 136 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 141 0x0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
| H A D | mpc8544ds.dtsi | 122 interrupt-map-mask = <0xff00 0x0 0x0 0x7>; 134 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2 135 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | pxa3xx.dtsi | 63 #define MFP_DSMSK (0x7 << 10) 71 #define MFP_DS13X < (0x7 << 10) MFP_DSMSK > 77 #define MPF_PULL_MSK (0x7 << 13) 164 pinctrl-single,function-mask = <0x7>;
|
| H A D | imx7d.dtsi | 47 opp-supported-hw = <0xd>, <0x7>; 55 opp-supported-hw = <0xc>, <0x7>; 176 interrupt-map-mask = <0 0 0 0x7>;
|
| H A D | armada-xp-mv78260.dtsi | 87 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */ 88 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */ 210 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0 211 0x81000000 0 0 0x81000000 0x7 0 1 0>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-3720-turris-mox.dts | 316 reg = <0x7>; 365 reg = <0x7>; 508 reg = <0x7>; 557 reg = <0x7>; 700 reg = <0x7>; 749 reg = <0x7>;
|