| /f-stack/freebsd/arm64/arm64/ |
| H A D | locore.S | 442 mov x9, x6 450 mov x9, x6 458 add x9, x9, :lo12:pagetable_dmap 484 mov x9, x0 537 lsr x9, x9, #PAGE_SHIFT 545 add x9, x9, #1 574 lsr x9, x9, #PAGE_SHIFT 605 lsr x9, x9, #L1_SHIFT 615 add x9, x9, #1 645 lsr x9, x9, #L2_SHIFT [all …]
|
| H A D | swtch.S | 93 ldp x8, x9, [x4, #PCB_REGS + 8 * 8] 124 stp x8, x9, [x4, #PCB_REGS + 8 * 8] 190 ldp x8, x9, [x4, #PCB_REGS + 8 * 8] 211 mov x1, x9 220 ldp x8, x9, [sp, #TF_X + 8 * 8] 262 stp x8, x9, [x0, #PCB_REGS + 8 * 8]
|
| H A D | copyinout.S | 177 ldp x9, x10, [x0], #0x10 181 stp x9, x10, [x1], #0x10
|
| H A D | memcpy.S | 76 #define B_h x9 85 #define tmp1 x9
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | armv8-mont.S | 30 umulh x7,x7,x9 32 umulh x11,x8,x9 65 umulh x11,x8,x9 98 umulh x7,x7,x9 576 mul x8,x9,x9 579 umulh x9,x9,x9 610 mul x8,x9,x9 611 umulh x9,x9,x9 929 sbcs x9,x22,x9 946 csel x9,x22,x9,lo [all …]
|
| H A D | ecp_nistz256-armv8.S | 2552 mov x9,x15 2577 mov x9,x15 2588 mov x9,x5 3034 mov x9,x15 3107 mov x9,x5 3353 csel x9,x5,x9,ne 3371 csel x9,x5,x9,ne 3389 csel x9,x5,x9,ne 3560 csel x9,x5,x9,ne 3579 csel x9,x5,x9,ne [all …]
|
| H A D | poly1305-armv8.S | 43 and x9,x9,#-4 407 rev x9,x9 416 extr x9,x13,x9,#52 420 and x9,x9,#0x03ffffff 443 rev x9,x9 452 extr x9,x13,x9,#52 456 and x9,x9,#0x03ffffff 504 rev x9,x9 522 extr x9,x13,x9,#52 569 rev x9,x9 [all …]
|
| H A D | keccak1600-armv8.S | 50 eor x4,x4,x9 69 eor x1,x1,x9 70 eor x6,x6,x9 81 eor x7,x7,x9 99 eor x9,x9,x30 164 eor x9,x9,x30 369 eor x9,x9,x26 578 mov x9,#12 757 subs x9,x9,#1 1040 mov x9,x0 [all …]
|
| H A D | arm64cpuid.S | 101 ldp x8,x9,[x0] 104 eor x9,x9,x11 105 orr x8,x8,x9
|
| H A D | sha512-armv8.S | 252 rev x9,x9 // 6 491 eor x9,x9,x4,ror#8 499 eor x9,x9,x4,lsr#7 // sigma0(X[i+1]) 530 eor x9,x9,x2,ror#61 535 eor x9,x9,x2,lsr#6 // sigma1(X[i+14]) 691 add x9,x9,x2 695 add x9,x9,x15 697 add x9,x9,x14 961 eor x9,x9,x22,ror#34 988 eor x9,x9,x4,ror#8 [all …]
|
| H A D | chacha-armv8.S | 222 rev x9,x9 231 eor x9,x9,x10 279 rev x9,x9 642 rev x9,x9 652 eor x9,x9,x10 722 rev x9,x9 731 eor x9,x9,x10 1352 rev x9,x9 1361 eor x9,x9,x10 1866 rev x9,x9 [all …]
|
| /f-stack/freebsd/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 48 x9 = LOAD32_LE(in + 12); in crypto_core_hsalsa20() 55 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_hsalsa20() 56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20() 57 x1 ^= ROTL32(x13 + x9, 13); in crypto_core_hsalsa20() 75 x11 ^= ROTL32(x10 + x9, 7); in crypto_core_hsalsa20() 77 x9 ^= ROTL32(x8 + x11, 13); in crypto_core_hsalsa20() 78 x10 ^= ROTL32(x9 + x8, 18); in crypto_core_hsalsa20() 92 STORE32_LE(out + 28, x9); 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 43 j9 = x9 = LOAD32_LE(in + 12); in crypto_core_salsa() 50 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_salsa() 51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa() 52 x1 ^= ROTL32(x13 + x9, 13); in crypto_core_salsa() 70 x11 ^= ROTL32(x10 + x9, 7); in crypto_core_salsa() 72 x9 ^= ROTL32(x8 + x11, 13); in crypto_core_salsa() 73 x10 ^= ROTL32(x9 + x8, 18); in crypto_core_salsa() 88 STORE32_LE(out + 36, x9 + j9); in crypto_core_salsa()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | at91-natte.dtsi | 69 reg = <0x9>; 85 reg = <0x9>; 101 reg = <0x9>; 117 reg = <0x9>; 133 reg = <0x9>; 149 reg = <0x9>; 165 reg = <0x9>; 181 reg = <0x9>;
|
| H A D | armada-xp-mv78260.dtsi | 92 0x82000000 0x9 0 MBUS_ID(0x04, 0xf8) 0 1 0 /* Port 2.0 MEM */ 93 0x81000000 0x9 0 MBUS_ID(0x04, 0xf0) 0 1 0 /* Port 2.0 IO */>; 246 ranges = <0x82000000 0 0 0x82000000 0x9 0 1 0 247 0x81000000 0 0 0x81000000 0x9 0 1 0>;
|
| /f-stack/freebsd/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 40 x9 = LOAD32_LE(k + 20); in crypto_core_hchacha20() 50 QUARTERROUND(x1, x5, x9, x13); in crypto_core_hchacha20() 56 QUARTERROUND(x3, x4, x9, x14); 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 159 x9 = j9; in chacha_encrypt_bytes() 168 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 174 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 185 x9 = PLUS(x9,j9); in chacha_encrypt_bytes() 203 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes() 236 U32TO8_LITTLE(c + 36,x9); 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 134 x9 = j9; in chacha20_encrypt_bytes() 143 QUARTERROUND(x1, x5, x9, x13) in chacha20_encrypt_bytes() 149 QUARTERROUND(x3, x4, x9, x14) in chacha20_encrypt_bytes() 160 x9 = PLUS(x9, j9); in chacha20_encrypt_bytes() 177 x9 = XOR(x9, LOAD32_LE(m + 36)); in chacha20_encrypt_bytes() 201 STORE32_LE(c + 36, x9); in chacha20_encrypt_bytes()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p2020ds.dtsi | 220 0x8800 0x0 0x0 0x1 &i8259 0x9 0x2 224 0x8900 0x0 0x0 0x1 &i8259 0x9 0x2 228 0x8a00 0x0 0x0 0x1 &i8259 0x9 0x2 232 0x8b00 0x0 0x0 0x1 &i8259 0x9 0x2 236 0x8c00 0x0 0x0 0x1 &i8259 0x9 0x2 240 0x8d00 0x0 0x0 0x1 &i8259 0x9 0x2 244 0x8e00 0x0 0x0 0x1 &i8259 0x9 0x2 248 0x8f00 0x0 0x0 0x1 &i8259 0x9 0x2
|
| /f-stack/freebsd/contrib/device-tree/Bindings/virtio/ |
| H A D | iommu.txt | 46 <0x9 &iommu0 0x9 0xfff7>;
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | mvme5100.dts | 131 0x8000 0x0 0x0 0x1 &mpic 0x9 0x1 138 0x8800 0x0 0x0 0x2 &mpic 0x9 0x1 148 0xa000 0x0 0x0 0x1 &mpic 0x9 0x1
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | spear-keyboard.txt | 9 - st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | sbs_sbs-charger.txt | 18 reg = <0x9>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | rtc-m41t80.txt | 29 interrupts = <0x9 0x8>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | qoriq-fman3-0-1g-1.dtsi | 11 cell-index = <0x9>;
|