Home
last modified time | relevance | path

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

123

/openbsd/sys/arch/arm64/arm64/
H A Dlse.S28 adrp x9, arm64_has_lse
48 adrp x9, arm64_has_lse
55 ldaxr x9, [x2]
56 cmp x9, x0
61 mov x0, x9
68 adrp x9, arm64_has_lse
93 ldaxr x9, [x1]
94 add x11, x9, x0
97 mov x0, x9
164 ldaxr x9, [x1]
[all …]
H A Dlocore0.S231 mov x9, x28
239 mov x9, x6
253 mov x9, x28
261 mov x9, x6
270 mov x9, x6
303 lsr x9, x9, #PAGE_SHIFT
311 add x9, x9, #1
340 lsr x9, x9, #PAGE_SHIFT
348 add x9, x9, #1
377 lsr x9, x9, #L2_SHIFT
[all …]
/openbsd/lib/libc/arch/aarch64/gen/
H A D_setjmp.S41 mov x9, sp
42 stp x8, x9, [x0], #16
73 movz x9, #(_JB_MAGIC__SETJMP & 0xffff)
74 movk x9, #(_JB_MAGIC__SETJMP >> 16), lsl #16
75 cmp x8, x9
H A Dsetjmp.S50 mov x9, sp
51 stp x8, x9, [x0], #16
89 movz x9, #(_JB_MAGIC_SETJMP & 0xffff)
90 movk x9, #(_JB_MAGIC_SETJMP >> 16), lsl #16
91 cmp x8, x9
/openbsd/libexec/ld.so/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
132 x9 = j9; in chacha_encrypt_bytes()
141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
176 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes()
200 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
/openbsd/lib/libc/crypt/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
132 x9 = j9; in chacha_encrypt_bytes()
141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
176 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes()
200 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
/openbsd/usr.bin/ssh/
H A Dchacha.c89 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
130 x9 = j9; in chacha_encrypt_bytes()
139 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
145 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
156 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
173 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes()
196 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
/openbsd/sys/crypto/
H A Dchacha_private.h130 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
171 x9 = j9; in chacha_encrypt_bytes()
180 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
186 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
197 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
215 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes()
239 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
H A Dcurve25519.c266 const uint32_t x9 = in1[2]; in fe_add_impl() local
281 out[2] = (x9 + x27); in fe_add_impl()
308 const uint32_t x9 = in1[2]; in fe_sub_impl() local
323 out[2] = ((0x7fffffe + x9) - x27); in fe_sub_impl()
350 const uint32_t x9 = in1[2]; in fe_mul_impl() local
365 uint64_t x42 = ((((uint64_t)(0x2 * x25) * x7) + ((uint64_t)x23 * x9)) + ((uint64_t)x27 * x5)); in fe_mul_impl()
366 …uint64_t x43 = (((((uint64_t)x25 * x9) + ((uint64_t)x27 * x7)) + ((uint64_t)x23 * x11)) + ((uint64… in fe_mul_impl()
367 …uint64_t x44 = (((((uint64_t)x27 * x9) + (0x2 * (((uint64_t)x25 * x11) + ((uint64_t)x29 * x7)))) +… in fe_mul_impl()
671 const uint32_t x9 = in1[2]; in fe_mul_121666_impl() local
686 uint64_t x42 = ((((uint64_t)(0x2 * x25) * x7) + ((uint64_t)x23 * x9)) + ((uint64_t)x27 * x5)); in fe_mul_121666_impl()
[all …]
/openbsd/lib/libcrypto/chacha/
H A Dchacha-merged.c122 u32 x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
166 x9 = j9; in chacha_encrypt_bytes()
175 QUARTERROUND(x1, x5, x9, x13) in chacha_encrypt_bytes()
181 QUARTERROUND(x3, x4, x9, x14) in chacha_encrypt_bytes()
192 x9 = PLUS(x9, j9); in chacha_encrypt_bytes()
210 U32TO8_LITTLE(x->ks + 36, x9); in chacha_encrypt_bytes()
228 x9 = XOR(x9, U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes()
254 U32TO8_LITTLE(c + 36, x9); in chacha_encrypt_bytes()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S90 ldrb w16, [x9, x16]
137 stp x8, x9, [sp, #64]
/openbsd/sys/arch/arm64/include/
H A Dasm.h94 RETGUARD_LOAD_RANDOM(x, x9); \
95 subs reg, reg, x9; \
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_tls.aarch64.S35 stp x9, x10, [sp, #16 * 11]
80 ldp x9, x10, [sp, #16 * 11]
H A Dmacho_tlv.arm64.S34 stp x9, x10, [sp, #16 * 11]
78 ldp x9, x10, [sp, #16 * 11]
/openbsd/usr.bin/file/magdir/
H A Dxenix35 >0x1c byte &0x9 286
66 >0x1c byte &0x9 286
/openbsd/gnu/usr.bin/perl/lib/
H A Dperlbug.t118 my $A = 'A'x9;
123 my $B = 'B'x9;
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1664.crt20 uRsXghkp01f+32lkswAQYwGqVDxD+FsNsjvpPFUbdxAXZSzA/2W5TMtbYuC/1+x9
H A D3354.crt17 EAABMA0GCSqGSIb3DQEBCwUAA4IBAQAzYpQBUUbtGxuZq/x9+T71PTK+vHA2Rd8z
H A D2212.crt11 Dum8O7gBuq+YTvJWx3zxypfOLiSwsP3v1k5joaxd3gvF5b2XC3MwMa/4x9+YfkBR
H A D2574.key7 JFufLsDyLC8TafnfcqmUB6DiETV/2s12PH5AOwIDAQABAoIBAQCt5fdK1O8XH+x9
H A D3114.key21 x9/5VxvPvRGi8VcBmuxWvr0CgYBeIsLAcvEphYh4YLaYBAaHO+ATRNXBTOjR9UYy
H A D2165.key16 A/XBXcIAAGoEBuO5J8RzROC/x9/C7+4UlRNiNHQpUcpPH0Tkq8k5ecEjRYVwah1f
H A D86.key13 Nq979mECgYEAyJ7euWn90Nfg9nRhKYYtWNWGXNrgEU9Jtti6lgzusEOc5m/Bx/x9
H A D3135.key17 x9/xv3HKYaPsLB9Ss6LgADne4+Wo6WqIJpuiserxq4JN08OqZJW+Mcz88pRgFmvu
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrFormats.td42 def BPF_MOD : BPFArithOp<0x9>;
70 def BPF_EXIT : BPFJumpOp<0x9>;

123