Home
last modified time | relevance | path

Searched refs:Atom (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h226 struct Atom { struct
232 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
297 ArrayRef<AppleAccelTableData::Atom> Atoms);
328 static constexpr Atom Atoms[] = {
329 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4)};
347 static constexpr Atom Atoms[] = {
348 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4),
349 Atom(dwarf::DW_ATOM_die_tag, dwarf::DW_FORM_data2),
350 Atom(dwarf::DW_ATOM_type_flags, dwarf::DW_FORM_data1)};
365 static constexpr Atom Atoms[] = {
[all …]
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_copypaste.c64 Atom *selection, in peekProc()
65 Atom *type, in peekProc()
74 Atom *selection, *type;
128 Atom *selection, in convertProc()
129 Atom *target, in convertProc()
130 Atom *type, in convertProc()
138 Atom *selection, *target, *type;
208 Atom *selection, in gotProc()
209 Atom *type, in gotProc()
218 Atom *selection, *type;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp28 struct Atom { struct
32 static raw_ostream &operator<<(raw_ostream &OS, const Atom &A) { in operator <<()
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() argument
96 for (auto Atom : getAtomsDesc()) { in validateForms() local
97 DWARFFormValue FormValue(Atom.second); in validateForms()
98 switch (Atom.first) { in validateForms()
120 for (auto Atom : getAtomsDesc()) { in readAtoms() local
121 DWARFFormValue FormValue(Atom.second); in readAtoms()
123 switch (Atom.first) { in readAtoms()
185 for (auto &Atom : AtomForms) { in dumpName() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anon66e006530311::AppleAccelTableWriter
148 const SmallVector<Atom, 4> Atoms;
150 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) in HeaderData()
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter()
298 for (const Atom &A : Atoms) { in emit()
541 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl()
616 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[];
617 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[];
618 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[];
619 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
[all …]
/netbsd-src/external/bsd/nvi/dist/motif/
H A Dm_cde.c71 Atom atom, type; in is_cde()
116 name = XGetAtomName( d, ((Atom *) prop)[j] ); in is_cde()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dlammps18 # Atom style binary dump file for the LAMMPS MD code
33 # Atom style binary dump file for the LAMMPS MD code
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
H A DREADME18 Intel Atom
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h59 const MCSymbol *Atom; variable
99 const MCSymbol *getAtom() const { return Atom; } in getAtom()
100 void setAtom(const MCSymbol *Value) { Atom = Value; } in setAtom()
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dcopyi.asm1 dnl X86-64 mpn_copyi optimised for Intel Atom.
H A Dcopyd.asm1 dnl X86-64 mpn_copyd optimised for Intel Atom.
H A Dcom.asm1 dnl X86-64 mpn_com optimised for Intel Atom.
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
H A Ddivrem_1.asm1 dnl Intel Atom mpn_divrem_1 -- mpn by limb division.
H A Dmod_1_1.asm1 dnl Intel Atom/SSE2 mpn_mod_1_1.
H A Dpopcount.asm1 dnl Intel Atom mpn_popcount -- population count.
H A Dbdiv_dbm1c.asm1 dnl Intel Atom mpn_bdiv_dbm1.
H A Dmod_1_4.asm1 dnl Intel Atom/SSE2 mpn_mod_1_4.
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dcnd_sub_n.asm1 dnl X86 mpn_cnd_sub_n optimised for Intel Atom.
H A Ddive_1.asm1 dnl Intel Atom mpn_divexact_1 -- mpn by limb exact division.
H A Dsublsh1_n.asm1 dnl Intel Atom mpn_sublsh1_n -- rp[] = up[] - (vp[] << 1)
H A Dmode1o.asm1 dnl Intel Atom mpn_modexact_1_odd -- exact division style remainder.
H A Dcnd_add_n.asm1 dnl X86 mpn_cnd_add_n optimised for Intel Atom.
H A Dmod_34lsub1.asm1 dnl Intel Atom mpn_mod_34lsub1 -- remainder modulo 2^24-1.
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/atom/mmx/
H A Dcopyi.asm1 dnl Intel Atom mpn_copyi -- copy limb vector, incrementing.
H A Dhamdist.asm1 dnl Intel Atom mpn_hamdist -- hamming distance.
H A Dcopyd.asm1 dnl Intel Atom mpn_copyd -- copy limb vector, decrementing.

1234