Home
last modified time | relevance | path

Searched full:dlc (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp901 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); in printMachODysymtab()
903 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()
904 W.printNumber("nlocalsym", DLC.nlocalsym); in printMachODysymtab()
905 W.printNumber("iextdefsym", DLC.iextdefsym); in printMachODysymtab()
906 W.printNumber("nextdefsym", DLC.nextdefsym); 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 in printMachODysymtab()
899 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); printMachODysymtab() local
947 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); printMachOIndirectSymbols() local
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Ddlc,dlc0700yzg-1.yaml4 $id: http://devicetree.org/schemas/display/panel/dlc,dlc0700yzg-1.yaml#
7 title: DLC Display Co. DLC0700YZG-1 7.0" WSVGA TFT LCD panel
18 const: dlc,dlc0700yzg-1
H A Dpanel-simple.yaml114 # DLC Display Co. DLC1010GIG 10.1" WXGA TFT LCD Panel
115 - dlc,dlc1010gig
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h256 LIST_HEAD(, ng_btsocket_rfcomm_pcb) dlcs; /* active DLC */
264 * Bluetooth RFCOMM socket PCB (DLC)
271 u_int16_t flags; /* DLC flags */
275 #define NG_BTSOCKET_RFCOMM_DLC_DETACHED (1 << 3) /* DLC detached */
278 u_int16_t state; /* DLC state */
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c583 * DLC to the session in ng_btsocket_rfcomm_connect()
736 panic("%s: timeout on closed DLC, flags=%#x\n", in ng_btsocket_rfcomm_detach()
782 * Just change DLC state and enqueue RFCOMM task. It will in ng_btsocket_rfcomm_disconnect()
783 * queue and send DISC on the DLC. in ng_btsocket_rfcomm_disconnect()
797 panic("%s: Invalid DLC state=%d, flags=%#x\n", in ng_btsocket_rfcomm_disconnect()
959 /* Make sure DLC is connected */ in ng_btsocket_rfcomm_send()
1048 panic("%s: DLC list is not empty\n", __func__); in ng_btsocket_rfcomm_sessions_task()
1190 /* Link new DLC to the session. We already hold s->session_mtx */ in ng_btsocket_rfcomm_connect_ind()
1216 * will unlink DLC from the session in ng_btsocket_rfcomm_connect_cfm()
1656 * will unlink DLC from the session in ng_btsocket_rfcomm_session_clean()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td866 // bit 2 = dlc (gfx10/gfx11),
1100 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
1130 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
1148 // bit 2 = dlc on gfx10+),
1160 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
1179 // bit 2 = dlc on gfx10+),
1192 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
1210 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
1229 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
1247 // bit 0 = glc, bit 1 = slc, bit 2 = dlc (gfx10/gfx11),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td308 int DLC = 2;
396 let Inst{7} = cpol{CPolBit.DLC};
424 let Inst{13} = cpol{CPolBit.DLC};
H A DSIDefines.h382 DLC = 4, enumerator
387 ALL_pregfx12 = GLC | SLC | DLC | SCC,
H A DSMInstructions.td1174 let Inst{14} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ?);
1262 let Inst{14} = !if(ps.has_dlc, cpol{CPolBit.DLC}, 0);
1360 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, 0);
H A DBUFInstructions.td84 bits<1> dlc_value = 0; // the value for dlc if no such operand
2344 // In GFX11 dlc is applicable to all loads/stores/atomics.
2345 let Inst{13} = !if(!or(ps.mayLoad, ps.mayStore), cpol{CPolBit.DLC}, ps.dlc_value);
2371 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
2907 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
2975 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
H A DSIMemoryLegalizer.cpp546 /// Sets DLC bit to "true" if present in \p MI. Returns true if \p MI
549 return enableNamedBit(MI, AMDGPU::CPol::DLC); in enableDLCBit()
H A DFLATInstructions.td2105 let Inst{12} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlcValue);
2351 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlcValue);
H A DAMDGPULowerBufferFatPointers.cpp1088 Aux |= (Aux & AMDGPU::CPol::GLC ? AMDGPU::CPol::DLC : 0); in handleMemoryInst()
/freebsd/sys/i386/include/
H A Dcputypes.h53 #define CPU_486DLC 6 /* Cyrix 486DLC */
/freebsd/contrib/one-true-awk/testdir/
H A Dtest.data104 47 dlc
/freebsd/share/misc/
H A Dscsi_modes86 {DLC} t1
/freebsd/sys/contrib/device-tree/Bindings/
H A Dvendor-prefixes.yaml367 "^dlc,.*":
368 description: DLC Display Co., Ltd.
/freebsd/sys/x86/x86/
H A Didentcpu.c509 strcat(cpu_model, "486DLC"); in printcpuinfo()
602 strcat(cpu_model, "486SLC/DLC"); in printcpuinfo()
1327 cyrix_did = 0x00ff; /* Old 486SLC/DLC and TI486SXLC/SXL */ in identifycyrix()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp201 if ((Imm & CPol::DLC) && AMDGPU::isGFX10Plus(STI)) in printCPol()
202 O << " dlc"; in printCPol()
/freebsd/sys/i386/i386/
H A Dinitcpu.c117 * Cyrix 486SLC/DLC/SR/DR series
/freebsd/sys/i386/conf/
H A DNOTES75 # CPU_DIRECT_MAPPED_CACHE sets L1 cache of Cyrix 486DLC CPU in direct
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h710 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC,
/freebsd/sys/sys/
H A Data.h841 #define ATA_SC_DLC_SUP 0x0000400000000000 /* DLC */
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4923 if (CPol & ~(AMDGPU::CPol::GLC | AMDGPU::CPol::DLC)) { in validateCoherencyBits()
6522 .Case("dlc", AMDGPU::CPol::DLC) in getCPolKind()
6583 if (!isGFX10Plus() && CPol == AMDGPU::CPol::DLC) in parseCPol()
6584 return Error(S, "dlc modifier is not supported on this GPU"); in parseCPol()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4823 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry() argument
4825 uint64_t Offset = DLC.indirectsymoff + Index * sizeof(uint32_t); in getIndirectSymbolTableEntry()