/openbsd/sys/arch/arm64/arm64/ |
H A D | locore0.S | 208 adr x6, .Lpagetable 209 ldr x6, [x6] 210 sub x6, x6, x29 // VA -> PA 211 mov x26, x6 220 cmp x6, x27 239 mov x9, x6 241 mov x6, x26 261 mov x9, x6 263 mov x6, x27 270 mov x9, x6 [all …]
|
H A D | copystr.S | 36 mrs x6, tpidr_el1 // load curcpu 37 ldr x6, [x6, #(CI_CURPCB)] 38 ldr x5, [x6, #(PCB_ONFAULT)] 40 str x7, [x6, #(PCB_ONFAULT)] // set handler 70 str x5, [x6, #(PCB_ONFAULT)] 84 mrs x6, tpidr_el1 // load curcpu 85 ldr x6, [x6, #(CI_CURPCB)] 86 ldr x5, [x6, #(PCB_ONFAULT)] 88 str x7, [x6, #(PCB_ONFAULT)] // set handler
|
H A D | copy.S | 57 2: ldtr x6, [x0] 59 stp x6, x7, [x1], #16 147 2: ldp x6, x7, [x0], #16 148 sttr x6, [x1] 192 2: ldp x6, x7, [x0], #16 193 stp x6, x7, [x1], #16 200 ldr x6, [x0], #8 201 str x6, [x1], #8
|
/openbsd/libexec/ld.so/ |
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 129 x6 = j6; in chacha_encrypt_bytes() 142 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 155 x6 = PLUS(x6,j6); in chacha_encrypt_bytes() 173 x6 = XOR(x6,U8TO32_LITTLE(m + 24)); in chacha_encrypt_bytes() 197 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
|
/openbsd/lib/libc/crypt/ |
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 129 x6 = j6; in chacha_encrypt_bytes() 142 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 155 x6 = PLUS(x6,j6); in chacha_encrypt_bytes() 173 x6 = XOR(x6,U8TO32_LITTLE(m + 24)); in chacha_encrypt_bytes() 197 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
|
/openbsd/usr.bin/ssh/ |
H A D | chacha.c | 89 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 127 x6 = j6; in chacha_encrypt_bytes() 140 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 143 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 153 x6 = PLUS(x6,j6); in chacha_encrypt_bytes() 170 x6 = XOR(x6,U8TO32_LITTLE(m + 24)); in chacha_encrypt_bytes() 193 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
|
/openbsd/sys/crypto/ |
H A D | chacha_private.h | 130 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 168 x6 = j6; in chacha_encrypt_bytes() 181 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 184 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 194 x6 = PLUS(x6,j6); in chacha_encrypt_bytes() 212 x6 = XOR(x6,U8TO32_LITTLE(m + 24)); in chacha_encrypt_bytes() 236 U32TO8_LITTLE(c + 24,x6); in chacha_encrypt_bytes()
|
H A D | curve25519.c | 149 const uint32_t x6 = in1[2]; in fe_freeze() local 154 uint32_t x26; uint8_t/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 481 const uint32_t x6 = in1[2]; in fe_sqr_impl() local 486 uint64_t x21 = (0x2 * (((uint64_t)x4 * x4) + ((uint64_t)x2 * x6))); in fe_sqr_impl() 487 uint64_t x22 = (0x2 * (((uint64_t)x4 * x6) + ((uint64_t)x2 * x8))); in fe_sqr_impl() 488 …uint64_t x23 = ((((uint64_t)x6 * x6) + ((uint64_t)(0x4 * x4) * x8)) + ((uint64_t)(0x2 * x2) * x10)… in fe_sqr_impl() 489 uint64_t x24 = (0x2 * ((((uint64_t)x6 * x8) + ((uint64_t)x4 * x10)) + ((uint64_t)x2 * x12))); in fe_sqr_impl() 490 …uint64_t x25 = (0x2 * (((((uint64_t)x8 * x8) + ((uint64_t)x6 * x10)) + ((uint64_t)x2 * x14)) + ((u… in fe_sqr_impl() 491 …uint64_t x26 = (0x2 * (((((uint64_t)x8 * x10) + ((uint64_t)x6 * x12)) + ((uint64_t)x4 * x14)) + ((… in fe_sqr_impl() 493 …uint64_t x28 = (0x2 * ((((((uint64_t)x10 * x12) + ((uint64_t)x8 * x14)) + ((uint64_t)x6 * x16)) + … in fe_sqr_impl() [all …]
|
/openbsd/lib/libcrypto/chacha/ |
H A D | chacha-merged.c | 121 u32 x0, x1, x2, x3, x4, x5, x6, x7; in chacha_encrypt_bytes() local 163 x6 = j6; in chacha_encrypt_bytes() 176 QUARTERROUND(x2, x6, x10, x14) in chacha_encrypt_bytes() 179 QUARTERROUND(x1, x6, x11, x12) in chacha_encrypt_bytes() 189 x6 = PLUS(x6, j6); in chacha_encrypt_bytes() 207 U32TO8_LITTLE(x->ks + 24, x6); in chacha_encrypt_bytes() 225 x6 = XOR(x6, U8TO32_LITTLE(m + 24)); in chacha_encrypt_bytes() 251 U32TO8_LITTLE(c + 24, x6); in chacha_encrypt_bytes()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/ |
H A D | impint2.C | 27 X x6(3.5f, 1); // WARNING - float to int in fn() 52 X x6(-1, 1); in foo()
|
H A D | impint.C | 30 X x6(3.5f, 1); // WARNING - float to int in fn()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFInstrFormats.td | 19 def BPF_JMP32 : BPFOpClass<0x6>; 39 def BPF_LSH : BPFArithOp<0x6>; 67 def BPF_JSGT : BPFJumpOp<0x6>; 93 def BPF_ATOMIC : BPFModeModifer<0x6>;
|
/openbsd/libexec/ld.so/aarch64/ |
H A D | ldasm.S | 85 stp x6, x7, [sp, #-16]! 104 ldp x6, x7, [sp], #16
|
/openbsd/lib/libcrypto/bn/asm/ |
H A D | modexp512-x86_64.pl | 712 my ($pDst, $pA, $x, $A, $tmp, $x7, $x6, $pDst_o)=@_; 954 mov %rax, $x6 995 adc $x6, $X[5] 1010 mov (+$pDst_o+8*13)($pDst), $x6 1024 adc $x6, $x6 1064 add %rdx, $x6 1068 mov $x6, (+$pDst_o+8*13)($pDst)
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | elfnix_tls.aarch64.S | 37 stp x5, x6, [sp, #16 * 13] 78 ldp x5, x6, [sp, #16 * 13]
|
H A D | macho_tlv.arm64.S | 36 stp x5, x6, [sp, #16 * 13] 76 ldp x5, x6, [sp, #16 * 13]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | spec37.C | 18 int x6; member
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20021118-1.c | 3 int foo (struct s s, int x1, int x2, int x3, int x4, int x5, int x6, int x7) in foo() argument
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 2991.crt | 18 1FyjxIU79dSlvBPrf8mSCoAaDYhsyOZPZoXES14RCu5aV6PHhpAj8AcMy6dkV/x6
|
H A D | 2416.key | 22 NIGrgo+JRCGclhMKTvhBFgZLHUOl1kvai5yLkIykCKJ6xp4jBZ4SKbrLksJm+8x6
|
H A D | 3123.key | 11 vnhxchIoa8s4F1Dx9eySMeVhgGXdolar/4ejjeMT4kXbVC40kKgsN+x6+coK+rWe
|
H A D | 2689.key | 8 DHxg35B63J0WOFYKabWXJ79eIeZpDOz0YI/fVKUAQpum9DCDw3fDTE//x6+kne/e
|
H A D | 2489.key | 12 bVhAJfvtJaCziZoNE1m7sOVBxZjQi3+x6++ITi6VOyM1Tk2aIJSg/8xpT49VfflK
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | vararg2.c | 19 #define _gnu_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,ys...) n argument 57 #define _c99_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,...) n argument
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_tag_mismatch_riscv64.S | 112 sd x6, 48(sp)
|