Searched refs:lw (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10-stable/sys/amd64/amd64/
H A Din_cksum.c94 const u_int32_t *lw = (const u_int32_t *) buf; local
100 if ((3 & (long) lw) == 0 && len == 20) {
101 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
106 if ((offset = 3 & (long) lw) != 0) {
108 lw = (u_int32_t *) (((long) lw)
[all...]
/freebsd-10-stable/sys/ia64/ia64/
H A Din_cksum.c94 const u_int32_t *lw = (const u_int32_t *) buf; local
100 if ((3 & (long) lw) == 0 && len == 20) {
101 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
106 if ((offset = 3 & (long) lw) != 0) {
108 lw = (u_int32_t *) (((long) lw)
[all...]
/freebsd-10-stable/sys/mips/mips/
H A Din_cksum.c100 const u_int32_t *lw = (const u_int32_t *) buf; local
106 if ((3 & (long) lw) == 0 && len == 20) {
107 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
112 if ((offset = 3 & (long) lw) != 0) {
114 lw = (u_int32_t *) (((long) lw)
[all...]
H A Dsupport.S129 lw v0, (a0)
314 lw v0, 0(a0) # fetch word
612 lw v0, 0(a0) # compare words
613 lw v1, 0(a1)
640 lw v1, 0(a1)
921 lw v0, (a0)
H A Dswtch.S256 lw t2, TD_MDFLAGS(a3) # get md_flags
279 lw t1, TD_COP2OWNER(a3) # get md_cop2owner
H A Dfp.S111 lw a3, func_fmt_tbl(v1) # switch on FUNC & FMT
2250 lw ra, CALLFRAME_RA(sp)
2270 lw a3, get_fs_int_tbl(a3) # switch on register number
2368 lw a3, get_ft_s_tbl(a3) # switch on register number
2466 lw a3, get_fs_s_tbl(a3) # switch on register number
2570 lw a3, get_ft_d_tbl(a3) # switch on register number
2685 lw a3, get_fs_d_tbl(a3) # switch on register number
2803 lw a3, cmp_fs_s_tbl(a3) # switch on register number
2881 lw a3, cmp_ft_s_tbl(a3) # switch on register number
2981 lw a
[all...]
/freebsd-10-stable/sys/powerpc/powerpc/
H A Din_cksum.c102 const u_int32_t *lw = (const u_int32_t *) buf; local
108 if ((3 & (long) lw) == 0 && len == 20) {
109 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
114 if ((offset = 3 & (long) lw) != 0) {
116 lw = (u_int32_t *) (((long) lw)
[all...]
/freebsd-10-stable/sys/i386/i386/
H A Din_cksum.c98 in_cksumdata(const u_int32_t *lw, int len) argument
105 if ((3 & (long) lw) == 0 && len == 20) {
106 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
111 if ((offset = 3 & (long) lw) != 0) {
113 lw = (u_int32_t *) (((long) lw)
[all...]
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dcrtn.asm15 lw RA,20($sp)
25 lw RA,20($sp)
H A Dmips16.S221 #define RETDBL s.d $f0,0($29); lw $2,0($29); lw $3,4($29)
/freebsd-10-stable/sys/mips/rmi/
H A Dmpwait.S52 1: lw t0, 0(t1)
H A Dxlr_csum_nocopy.S124 lw t0, 0x00(src)
194 lw t0, (src)
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-libdlpi.c265 linkwalk_t lw = {NULL, 0}; local
270 dlpi_walk(list_interfaces, &lw, 0);
272 if (lw.lw_err != 0) {
274 "dlpi_walk: %s", pcap_strerror(lw.lw_err));
280 for (entry = lw.lw_list; entry != NULL; entry = entry->lnl_next) {
286 for (entry = lw.lw_list; entry != NULL; entry = next) {
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl35 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
58 $REG_L="lw";
189 lw @X[0],0($ctx)
192 lw @X[1],4($ctx)
195 lw @X[2],8($ctx)
198 lw @X[3],12($ctx)
201 lw @X[4],16($ctx)
278 lw $A,0($ctx)
279 lw $B,4($ctx)
280 lw
[all...]
/freebsd-10-stable/lib/libc/mips/string/
H A Dbcmp.S78 lw v0, 0(a0) # compare words
79 lw v1, 0(a1)
106 lw v1, 0(a1)
/freebsd-10-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S161 lw v0, 0(a0)
174 lw v1,4(a0)
175 lw v0,0(a0)
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl40 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
63 $REG_L="lw";
116 lw $t0,0($key)
117 lw $t1,4($key)
118 lw $t2,8($key)
119 lw $t3,12($key)
120 lw $cnt,240($key)
209 lw $t4,0($i0) # Te0[s0>>24]
210 lw $t5,0($i1) # Te0[s1>>24]
211 lw
[all...]
/freebsd-10-stable/sys/mips/nlm/
H A Dmpreset.S102 lw t1, 0(t2)
105 lw t1, 0(t2) /* read-back ensures operation complete */
/freebsd-10-stable/sys/mips/include/
H A Dasm.h86 lw t9,4(sp); \
279 lw s2, TD_FLAGS(s1) ;\
403 #define PTR_L lw
451 #define INT_L lw
497 #define LONG_L lw
535 #define REG_L lw
H A Dpte.h177 #define PTE_L lw
/freebsd-10-stable/contrib/unbound/libunbound/
H A Dlibworker.c850 struct libworker* lw = (struct libworker*)q->env->worker; local
856 mesh_report_reply(lw->env->mesh, &e, reply_info, error);
866 mesh_report_reply(lw->env->mesh, &e, reply_info,
870 mesh_report_reply(lw->env->mesh, &e, reply_info, NETEVENT_NOERROR);
879 struct libworker* lw = (struct libworker*)e->qstate->env->worker; local
882 mesh_report_reply(lw->env->mesh, e, reply_info, error);
892 mesh_report_reply(lw->env->mesh, e, reply_info,
896 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Drtld_start.S139 lw a0, 4(a0) /* object = pltgot[1] & 0x7fffffff */
/freebsd-10-stable/sys/sparc64/pci/
H A Dfire.c297 u_int lw; local
423 lw = 0;
426 lw = 1;
429 lw = 2;
432 lw = 3;
435 lw = 0;
445 (fire_freq_nak_tmr_thrs[mps][lw] <<
449 (fire_rply_tmr_thrs[mps][lw] <<
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S245 lw sp,0(sp)
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl39 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
61 $REG_L="lw";
81 $LD="lw";
128 lw $n0,16($sp)
129 lw $num,20($sp)

Completed in 140 milliseconds

12