Searched refs:l0 (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl22 # bits of %l0-%l7. The latter is done to achieve 32-/64-bit ABI
99 $A="%l0";
168 ld [$inp+0],%l0
192 ld [$inp+128],%l0
209 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
375 sllx %l0,32,$tmp2
377 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
726 ld [$ctx+`0*$SZ+0`],%l0
734 sllx %l0,32,$tmp0
752 ld [$ctx+`4*$SZ+0`],%l0
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dminidump_machdep.c222 pd_entry_t *l0, *l1, *l2; local
240 if (!pmap_get_tables(pmap_kernel(), va, &l0, &l1, &l2, &l3))
339 if (!pmap_get_tables(pmap_kernel(), va, &l0, &l1, &l2, &l3)) {
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl64 $nhi="%l0"; # small values and pointers
379 sethi %hi(0x20C0E000),%l0
381 or %l0,%lo(0x20C0E000),%l0
383 or %l0,$V,$V ! (0xE0��i)&0xff=0xA040608020C0E000
/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c541 int l0; local
548 if ((l0 = labellen(srcp)) < 0) {
552 l += l0 + 1;
557 srcp += l0 + 1;
/freebsd-11-stable/contrib/gcc/
H A Domp-low.c2595 tree l0, l1, l2 = NULL, l3 = NULL;
2617 l0 = tree_block_label (l0_bb);
2657 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l0),
2717 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l0),
2787 tree l0, l1, l2, n, q, s0, e0, e, t, nthreads, threadid;
2802 l0 = tree_block_label (seq_start_bb);
2859 build_and_jump (&l0));
2958 tree l0, l1, l2, l3, l4, n, s0, e0, e, t;
2977 l0 = tree_block_label (iter_part_bb);
3189 tree label_vec, l0, l
2594 tree l0, l1, l2 = NULL, l3 = NULL; local
2786 tree l0, l1, l2, n, q, s0, e0, e, t, nthreads, threadid; local
2957 tree l0, l1, l2, l3, l4, n, s0, e0, e, t; local
3188 tree label_vec, l0, l1, l2, t, u, v, sections_stmt; local
3733 tree ptr_type, t, args, l0, l1, l2, copyin_seq; local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S891 SET(kstack0 + KSTACK_PAGES * PAGE_SIZE - PCB_SIZEOF, %l7, %l0)
892 sub %l0, SPOFF, %fp ! setup a stack in a locked page
893 sub %l0, SPOFF + CCFSZ, %sp
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_sim_common.c433 u8 l0[2], l1[2]; local
474 WPA_PUT_BE16(l0, network_name_len);
475 addr[2] = l0;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S84 clr %l0
155 clr %l0
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S1020 ldd [%o0 + 64], %l0
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1366 static void DumpLiteral8(MachOObjectFile *O, uint32_t l0, uint32_t l1, argument
1368 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1);
1370 Hi = (O->isLittleEndian()) ? l1 : l0;
1371 Lo = (O->isLittleEndian()) ? l0 : l1;
1402 uint32_t l0, l1; local
1403 memcpy(&l0, sect + i, sizeof(uint32_t));
1406 sys::swapByteOrder(l0);
1409 DumpLiteral8(O, l0, l1, d);
1413 static void DumpLiteral16(uint32_t l0, uint32_t l1, uint32_t l2, uint32_t l3) { argument
1414 outs() << format("0x%08" PRIx32, l0) << " ";
1430 uint32_t l0, l1, l2, l3; local
1579 uint32_t l0, l1; local
1592 uint32_t l0, l1, l2, l3; local
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1005 int i, l0 = strlen(payload); local
1035 for (i = 0; i < paylen; i += l0) {
1036 if (l0 > paylen - i)
1037 l0 = paylen - i; // last round
1038 bcopy(payload, PKT(pkt, body, targ->g->af) + i, l0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp684 ThreadRegistryLock l0(ctx->thread_registry);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S540 #define a_0 %l0
H A Dsparcv8plus.S623 * Code below depends on the fact that upper parts of the %l0-%l7
647 #define a_0 %l0

Completed in 146 milliseconds

12