| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | mp_locore.S | 71 setx TD_V | TD_L, %l1, %l0 78 and %l6, %l0, %l1 79 cmp %l0, %l1 85 srlx %l5, TAR_VPN_SHIFT, %l0 86 sllx %l0, TAR_VPN_SHIFT, %l0 87 or %l0, TLB_DEMAP_PRIMARY | TLB_DEMAP_PAGE, %l0 88 stxa %g0, [%l0] ASI_IMMU_DEMAP 97 setx TD_V, %l1, %l0 104 and %l1, %l0, %l1 105 cmp %l0, %l1 [all …]
|
| D | interrupt.S | 188 ldx [PCPU(IRHEAD)], %l0 189 brnz,a,pt %l0, 2f 197 2: ldx [%l0 + IR_NEXT], %l1 203 3: ldx [%l0 + IR_FUNC], %o0 204 ldx [%l0 + IR_ARG], %o1 205 lduw [%l0 + IR_VEC], %l2 208 stx %l1, [%l0 + IR_NEXT] 209 stx %l0, [PCPU(IRFREE)]
|
| D | exception.S | 114 storer %l0, [base + (0 * size)] asi ; \ 132 loader [base + (0 * size)] asi, %l0 ; \ 417 clr %l0 2191 ldx [PCPU(CURTHREAD)], %l0 2192 ldx [%l0 + TD_PROC], %l0 2193 ldx [%l0 + P_MD + MD_UTRAP], %l0 2194 brz,pt %l0, tl0_trap 2196 ldx [%l0 + %l1], %l0 2197 brz,a,pt %l0, tl0_trap 2238 wrpr %l0, 0, %tnpc [all …]
|
| D | locore.S | 66 SET(pcpu0 + (PCPU_PAGES * PAGE_SIZE) - PC_SIZEOF, %l1, %l0) 67 sub %l0, SPOFF + CCFSZ, %sp
|
| /freebsd-12-stable/contrib/diff/src/ |
| D | ed.c | 42 lin f0, l0, f1, l1; in print_ed_hunk() local 50 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_ed_hunk() 57 print_number_range (',', &files[0], f0, l0); in print_ed_hunk() 95 lin i, f0, l0, f1, l1; in pr_forward_ed_hunk() local 98 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in pr_forward_ed_hunk() 105 print_number_range (' ', files, f0, l0); in pr_forward_ed_hunk() 137 lin i, f0, l0, f1, l1; in print_rcs_hunk() local 141 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_rcs_hunk() 147 translate_range (&files[0], f0, l0, &tf0, &tl0); in print_rcs_hunk()
|
| D | cmp.c | 569 word const *l0, *l1; /* Pointers into each buffer. */ in block_compare_and_count() local 582 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++) in block_compare_and_count() 595 for (c0 = (char const *) l0, c1 = (char const *) l1; in block_compare_and_count() 613 word const *l0, *l1; in block_compare() local 619 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++) in block_compare() 624 for (c0 = (char const *) l0, c1 = (char const *) l1; in block_compare()
|
| /freebsd-12-stable/crypto/openssl/crypto/idea/ |
| D | i_ecb.c | 22 unsigned long l0, l1, d[2]; in IDEA_ecb_encrypt() local 24 n2l(in, l0); in IDEA_ecb_encrypt() 25 d[0] = l0; in IDEA_ecb_encrypt() 29 l0 = d[0]; in IDEA_ecb_encrypt() 30 l2n(l0, out); in IDEA_ecb_encrypt() 33 l0 = l1 = d[0] = d[1] = 0; in IDEA_ecb_encrypt()
|
| /freebsd-12-stable/crypto/openssl/crypto/aes/asm/ |
| D | aes-sparcv9.pl | 47 $acc0="%l0"; 550 ldub [%i0+0],%l0 554 sll %l0,24,%l0 559 or %l1,%l0,%l0 565 or %l0,%l2,%o0 570 ldub [%i0+8],%l0 576 sll %l0,24,%l0 581 or %l1,%l0,%l0 587 or %l0,%l2,%o2 600 srl %o0,24,%l0 [all …]
|
| /freebsd-12-stable/libexec/rtld-elf/sparc64/ |
| D | rtld_start.S | 53 mov %o0, %l0 67 mov %l0, %o0 129 sub %o0, %o1, %l0 /* x - y */ 130 sub %l0, %l1, %l0 /* i = x - y - HIPLTOFFS */ 132 sdivx %l0, %l7, %l1 /* Calculate i / 5120 */ 134 sub %l0, %l3, %l2 /* And i % 5120 */
|
| /freebsd-12-stable/crypto/openssl/crypto/des/ |
| D | ecb3_enc.c | 16 register DES_LONG l0, l1; in DES_ecb3_encrypt() local 21 c2l(in, l0); in DES_ecb3_encrypt() 23 ll[0] = l0; in DES_ecb3_encrypt() 29 l0 = ll[0]; in DES_ecb3_encrypt() 31 l2c(l0, out); in DES_ecb3_encrypt()
|
| /freebsd-12-stable/sys/crypto/des/ |
| D | des_ecb.c | 120 register DES_LONG l0,l1; in des_ecb3_encrypt() local 125 c2l(in,l0); in des_ecb3_encrypt() 127 ll[0]=l0; in des_ecb3_encrypt() 135 l0=ll[0]; in des_ecb3_encrypt() 137 l2c(l0,out); in des_ecb3_encrypt()
|
| /freebsd-12-stable/lib/libc/sparc64/fpu/ |
| D | fpu_explode.c | 265 u_int64_t l0, l1; local 269 l0 = __fpu_getreg64(reg & ~1); 270 fp->fp_sign = l0 >> 63; 278 s = __fpu_xtof(fp, l0); 290 s = __fpu_dtof(fp, l0 >> 32, l0 & 0xffffffff); 295 s = __fpu_qtof(fp, l0 >> 32, l0 & 0xffffffff, l1 >> 32,
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_div.c | 340 BN_ULONG q, l0; in bn_div_fixed_top() local 422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top() 423 tmp->d[div_n] = l0; in bn_div_fixed_top() 429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top() 430 q -= l0; in bn_div_fixed_top() 436 for (l0 = 0 - l0, j = 0; j < div_n; j++) in bn_div_fixed_top() 437 tmp->d[j] = sdiv->d[j] & l0; in bn_div_fixed_top() 438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top() 439 (*wnumtop) += l0; in bn_div_fixed_top()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | efirt_machdep.c | 99 pd_entry_t *l0, *l1, *l2; in efi_1t1_l3() local 106 l0 = &efi_l0[l0_idx]; in efi_1t1_l3() 107 if (*l0 == 0) { in efi_1t1_l3() 110 *l0 = mphys | L0_TABLE; in efi_1t1_l3() 112 mphys = *l0 & ~ATTR_MASK; in efi_1t1_l3()
|
| D | pmap.c | 355 pmap_l0_to_l1(pd_entry_t *l0, vm_offset_t va) in pmap_l0_to_l1() argument 359 l1 = (pd_entry_t *)PHYS_TO_DMAP(pmap_load(l0) & ~ATTR_MASK); in pmap_l0_to_l1() 366 pd_entry_t *l0; in pmap_l1() local 368 l0 = pmap_l0(pmap, va); in pmap_l1() 369 if ((pmap_load(l0) & ATTR_DESCR_MASK) != L0_TABLE) in pmap_l1() 372 return (pmap_l0_to_l1(l0, va)); in pmap_l1() 433 pd_entry_t *l0, *l1, *l2, desc; in pmap_pde() local 435 l0 = pmap_l0(pmap, va); in pmap_pde() 436 desc = pmap_load(l0) & ATTR_DESCR_MASK; in pmap_pde() 442 l1 = pmap_l0_to_l1(l0, va); in pmap_pde() [all …]
|
| /freebsd-12-stable/contrib/sendmail/libmilter/ |
| D | smfi.c | 179 size_t len, l0, l1, offset; 188 l0 = strlen(arg0) + 1; 189 len = l0; 201 (void) memcpy(buf, arg0, l0); 202 offset = l0; 244 size_t len, l0, l1, offset; local 253 l0 = strlen(arg0) + 1; 254 len = l0; 265 (void) memcpy(buf, arg0, l0); 266 offset = l0;
|
| /freebsd-12-stable/lib/libc/sparc64/gen/ |
| D | _ctx_start.S | 32 mov %g2, %l0 34 mov %l0, %o0
|
| /freebsd-12-stable/sbin/sunlabel/ |
| D | runtest.sh | 12 ./sunlabel $MD > ${TMP}l0 20 ' ${TMP}l0 > ${TMP}l1 47 ' ${TMP}l0 > ${TMP}l2
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/asm/ |
| D | ecp_nistz256-sparcv9.pl | 1363 ld [$inp],%l0 ! X 1372 st %l0,[$out+64*0-4] 1382 ld [$inp],%l0 ! Y 1391 st %l0,[$out+64*0-4] 1401 ld [$inp],%l0 ! Z 1409 st %l0,[$out+64*0-4] 1437 ld [$inp+64*0],%l0 1446 and %l0,$mask,%l0 1448 st %l0,[$out] ! X 1464 ld [$inp+64*0],%l0 [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| D | test_name.c | 318 int l0, l1, l2, l3; in test_compare() local 331 ret = compare_subject(c1, c1, &l0); in test_compare() 340 if (l0 != 0) return 1; in test_compare()
|
| /freebsd-12-stable/crypto/openssl/crypto/sha/asm/ |
| D | sha512-sparcv9.pl | 106 $A="%l0"; 175 ld [$inp+0],%l0 199 ld [$inp+128],%l0 216 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0 382 sllx %l0,32,$tmp2 384 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0 733 ld [$ctx+`0*$SZ+0`],%l0 741 sllx %l0,32,$tmp0 759 ld [$ctx+`4*$SZ+0`],%l0 767 sllx %l0,32,$tmp0
|
| /freebsd-12-stable/contrib/dtc/ |
| D | dtc.h | 167 #define for_each_label_withdel(l0, l) \ argument 168 for ((l) = (l0); (l); (l) = (l)->next) 170 #define for_each_label(l0, l) \ argument 171 for_each_label_withdel(l0, l) \
|
| /freebsd-12-stable/contrib/opie/libopie/ |
| D | generator.c | 215 goto l0; 224 goto l0; 234 goto l0; 238 l0:
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | speed.c | 1958 long l0, l1; in speed_main() local 1960 l0 = (long)lengths[0]; in speed_main() 1963 c[D_MD2][i] = c[D_MD2][0] * 4 * l0 / l1; in speed_main() 1964 c[D_MDC2][i] = c[D_MDC2][0] * 4 * l0 / l1; in speed_main() 1965 c[D_MD4][i] = c[D_MD4][0] * 4 * l0 / l1; in speed_main() 1966 c[D_MD5][i] = c[D_MD5][0] * 4 * l0 / l1; in speed_main() 1967 c[D_HMAC][i] = c[D_HMAC][0] * 4 * l0 / l1; in speed_main() 1968 c[D_SHA1][i] = c[D_SHA1][0] * 4 * l0 / l1; in speed_main() 1969 c[D_RMD160][i] = c[D_RMD160][0] * 4 * l0 / l1; in speed_main() 1970 c[D_SHA256][i] = c[D_SHA256][0] * 4 * l0 / l1; in speed_main() [all …]
|
| /freebsd-12-stable/contrib/bc/tests/dc/errors/ |
| D | 34.txt | 8 _.1000[l0;0;rpRl01+s0l010>x]dsxx0sx0s0 51 _.10yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy00[l0;0;rpRl01+s0l010>x]dsxx0sx0s0
|