Home
last modified time | relevance | path

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

12

/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dpipeline.json75 …"PublicDescription": "This event counts requests in L1D cache pipeline#0 that its sce bit of tagge…
78 …"BriefDescription": "This event counts requests in L1D cache pipeline#0 that its sce bit of tagged…
87 …"PublicDescription": "This event counts requests in L1D cache pipeline#1 that its sce bit of tagge…
90 …"BriefDescription": "This event counts requests in L1D cache pipeline#1 that its sce bit of tagged…
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and
50 - nvidia,tegra234-sce-fabric
H A Dnvidia,tegra194-cbb.yaml20 "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC"
52 - nvidia,tegra194-sce-noc
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dst,stm32-bxcan.yaml57 - const: sce
91 interrupt-names = "tx", "rx0", "rx1", "sce";
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp67 /// In addition, SCE debugger does not have the feature implemented, so prefer
71 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
H A DCommandFlags.cpp449 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/
H A Dtegra186-mc.h233 /* SCE read client */
235 /* SCE write client */
H A Dtegra194-mc.h245 /* SCE read client */
247 /* SCE write client */
H A Dtegra234-mc.h397 /* SCE read client */
399 /* SCE write client */
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra234-pinmux-common.yaml39 sdmmc1, sce, soc, gpio, hdmi, ufs0, spi3, spi1, uartb, uarte,
H A Dnvidia,tegra194-pinmux.yaml39 rsvd1, rsvd2, rsvd3, sata, sce, sdmmc1, sdmmc3, sdmmc4, slvs,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsEVAInstrInfo.td151 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd, II_SCE>;
207 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
H A DMipsSERegisterInfo.cpp87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp597 SourceColumnEntry SCE; in fromCodeViewSubsection() local
598 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
599 SCE.StartColumn = C.StartColumn; in fromCodeViewSubsection()
600 Block.Columns.push_back(SCE); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.h106 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
H A DClang.cpp856 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs()
857 CmdArgs.push_back("-debugger-tuning=sce"); in RenderDebugEnablingArgs()
4504 DebuggerTuning = llvm::DebuggerKind::SCE; in renderDebugOptions()
4563 // Column info is included by default for everything except SCE and in renderDebugOptions()
4573 (DebuggerTuning != llvm::DebuggerKind::SCE && in renderDebugOptions()
4693 bool ForwardTemplateParams = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions()
4703 // Emit DW_TAG_template_alias for template aliases? True by default for SCE. in renderDebugOptions()
4705 DebuggerTuning == llvm::DebuggerKind::SCE && RequestedDWARFVersion >= 4; in renderDebugOptions()
4728 // Always enabled for SCE tuning. in renderDebugOptions()
4729 bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions()
[all …]
/freebsd/usr.sbin/bhyve/gdb/
H A Damd64.xml136 <field name="SCE" start="0" end="0"/>
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32f429.dtsi369 interrupt-names = "tx", "rx0", "rx1", "sce";
387 interrupt-names = "tx", "rx0", "rx1", "sce";
/freebsd/tools/test/ptrace/
H A Dscescx.c93 { PL_FLAG_SCE, "SCE" }, in decode_pl_flags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp746 {"SCE", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction()
747 "SCE rt, offset(base)"}, in GetOpcodeForInstruction()
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dtegra186-clock.h882 /** @brief NAFLL clock source for SCE */
H A Dtegra234-clock.h384 /** @brief NAFLL clock source for SCE */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h907 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; }
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp781 {"SCE", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction()
782 "SCE rt, offset(base)"}, in GetOpcodeForInstruction()

12