Searched refs:imp (Results 26 - 50 of 86) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dopc-i.s184 mov.imp b3 = r4, .L1
188 mov.sptk.imp b3 = r4, .L2
192 mov.dptk.imp b3 = r4, .L3
197 mov.ret.imp b3 = r4, .L4
201 mov.ret.sptk.imp b3 = r4, .L5
205 mov.ret.dptk.imp b3 = r4, .L6
H A Dopc-i.d225 47c: 40 48 08 07 mov\.imp b3=r4,570 <_start\+0x570>;;
229 57c: 40 40 08 07 mov\.sptk\.imp b3=r4,670 <_start\+0x670>;;
233 67c: 40 50 08 07 mov\.dptk\.imp b3=r4,770 <_start\+0x770>;;
237 77c: 40 68 08 07 mov\.ret\.imp b3=r4,870 <_start\+0x870>;;
241 87c: 40 60 08 07 mov\.ret\.sptk\.imp b3=r4,970 <_start\+0x970>;;
245 97c: 40 70 08 07 mov\.ret\.dptk\.imp b3=r4,a70 <_start\+0xa70>;;
H A Dopc-b.s762 brp.sptk.imp .L0, .L2
769 brp.loop.imp .L0, .L3
776 brp.dptk.imp .L0, .L4
783 brp.exit.imp .L0, .L5
791 brp.sptk.imp b3, .L6
798 brp.dptk.imp b3, .L7
806 brp.ret.sptk.imp b3, .L8
813 brp.ret.dptk.imp b3, .L9
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddimport.d342 Import imp;
343 if (!aliasId && (imp = s.isImport()) !is null && !imp.aliasId)
H A Ddsymbolsem.d1240 override void visit(Import imp)
1243 if (imp.semanticRun > PASS.initial)
1246 if (imp._scope)
1248 sc = imp._scope;
1249 imp._scope = null;
1254 imp.parent = sc.parent;
1256 imp.semanticRun = PASS.semantic;
1260 if (!imp.mod)
1262 loadErrored = imp.load(sc);
1263 if (imp
[all...]
H A Ddoc.d753 if (auto imp = s.isImport())
756 if (imp.aliases.dim > 0)
758 for(int i = 0; i < imp.aliases.dim; i++)
763 auto a = imp.aliases[i];
764 auto id = a ? a : imp.names[i];
775 if (imp.aliasId)
777 auto symbolName = imp.aliasId.toString();
794 foreach (const pid; imp.packages)
798 buf.writestring(imp.id.toString());
1051 override void visit(Import imp)
[all...]
H A Dtraits.d1582 if (auto imp = s.isImport())
1585 s = imp.mod;
1818 if (auto imp = s.isImport()) // https://issues.dlang.org/show_bug.cgi?id=10990
1819 s = imp.mod;
2198 auto imp = s1.isImport();
2199 return imp && imp.pkg && imp.pkg == s2.isPackage();
/netbsd-current/external/mit/isl/dist/
H A Dpy-compile126 import_lib=imp
127 import_test="hasattr(imp, 'get_tag')"
128 import_call=imp.cache_from_source
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-gori.cc208 range_def_chain::set_import (struct rdc &data, tree imp, bitmap b) argument
211 if (imp == NULL_TREE && !b)
215 if (imp != NULL_TREE)
216 bitmap_set_bit (data.m_import, SSA_NAME_VERSION (imp));
529 bitmap imp = get_imports (name); local
531 if (imp)
532 bitmap_ior_into (m_incoming[bb->index], imp);
599 bitmap imp = imports (bb); local
600 if (!bitmap_empty_p (imp))
H A Dgimple-range-gori.h55 void set_import (struct rdc &data, tree imp, bitmap b);
/netbsd-current/sys/arch/amiga/dev/
H A Dgrf_rh.c1942 u_char *imp, *mp; local
1962 mp = mask, imp = image;
1974 *imp++ = (~bp10) & bp11;
1975 *imp++ = (~bp20) & bp21;
1984 mp = mask, imp = image;
1992 *imp++ = (~bp10) & bp11;
2021 u_char *imp, *mp; local
2053 for (row = 0, mp = mask, imp = image;
2058 im1 = *(unsigned long *)imp;
2059 imp
[all...]
H A Dgrf_cv.c1900 u_char *imp, *mp;
1905 mp = mask, imp = image;
1917 *imp++ = (~bp10) & bp11;
1918 *imp++ = (~bp20) & bp21;
2026 u_char *imp, *mp; local
2091 for (row = 0, mp = mask, imp = image;
2096 im1 = *(unsigned short *)imp & *(unsigned short *)mp;
2098 imp += 2;
2101 im2 = *(unsigned short *)imp & *(unsigned short *)mp;
2103 imp
[all...]
H A Dgrf_cv3d.c1762 u_char *imp, *mp;
1767 mp = mask, imp = image;
1779 *imp++ = (~bp10) & bp11;
1780 *imp++ = (~bp20) & bp21;
1889 u_char *imp, *mp; local
1948 for (row = 0, mp = mask, imp = image;
1953 im1 = *(unsigned short *)imp & *(unsigned short *)mp;
1955 imp += 2;
1958 im2 = *(unsigned short *)imp & *(unsigned short *)mp;
1960 imp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddimport.c482 Import *imp; local
483 if (!aliasId && (imp = s->isImport()) != NULL && !imp->aliasId)
H A Dhdrgen.c691 Dsymbol *imp = (*s->imports)[i]; local
692 imp->accept(this);
1163 void visit(Import *imp) argument
1165 if (hgs->hdrgen && imp->id == Id::object)
1168 if (imp->isstatic)
1171 if (imp->aliasId)
1173 buf->printf("%s = ", imp->aliasId->toChars());
1175 if (imp->packages && imp->packages->dim)
1177 for (size_t i = 0; i < imp
[all...]
H A Dtraits.c907 if (Import *imp = s->isImport())
909 s = imp->mod;
1182 if (Import *imp = s->isImport())
1185 s = imp->mod;
1431 if (Import *imp = s->isImport()) // Bugzilla 10990
1432 s = imp->mod;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc13877 module_state *imp = (*modules)[0];
13878 if (imp && !imp->name)
13879 imp = imp->parent;
13880 if (imp == this)
13916 module_state *imp = (*modules)[mod];
13918 gcc_checking_assert (!imp->is_header ());
13920 if (!imp->name)
13922 imp
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/bin/
H A Dscan-view9 import imp namespace
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A D__init__.py23 from imp import reload
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A D__init__.py26 from imp import reload
/netbsd-current/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dcheck_cfc.py52 import imp namespace
88 imp.is_frozen("__main__")) # tools/freeze
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dia64cpuid.S69 brp.loop.imp .L_wipe_top,.L_wipe_end-16
192 brp.loop.imp .Loop_cmp_ctop,.Loop_cmp_cend-16
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dia64cpuid.S69 brp.loop.imp .L_wipe_top,.L_wipe_end-16
192 brp.loop.imp .Loop_cmp_ctop,.Loop_cmp_cend-16
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp695 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); variable
696 imp->setMetadata(msgSendMDKind, node);
697 return imp;
781 // Load the imp from the slot
782 llvm::Value *imp = Builder.CreateAlignedLoad( variable
789 return imp;
2061 llvm::CallBase *imp; variable
2063 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args);
2065 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
2067 imp
2610 llvm::Value *imp = LookupIMPSuper(CGF, ObjCSuper, cmd, MSI); local
2620 CGCallee callee(CGCalleeInfo(), imp); local
2704 llvm::Value *imp; local
2740 CGCallee callee(CGCalleeInfo(), imp); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d259 foreach (imp; m.importedModules)
261 if (imp is m) // self-import
263 if (auto impidx = imp in modIndexes)

Completed in 237 milliseconds

1234