Home
last modified time | relevance | path

Searched refs:x9 (Results 1 – 25 of 112) sorted by relevance

12345

/f-stack/freebsd/arm64/arm64/
H A Dlocore.S442 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 Dswtch.S93 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 Dcopyinout.S177 ldp x9, x10, [x0], #0x10
181 stp x9, x10, [x1], #0x10
H A Dmemcpy.S76 #define B_h x9
85 #define tmp1 x9
/f-stack/freebsd/crypto/openssl/aarch64/
H A Darmv8-mont.S30 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 Decp_nistz256-armv8.S2552 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 Dpoly1305-armv8.S43 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 Dkeccak1600-armv8.S50 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 Darm64cpuid.S101 ldp x8,x9,[x0]
104 eor x9,x9,x11
105 orr x8,x8,x9
H A Dsha512-armv8.S252 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 Dchacha-armv8.S222 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 Dcore_hsalsa20_ref2.c23 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 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
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 Dat91-natte.dtsi69 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 Darmada-xp-mv78260.dtsi92 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 Dcore_hchacha20.c22 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 Dchacha.c116 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 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
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 Dp2020ds.dtsi220 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 Diommu.txt46 <0x9 &iommu0 0x9 0xfff7>;
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dmvme5100.dts131 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 Dspear-keyboard.txt9 - st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dsbs_sbs-charger.txt18 reg = <0x9>;
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Drtc-m41t80.txt29 interrupts = <0x9 0x8>;
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dqoriq-fman3-0-1g-1.dtsi11 cell-index = <0x9>;

12345