Searched refs:TableEntry (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/tables/
H A Dtbutils.c56 UINT8 *TableEntry,
200 * PARAMETERS: TableEntry - Pointer to the RSDT/XSDT table entry
215 UINT8 *TableEntry,
232 ACPI_MOVE_32_TO_32(&Address32, TableEntry);
242 ACPI_MOVE_64_TO_64 (&Address64, TableEntry);
288 UINT8 *TableEntry; local
378 TableEntry = ACPI_ADD_PTR (UINT8, Table, sizeof (ACPI_TABLE_HEADER));
386 Address = AcpiTbGetRootTableEntry (TableEntry, TableEntrySize);
410 TableEntry += TableEntrySize;
214 AcpiTbGetRootTableEntry( UINT8 *TableEntry, UINT32 TableEntrySize) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp225 struct TableEntry { struct
231 static const TableEntry tbl_acos[] = {
237 static const TableEntry tbl_acosh[] = {
240 static const TableEntry tbl_acospi[] = {
246 static const TableEntry tbl_asin[] = {
252 static const TableEntry tbl_asinh[] = {
256 static const TableEntry tbl_asinpi[] = {
262 static const TableEntry tbl_atan[] = {
268 static const TableEntry tbl_atanh[] = {
272 static const TableEntry tbl_atanp
405 TableRef(const TableEntry (&tbl)[N]) : size(N), table(&tbl[0]) {} member in struct:TableRef
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp532 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); local
533 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
534 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing;
535 unsigned NumRegs = TableEntry->NumRegs;
538 TII->get(TableEntry->RealOpc));
543 if(TableEntry->RealOpc == ARM::VLD2DUPd8x2 ||
544 TableEntry->RealOpc == ARM::VLD2DUPd16x2 ||
545 TableEntry->RealOpc == ARM::VLD2DUPd32x2) {
561 if (NumRegs > 1 && TableEntry
643 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); local
719 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); local
738 assert(Lane < RegElts && �); unsigned D0 = 0, D1 = 0, D2 = 0, D3 = 0; unsigned DstReg = 0; bool DstIsDead = false; if (TableEntry->IsLoad) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp631 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) {
633 if (TableEntry.AddrSize)
634 AddrSize = *TableEntry.AddrSize;
639 if (TableEntry.Length)
640 Length = (uint64_t)*TableEntry.Length;
643 Length = 4 + (AddrSize + TableEntry.SegSelectorSize) *
644 TableEntry.SegAddrPairs.size();
646 writeInitialLength(TableEntry.Format, Length, OS, DI.IsLittleEndian);
647 writeInteger((uint16_t)TableEntry.Version, OS, DI.IsLittleEndian);
649 writeInteger((uint8_t)TableEntry
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp585 struct TableEntry { struct in namespace:__anon2729
588 bool operator<(const TableEntry &TE) const { return from < TE.from; }
589 friend bool operator<(const TableEntry &TE, unsigned V) {
593 const TableEntry &TE) {
599 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) {
600 const TableEntry *I = llvm::lower_bound(Table, Opcode);
628 static const TableEntry OpcodeTable[] = {
804 static const TableEntry PopTable[] = {
1216 static const TableEntry ForwardST0Table[] = {
1232 static const TableEntry ReverseST0Tabl
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h5647 Node *TableEntry = Arg; local
5649 TableEntry = make<ParameterPack>(
5650 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
5651 if (!TableEntry)
5654 TemplateParams.back()->push_back(TableEntry);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1026 for (const auto &TableEntry : getContext().getSymbols()) {
1027 MCSymbol *Sym = TableEntry.getValue();
H A DMasmParser.cpp1295 for (const auto &TableEntry : getContext().getSymbols()) {
1296 MCSymbol *Sym = TableEntry.getValue();
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c203109 static const struct TableEntry { struct
253591 static const struct TableEntry { struct
[all...]

Completed in 886 milliseconds