Home
last modified time | relevance | path

Searched refs:DLC (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp903 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()
904 W.printNumber("nlocalsym", DLC.nlocalsym); in printMachODysymtab()
907 W.printNumber("iundefsym", DLC.iundefsym); in printMachODysymtab()
908 W.printNumber("nundefsym", DLC.nundefsym); in printMachODysymtab()
909 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
910 W.printNumber("ntoc", DLC.ntoc); in printMachODysymtab()
911 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
912 W.printNumber("nmodtab", DLC.nmodtab); in printMachODysymtab()
917 W.printNumber("extreloff", DLC.extreloff); in printMachODysymtab()
918 W.printNumber("nextrel", DLC.nextrel); in printMachODysymtab()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Ddlc,dlc0700yzg-1.yaml7 title: DLC Display Co. DLC0700YZG-1 7.0" WSVGA TFT LCD panel
H A Dpanel-simple.yaml116 # DLC Display Co. DLC1010GIG 10.1" WXGA TFT LCD Panel
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td310 int DLC = 2;
398 let Inst{7} = cpol{CPolBit.DLC};
426 let Inst{13} = cpol{CPolBit.DLC};
H A DSIDefines.h360 DLC = 4, enumerator
365 ALL_pregfx12 = GLC | SLC | DLC | SCC,
H A DSMInstructions.td1117 let Inst{14} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ?);
1214 let Inst{14} = !if(ps.has_dlc, cpol{CPolBit.DLC}, 0);
1316 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, 0);
H A DBUFInstructions.td2303 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
2315 let Inst{13} = cpol{CPolBit.DLC};
2331 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
2939 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
3020 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
H A DSIMemoryLegalizer.cpp538 return enableNamedBit(MI, AMDGPU::CPol::DLC); in enableDLCBit()
H A DFLATInstructions.td2119 let Inst{12} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlcValue);
2354 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlcValue);
/freebsd-14.2/sys/i386/conf/
H A DNOTES73 # CPU_DIRECT_MAPPED_CACHE sets L1 cache of Cyrix 486DLC CPU in direct
/freebsd-14.2/share/misc/
H A Dscsi_modes86 {DLC} t1
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h709 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp196 if ((Imm & CPol::DLC) && AMDGPU::isGFX10Plus(STI)) in printCPol()
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dvendor-prefixes.yaml352 description: DLC Display Co., Ltd.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4748 if (CPol & ~(AMDGPU::CPol::GLC | AMDGPU::CPol::DLC)) { in validateCoherencyBits()
6281 .Case("dlc", AMDGPU::CPol::DLC) in getCPolKind()
6342 if (!isGFX10Plus() && CPol == AMDGPU::CPol::DLC) in parseCPol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4819 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry() argument
4821 uint64_t Offset = DLC.indirectsymoff + Index * sizeof(uint32_t); in getIndirectSymbolTableEntry()