Searched refs:l2 (Results 176 - 185 of 185) sorted by relevance

12345678

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c1880 rtx l1, l2, h1, h2, x1, x2, p1, p2, p3, p4, s1, s2, s3;
1901 l2 = gen_reg_rtx (V4HImode);
1906 emit_insn (gen_unpack1_l (gen_lowpart (V8QImode, l2), operands[2], x2));
1914 emit_insn (gen_pmpy2_r (p1, l1, l2));
1915 emit_insn (gen_pmpy2_l (p2, l1, l2));
1875 rtx l1, l2, h1, h2, x1, x2, p1, p2, p3, p4, s1, s2, s3; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1413 static void DumpLiteral16(uint32_t l0, uint32_t l1, uint32_t l2, uint32_t l3) { argument
1416 outs() << format("0x%08" PRIx32, l2) << " ";
1430 uint32_t l0, l1, l2, l3; local
1433 memcpy(&l2, sect + i + 2 * sizeof(uint32_t), sizeof(uint32_t));
1438 sys::swapByteOrder(l2);
1441 DumpLiteral16(l0, l1, l2, l3);
1592 uint32_t l0, l1, l2, l3; local
1596 memcpy(&l2, Contents + (lp - SectAddress) + 2 * sizeof(uint32_t),
1603 sys::swapByteOrder(l2);
1606 DumpLiteral16(l0, l1, l2, l
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.in938 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
939 for i in $$l2; do \
961 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
962 for i in $$l2; do \
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.in1432 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1458 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c1934 /* dc refill from {l2,system} and dc copyback */
1966 /* bu internal l2 request */
1976 /* bu fill request l2 miss */
1984 /* bu fill into l2 */
1986 __K8MASK(dirty-l2-victim, 0),
1987 __K8MASK(victim-from-l2, 1),
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S542 #define a_2 %l2
H A Dsparcv8plus.S649 #define a_2 %l2
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c306 unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2,
313 l = l1 + l2;
357 unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2,
370 encode (arg2, l2, h2);
401 neg_double (l2, h2, &neglow, &neghigh);
302 add_double_with_sign(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool unsigned_p) argument
352 mul_double_with_sign(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool unsigned_p) argument
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c25167 struct flock l2; local
25168 l2 = *p;
25169 osFcntl(fd, F_GETLK, &l2);
25170 if( l2.l_type==F_RDLCK ){
25172 }else if( l2.l_type==F_WRLCK ){
25174 }else if( l2.l_type==F_UNLCK ){
25180 zType, (int)l2.l_start, (int)l2.l_len, (int)l2.l_pid);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c34670 struct flock l2; local
[all...]

Completed in 738 milliseconds

12345678