Searched refs:lwr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl18 # additional rotations. Rotations are implemented with lwl/lwr pairs,
252 lwr $t0,2($i0) # Te1[s1>>16]
254 lwr $t1,2($i1) # Te1[s2>>16]
256 lwr $t2,2($i2) # Te1[s3>>16]
258 lwr $t3,2($i3) # Te1[s0>>16]
342 lwr $t4,1($i0) # Te2[s2>>8]
344 lwr $t5,1($i1) # Te2[s3>>8]
346 lwr $t6,1($i2) # Te2[s0>>8]
348 lwr $t7,1($i3) # Te2[s1>>8]
363 lwr
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dasm.h310 # define LWHI lwr
315 # define REG_LHI lwr
329 # define LWLO lwr
334 # define REG_LLO lwr
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl13 # to deploy lwl/lwr pair to load unaligned input. One could have
125 lwr @X[$j],$j*4+$LSB($inp)
134 lwr @X[$j],$j*4+$LSB($inp)
385 lwr @X[0],$LSB($inp)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c240 char *lwr = apr_pstrdup(pool, tmp);
241 char *it = lwr;
248 sysname = lwr;
238 char *lwr = apr_pstrdup(pool, tmp); local
/freebsd-11-stable/contrib/dialog/
H A Dutil.c90 #define DATA(atr,upr,lwr,cmt) { atr COLOR_DATA(upr) RC_DATA(lwr,cmt) }
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c52723 int lwr, upr, idx; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c70490 int lwr, upr, idx, c; local
127830 int upr, lwr, mid = 0, rc; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c6133 s = "lwr";
7873 s2 = "lwr";
7927 s2 = "lwr";
8698 || strcmp (insn->name, "lwr") == 0

Completed in 795 milliseconds