Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/src/sys/arch/arm64/arm64/
Dcopy.S43 adds x3, x0, x2
46 tst x3, #(1ULL << 63)
49 mrs x3, tpidr_el1 // load cpuinfo
50 ldr x3, [x3, #(CI_CURPCB)]
51 ldr x4, [x3, #(PCB_ONFAULT)]
53 str x5, [x3, #(PCB_ONFAULT)] // set handler
74 str x4, [x3, #(PCB_ONFAULT)] // clear handler
80 str x4, [x3, #(PCB_ONFAULT)]
102 mrs x3, tpidr_el1 // load cpuinfo
103 ldr x3, [x3, #(CI_CURPCB)]
[all …]
Dlocore.S211 mrs x3, id_aa64mmfr0_el1
212 bfi x2, x3, #32, #3
217 ldr x3, sctlr_clear
219 bic x1, x1, x3 /* Clear the required bits */
325 mov x3, sp
326 stp q0, q1, [x3], #32
327 stp q2, q3, [x3], #32
328 stp q4, q5, [x3], #32
329 stp q6, q7, [x3], #32
330 stp q8, q9, [x3], #32
[all …]
Dcpuswitch.S37 mov x3, sp
38 stp x19, x20, [x3, #(SF_X19)]
39 stp x21, x22, [x3, #(SF_X21)]
40 stp x23, x24, [x3, #(SF_X23)]
41 stp x25, x26, [x3, #(SF_X25)]
42 stp x27, x28, [x3, #(SF_X27)]
43 stp x29, x30, [x3, #(SF_X29)]
47 str x3, [x5, #(PCB_SP) ] // save to old pcb
67 mov x3, x19
70 mov sp, x3
[all …]
Dcpufunc_asm.S50 ldr x3, =dcache_line_size /* Load the D cache line size */
52 ldr x3, =idcache_line_size /* Load the I & D cache line size */
54 ldr x3, [x3]
55 sub x4, x3, #1 /* Get the address mask */
65 add x0, x0, x3 /* Move to the next line */
66 subs x1, x1, x3 /* Reduce the size */
72 add x2, x2, x3 /* Move to the next line */
73 subs x4, x4, x3 /* Reduce the size */
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dpopcountti2.c21 tu_int x3 = (tu_int)a; in __popcountti2() local
22 x3 = x3 - ((x3 >> 1) & in __popcountti2()
25 x3 = ((x3 >> 2) & in __popcountti2()
27 (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)); in __popcountti2()
29 x3 = (x3 + (x3 >> 4)) & in __popcountti2()
32 du_int x2 = (du_int)(x3 + (x3 >> 64)); in __popcountti2()
Dparityti2.c24 su_int x3 = x2.s.high ^ x2.s.low; in __parityti2() local
25 x3 ^= x3 >> 16; in __parityti2()
26 x3 ^= x3 >> 8; in __parityti2()
27 x3 ^= x3 >> 4; in __parityti2()
28 return (0x6996 >> (x3 & 0xF)) & 1; in __parityti2()
/openbsd/src/lib/libcrypto/rc2/
Drc2_cbc.c146 RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
154 x3 = (RC2_INT)(l >> 16L); in RC2_encrypt()
161 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; in RC2_encrypt()
163 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; in RC2_encrypt()
165 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff; in RC2_encrypt()
167 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; in RC2_encrypt()
168 x3 = (t << 5)|(t >> 11); in RC2_encrypt()
175 x0 += p1[x3 & 0x3f]; in RC2_encrypt()
178 x3 += p1[x2 & 0x3f]; in RC2_encrypt()
184 d[1] = (unsigned long)(x2 & 0xffff)|((unsigned long)(x3 & 0xffff) << in RC2_encrypt()
[all …]
Drc2_local.h105 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
107 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
109 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
111 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
112 x3=(t<<5)|(t>>11);
/openbsd/src/sys/arch/sparc64/fpu/
Dfpu_sqrt.c191 u_int x0, x1, x2, x3; in fpu_sqrt() local
222 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ in fpu_sqrt()
228 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ in fpu_sqrt()
241 x3 = x->fp_mant[3]; in fpu_sqrt()
361 FPU_SUBS(d3, x3, t3); in fpu_sqrt()
366 x0 = d0, x1 = d1, x2 = d2, x3 = d3; in fpu_sqrt()
374 FPU_SUBS(d3, x3, t3); in fpu_sqrt()
379 x0 = d0, x1 = d1, x2 = d2, x3 = d3; in fpu_sqrt()
391 x->fp_sticky = x0 | x1 | x2 | x3; in fpu_sqrt()
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_sqrt.c195 u_int x0, x1, x2, x3; local
226 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
232 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \
245 x3 = x->fp_mant[3];
365 FPU_SUBS(d3, x3, t3);
370 x0 = d0, x1 = d1, x2 = d2, x3 = d3;
378 FPU_SUBS(d3, x3, t3);
383 x0 = d0, x1 = d1, x2 = d2, x3 = d3;
395 x->fp_sticky = x0 | x1 | x2 | x3;
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
Dvararg2.c19 #define _gnu_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,ys...) n argument
44 #define _gnu_split_4(a,b,x0,x1,x2,x3,xs...) a(x0,x1,x2,x3) b(xs) argument
45 #define _gnu_split_5(a,b,x0,x1,x2,x3,x4,xs...) a(x0,x1,x2,x3,x4) b(xs) argument
57 #define _c99_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,...) n argument
81 #define _c99_split_4(a,b,x0,x1,x2,x3,...) a(x0,x1,x2,x3) b(__VA_ARGS__) argument
82 #define _c99_split_5(a,b,x0,x1,x2,x3,x4,...) a(x0,x1,x2,x3,x4) b(__VA_ARGS__) argument
/openbsd/src/regress/lib/libc/getaddrinfo/
Danswer51 arg: flags 0x3 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http
52 ai1: flags 0x3 family 2 socktype 1 protocol 6 addrlen 16 host 0.0.0.0 serv 80
53 ai2: flags 0x3 family 24 socktype 1 protocol 6 addrlen 28 host :: serv 80
54 arg: flags 0x3 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv echo
55 ai1: flags 0x3 family 2 socktype 2 protocol 17 addrlen 16 host 0.0.0.0 serv 7
56 ai2: flags 0x3 family 2 socktype 1 protocol 6 addrlen 16 host 0.0.0.0 serv 7
57 ai3: flags 0x3 family 24 socktype 2 protocol 17 addrlen 28 host :: serv 7
58 ai4: flags 0x3 family 24 socktype 1 protocol 6 addrlen 28 host :: serv 7
59 arg: flags 0x3 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv tftp
60 ai1: flags 0x3 family 2 socktype 2 protocol 17 addrlen 16 host 0.0.0.0 serv 69
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dtrampoline-1.c19 double x3 (void) {return -1;} in foo()
25 double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5) in foo()
30 return a (k, b, x1, x2, x3, x4 ); in foo()
41 if (fabs(a( i, x1, x2, x3, x4, x5 ) - correct [i]) > 0.1) in foo()
/openbsd/src/lib/libc/arch/aarch64/sys/
Dsbrk.S55 adrp x3, :got:__curbrk
56 ldr x2, [x3, #:got_lo12:__curbrk]
64 mov x3, x0
71 add x1, x0, x3
Dbrk.S54 adrp x3, :got:__minbrk
55 ldr x1, [x3, #:got_lo12:__minbrk]
75 adrp x3, :got:__curbrk
76 ldr x1, [x3, #:got_lo12:__curbrk]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
Dscope01.C63 C::A::L::Linner x3; in foo()
64 x3.ii_inner = 6; in foo()
65 x3.foo_inner(x3.ii_inner); in foo()
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/
Datomic-10.c5 int x1, x2, x3, x4, x5; variable
18 ++x3; in f1()
28 x3 &= 1; in f1()
38 x3 <<= 3; in f1()
124 if (x1 != -2 || x2 != 0 || x3 != 8 || x4 != -1 || x5 != 3) in main()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_syscall_linux_aarch64.inc72 register u64 x3 asm("x3") = arg4;
75 : "r"(x8), "0"(x0), "r"(x1), "r"(x2), "r"(x3)
88 register u64 x3 asm("x3") = arg4;
92 : "r"(x8), "0"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x4)
106 register u64 x3 asm("x3") = arg4;
111 : "r"(x8), "0"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x4), "r"(x5)
/openbsd/src/libexec/ld.so/
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
126 x3 = j3; in chacha_encrypt_bytes()
143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
/openbsd/src/usr.bin/ssh/
Dchacha.c89 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
124 x3 = j3; in chacha_encrypt_bytes()
141 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
145 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
150 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
167 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
190 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
/openbsd/src/lib/libc/crypt/
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
126 x3 = j3; in chacha_encrypt_bytes()
143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20000113-1.c4 unsigned x3:3; member
13 c->x3 += (a.x2 - a.x1) * c->x2; in foobar()
14 if (a.x1 != 1 || c->x3 != 5) in foobar()
/openbsd/src/regress/sys/arch/sparc64/emul-ldqstq/asi/
Dasi.c44 u_int32_t x3; member
125 q->x3 = frp->f_reg32[0 + 2]; in c_stqa_asi()
134 q->x3 = htole32(frp->f_reg32[0 + 1]); in c_stqa_asi()
151 frp->f_reg32[0 + 2] = q->x3; in c_ldqa_asi()
160 frp->f_reg32[0 + 1] = htole32(q->x3); in c_ldqa_asi()
252 q1.x3 = 0x55aa55aa; in check_asi_asi()
279 q1.x3 = 0x55aa55aa; in check_asi_imm()
/openbsd/src/lib/libcrypto/idea/
Didea_local.h137 x3+= *(p++); \
140 t0=(x1^x3)&0xffff; \
148 x2=x3^t1; \
149 x3=ul;
/openbsd/src/sys/crypto/
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
165 x3 = j3; in chacha_encrypt_bytes()
182 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
186 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes()
191 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
209 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
233 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()

123456