Searched refs:s0 (Results 1 - 25 of 165) sorted by relevance

1234567

/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S38 LOAD_SREGS(s0, s1, r0, r1)
39 vcmp.f32 s0, s1
46 LOAD_SREGS(s0, s1, r0, r1)
47 vcmpe.f32 s0, s1
54 LOAD_SREGS(s0, s1, r0, r1)
55 vcmpe.f32 s1, s0
62 LOAD_SREGS(s0, s1, r0, r1)
63 vcmp.f32 s0, s1
73 LOAD_SREGS(s0, s1, r0, r1)
74 vcmp.f32 s0, s
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dnegsf2vfp.S21 vneg.f32 s0, s0
H A Dfixsfsivfp.S22 vcvt.s32.f32 s0, s0
23 vmov r0, s0
H A Dfixunssfsivfp.S23 vcvt.u32.f32 s0, s0
24 vmov r0, s0
H A Dfloatsisfvfp.S22 vmov s0, r0
23 vcvt.f32.s32 s0, s0
H A Dfloatunssisfvfp.S22 vmov s0, r0
23 vcvt.f32.u32 s0, s0
H A Daddsf3vfp.S21 vadd.f32 s0, s0, s1
H A Ddivsf3vfp.S21 vdiv.f32 s0, s0, s1
H A Dfixdfsivfp.S22 vcvt.s32.f64 s0, d0
23 vmov r0, s0
H A Dfixunsdfsivfp.S23 vcvt.u32.f64 s0, d0
24 vmov r0, s0
H A Dfloatsidfvfp.S22 vmov s0, r0
23 vcvt.f64.s32 d0, s0
H A Dfloatunssidfvfp.S22 vmov s0, r0
23 vcvt.f64.u32 d0, s0
H A Dmulsf3vfp.S21 vmul.f32 s0, s0, s1
H A Dsubsf3vfp.S22 vsub.f32 s0, s0, s1
H A Dextendsfdf2vfp.S22 vcvt.f64.f32 d0, s0
H A Dtruncdfsf2vfp.S22 vcvt.f32.f64 s0, d0
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace_xoroshiro128_plus.c55 uint64_t s0 = 0; local
62 s0 ^= state[0];
68 jump_state[0] = s0;
79 const uint64_t s0 = state[0]; local
82 result = s0 + s1;
84 s1 ^= s0;
85 state[0] = rotl(s0, 55) ^ s1 ^ (s1 << 14);
/freebsd-11-stable/contrib/gdtoa/
H A Dg__fmt.c46 char *be, *s0; local
56 if (!(s0 = decimalpoint_cache)) {
57 s0 = localeconv()->decimal_point;
58 dlen = strlen(s0);
59 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;
64 decimalpoint = s0;
69 s0 = s;
145 freedtoa(s0);
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-log-arc.S84 sd s0, 0(sp) // Save register
85 LA s0, cvmx_log_buffer_end_ptr // Load the address of the end of the log buffer
89 ld s0, 0(s0) // Get value of the current log buffer end location
91 dsubu s0, s0, s2 // Subtract the end pointer and the write pointer
92 sltiu s0, s0, 16 // Check if there are at least 16 bytes
93 bne s0, $0, call_c_pc // Call the slow C function if we don't have room in the log
94 li s0,
[all...]
/freebsd-11-stable/lib/libc/riscv/gen/
H A D_ctx_start.S39 jalr s0 /* Call func from makecontext */
/freebsd-11-stable/lib/libc/gdtoa/
H A D_hdtoa.c76 char *s, *s0; local
112 s0 = rv_alloc(bufsize);
126 *s0 = '1';
127 for (s = s0 + 1; s < s0 + bufsize; s++) {
135 for (ndigits = SIGFIGS; s0[ndigits - 1] == '0'; ndigits--)
139 s = s0 + ndigits;
143 return (s0);
H A D_hldtoa.c80 char *s, *s0; local
126 s0 = rv_alloc(bufsize);
147 *s0 = '1';
148 for (s = s0 + 1; s < s0 + bufsize; s++) {
156 for (ndigits = SIGFIGS; s0[ndigits - 1] == '0'; ndigits--)
160 s = s0 + ndigits;
164 return (s0);
/freebsd-11-stable/lib/libc/mips/gen/
H A D_ctx_start.S36 move a0, s0
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcamellia.c353 * adjusting n accordingly, e.g. RotLeft128(s1,s2,s3,s0,n-32).
365 register u32 s0, s1, s2, s3; local
367 k[0] = s0 = GETU32(rawKey);
373 k[8] = s0 = GETU32(rawKey + 16);
376 k[10] = s2 = ~s0;
382 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
386 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0);
387 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2);
389 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
390 Camellia_Feistel(s0, s
484 register u32 s0, s1, s2, s3; local
537 u32 s0, s1, s2, s3; local
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dmpboot.S68 move s0, v0
75 sll t0, s0, PAGE_SHIFT + 1
85 move a0, s0
87 move a0, s0

Completed in 201 milliseconds

1234567