| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 903 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 D | dlc,dlc0700yzg-1.yaml | 7 title: DLC Display Co. DLC0700YZG-1 7.0" WSVGA TFT LCD panel
|
| H A D | panel-simple.yaml | 116 # DLC Display Co. DLC1010GIG 10.1" WXGA TFT LCD Panel
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrFormats.td | 310 int DLC = 2; 398 let Inst{7} = cpol{CPolBit.DLC}; 426 let Inst{13} = cpol{CPolBit.DLC};
|
| H A D | SIDefines.h | 360 DLC = 4, enumerator 365 ALL_pregfx12 = GLC | SLC | DLC | SCC,
|
| H A D | SMInstructions.td | 1117 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 D | BUFInstructions.td | 2303 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 D | SIMemoryLegalizer.cpp | 538 return enableNamedBit(MI, AMDGPU::CPol::DLC); in enableDLCBit()
|
| H A D | FLATInstructions.td | 2119 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 D | NOTES | 73 # CPU_DIRECT_MAPPED_CACHE sets L1 cache of Cyrix 486DLC CPU in direct
|
| /freebsd-14.2/share/misc/ |
| H A D | scsi_modes | 86 {DLC} t1
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 709 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 196 if ((Imm & CPol::DLC) && AMDGPU::isGFX10Plus(STI)) in printCPol()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ |
| H A D | vendor-prefixes.yaml | 352 description: DLC Display Co., Ltd.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4748 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 D | MachOObjectFile.cpp | 4819 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry() argument 4821 uint64_t Offset = DLC.indirectsymoff + Index * sizeof(uint32_t); in getIndirectSymbolTableEntry()
|