Searched refs:r2 (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/powerpc/ofw/
H A Dofwcall64.S74 * at most 32 bits wide: lr, cr, r2, r13-r31, the old MSR. These
104 ld %r4,TOC_REF(openfirmware_entry)(%r2)
108 ld %r7,TOC_REF(ofwstk)(%r2)
116 ld %r5,TOC_REF(ofmsr)(%r2)
130 std %r2,16(%r1) /* Save old TOC */
142 ld %r2,16(%r1)
196 * at most 32 bits wide: lr, cr, r2, r13-r31, the old MSR. These
226 ld %r5,TOC_REF(rtas_entry)(%r2)
228 ld %r8,TOC_REF(rtas_regsave)(%r2)
235 ld %r7,TOC_REF(rtasmsr)(%r2)
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_gen.c107 BIGNUM *r0 = NULL, *r1 = NULL, *r2 = NULL, *r3 = NULL, *tmp; local
130 r2 = BN_CTX_get(ctx);
161 BN_set_flags(r2, BN_FLG_CONSTTIME);
166 if (!BN_sub(r2, rsa->p, BN_value_one()))
169 if (BN_mod_inverse(r1, r2, rsa->e, ctx) != NULL) {
191 if (!BN_sub(r2, rsa->q, BN_value_one()))
194 if (BN_mod_inverse(r1, r2, rsa->e, ctx) != NULL) {
224 if (!BN_sub(r2, rsa->q, BN_value_one()))
226 if (!BN_mul(r0, r1, r2, ctx))
248 if (!BN_mod(rsa->dmq1, d, r2, ct
[all...]
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_add.c68 u_int r0, r1, r2, r3; local
178 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
183 if ((r0 | r1 | r2 | r3) == 0) {
202 FPU_SUBCS(r2, 0, r2);
207 r->fp_mant[2] = r2;
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_add.c66 u_int r0, r1, r2, r3; local
189 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
194 if ((r0 | r1 | r2 | r3) == 0) {
213 FPU_SUBCS(r2, 0, r2);
218 r->fp_mant[2] = r2;
/freebsd-11-stable/tools/tools/commitsdb/
H A Dquery_commit_db81 my ($base, $r1, $r2) = ($1, $2, $3);
84 if ($r2 == 1) {
88 $prevrev .= "$r1." . ($r2 - 1);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_options.c79 int r1, r2; local
90 r2 = use_filter_option(a, m, o, v);
91 if (r2 == ARCHIVE_FATAL)
94 if (r2 == ARCHIVE_WARN - 1)
96 return r1 > r2 ? r1 : r2;
H A Darchive_read_append_filter.c40 int r1, r2, number_bidders, i; local
46 r2 = (ARCHIVE_OK);
138 r2 = (bidder->init)(a->filter);
139 if (r2 != ARCHIVE_OK) {
146 return (r1 < r2) ? r1 : r2;
H A Darchive_read_data_into_fd.c84 int r, r2; local
128 r2 = pad_to(a, fd, can_lseek, nulls_size, nulls,
130 if (r2 != ARCHIVE_OK)
131 r = r2;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dsync-ops.h25 op(r2, r0, r1); \
26 strex r3, r2, [r12]; \
41 op(r4, r5, r0, r1, r2, r3); \
/freebsd-11-stable/lib/libc/powerpc64/sys/
H A Dbrk.S45 addis %r6,%r2,HIDENAME(minbrk)@toc@ha
57 addis %r7,%r2,HIDENAME(curbrk)@toc@ha
/freebsd-11-stable/lib/libc/arm/sys/
H A Dbrk.S70 mov r2, r0
81 str r2, [r1]
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_skey.c76 register IDEA_INT *kt, *kf, r0, r1, r2; local
91 r2 = kf[1];
93 *(kt++) = ((r2 << 9) | (r1 >> 7)) & 0xffff;
108 *(kt++) = ((r1 << 9) | (r2 >> 7)) & 0xffff;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S25 LDR r2, [r1]
27 CMP r2, #0
33 BLX r2
56 LDR r2, [r1]
58 CMP r2, #0
64 BLX r2
86 LDR r2, [r1]
88 CMP r2, #0
96 BLX r2
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp73 register long res __asm__("r2");
74 register void *__cstack __asm__("r2") = child_stack;
84 /* if (%r2 != 0)
88 "cghi %%r2, 0\n"
90 "chi %%r2, 0\n"
96 "lmg %%r1, %%r2, 8(%%r15)\n"
98 "lm %%r1, %%r2, 4(%%r15)\n"
102 /* Call _exit(%r2). */
145 int r2 = internal_simple_strtoll(ptr+1, &ptr, 10); local
146 if (r2 >
166 int r2 = internal_simple_strtoll(ptr+1, &ptr, 10); local
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daesv8-armx.S24 cmp r2,#0
51 vst1.32 {q3},[r2]!
70 vst1.32 {q3},[r2]!
85 vst1.32 {q3},[r2]!
95 vst1.32 {q3},[r2]
96 add r2,r2,#0x50
105 vst1.32 {q3},[r2]!
112 vst1.32 {d16},[r2]!
130 vst1.32 {q3},[r2]!
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm221 pop { r1, r2 }
222 bx r2
328 overdone .req r2
329 result .req r2
730 subs r2, r1, #1
735 tst r1, r2
738 ARM_DIV_BODY r0, r1, r2, r3
740 mov r0, r2
747 12: ARM_DIV2_ORDER r1, r2
749 mov r0, r0, lsr r2
[all...]
H A Dieee754-df.S49 #define yl r2
54 #define yh r2
188 mov r2, r4, lsl #21
189 cmn r2, #(2 << 21)
223 mov r2, xh
224 cmp r2, #(1 << 16)
225 movhs r2, r2, lsr #16
227 cmp r2, #(1 << 8)
228 movhs r2, r
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp55 static inline void r2(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, function
124 r2(A, B, C, D, E, 20, InternalState.Buffer.L);
125 r2(E, A, B, C, D, 21, InternalState.Buffer.L);
126 r2(D, E, A, B, C, 22, InternalState.Buffer.L);
127 r2(C, D, E, A, B, 23, InternalState.Buffer.L);
128 r2(B, C, D, E, A, 24, InternalState.Buffer.L);
129 r2(A, B, C, D, E, 25, InternalState.Buffer.L);
130 r2(E, A, B, C, D, 26, InternalState.Buffer.L);
131 r2(D, E, A, B, C, 27, InternalState.Buffer.L);
132 r2(
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dsp-diff.pl40 $r2=($one{$a,2}/$two{$a,2})*100;
41 printf "$a bits %% %6.2f %% %6.2f\n",$r1,$r2;
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_asm_float.S97 push {r0, r1, r2, lr}
100 pop {r0, r1, r2, lr}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dmemcpy_likely_aligned.S33 r3 += lsr(r2,#3)
49 r0 -= add(r2,#-8)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-unix.c137 struct rusage r1, r2; local
149 getrusage (RUSAGE_CHILDREN, &r2);
151 time->user_seconds = r2.ru_utime.tv_sec - r1.ru_utime.tv_sec;
152 time->user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec;
153 if (r2.ru_utime.tv_usec < r1.ru_utime.tv_usec)
159 time->system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec;
160 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
161 if (r2.ru_stime.tv_usec < r1.ru_stime.tv_usec)
211 struct rusage r1, r2; local
228 getrusage (RUSAGE_CHILDREN, &r2);
[all...]
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c214 BIGNUM *a, *b, *c, *r1, *r2; local
223 r2 = BN_new();
233 UB_mod_exp(r2, rem, b, c, ctx);
236 UB_mod_exp(r2, a, b, c, ctx);
240 if (BN_cmp(r1, r2) != 0) {
241 show_result(a, b, c, r1, r2);
244 BN_free(r2);
/freebsd-11-stable/sys/dev/adb/
H A Dadb_mouse.c279 u_char r2[8]; local
308 r2[0] = 0x19; /* Clicking: 0x19 disabled 0x99 enabled */
309 r2[1] = 0x94; /* Dragging: 0x14 disabled 0x94 enabled */
310 r2[2] = 0x19;
311 r2[3] = 0xff; /* DragLock: 0xff disabled 0xb2 enabled */
312 r2[4] = 0xb2;
313 r2[5] = 0x8a;
314 r2[6] = 0x1b;
316 r2[7] = 0x57; /* 0x57 bits 3:0 for W mode */
318 adb_write_register(dev, 2, 8, r2);
660 u_char r2[8]; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dregion.h85 isc_region_compare(isc_region_t *r1, isc_region_t *r2);
91 *\li 'r2' is a valid region
94 *\li < 0 if r1 is lexicographically less than r2
95 *\li = 0 if r1 is lexicographically identical to r2
96 *\li > 0 if r1 is lexicographically greater than r2

Completed in 304 milliseconds

1234567891011>>