Home
last modified time | relevance | path

Searched refs:SCE (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dunicode_tables.d68 alias SCE = SimpleCaseEntry;
69 static immutable SCE[] t = [
70 SCE(0x2c00, 0, 0x82),
71 SCE(0x2c30, 1, 0x42),SCE(0x24c3, 0, 0x82),SCE(0x24dd, 1, 0x42),SCE(0x2c01, 0, 0x82),
72 SCE(0x2c31, 1, 0x42),SCE(0x2c1d, 0, 0x82),SCE(0x2c4d, 1, 0x42),SCE(0x2c02, 0, 0x82),
73 SCE(0x2c32, 1, 0x42),SCE(0x2c03, 0, 0x82),SCE(0x2c33, 1, 0x42),SCE(0x2c04, 0, 0x82),
74 SCE(0x2c34, 1, 0x42),SCE(0x2c05, 0, 0x82),SCE(0x2c35, 1, 0x42),SCE(0x2c06, 0, 0x82),
75 SCE(0x2c36, 1, 0x42),SCE(0x10400, 0, 0x82),SCE(0x10428, 1, 0x42),SCE(0x2cc2, 0, 0x82),
76 SCE(0x2cc3, 1, 0x42),SCE(0x2c07, 0, 0x82),SCE(0x2c37, 1, 0x42),SCE(0x2c08, 0, 0x82),
77 SCE(0x2c38, 1, 0x42),SCE(0x2c09, 0, 0x82),SCE(0x2c39, 1, 0x42),SCE(0x2c0a, 0, 0x82),
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dunicode_tables.d68 alias SCE = SimpleCaseEntry;
69 static immutable SCE[] t = [
70 SCE(0x2c00, 0, 0x82),
71 SCE(0x2c30, 1, 0x42),SCE(0x24c3, 0, 0x82),SCE(0x24dd, 1, 0x42),SCE(0x2c01, 0, 0x82),
72 SCE(0x2c31, 1, 0x42),SCE(0x2c1d, 0, 0x82),SCE(0x2c4d, 1, 0x42),SCE(0x2c02, 0, 0x82),
73 SCE(0x2c32, 1, 0x42),SCE(0x2c03, 0, 0x82),SCE(0x2c33, 1, 0x42),SCE(0x2c04, 0, 0x82),
74 SCE(0x2c34, 1, 0x42),SCE(0x2c05, 0, 0x82),SCE(0x2c35, 1, 0x42),SCE(0x2c06, 0, 0x82),
75 SCE(0x2c36, 1, 0x42),SCE(0x10400, 0, 0x82),SCE(0x10428, 1, 0x42),SCE(0x2cc2, 0, 0x82),
76 SCE(0x2cc3, 1, 0x42),SCE(0x2c07, 0, 0x82),SCE(0x2c37, 1, 0x42),SCE(0x2c08, 0, 0x82),
77 SCE(0x2c38, 1, 0x42),SCE(0x2c09, 0, 0x82),SCE(0x2c39, 1, 0x42),SCE(0x2c0a, 0, 0x82),
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp55 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
H A DCommandFlags.cpp402 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DPS4CPU.h83 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
H A DClang.cpp1060 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs()
3934 DebuggerTuning = llvm::DebuggerKind::SCE; in renderDebugOptions()
4021 (DebuggerTuning != llvm::DebuggerKind::SCE && in renderDebugOptions()
4136 bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions()
4165 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions()
4170 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp480 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder() local
544 SCE.nextArg(); in parseMatcherBuilder()
648 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr); in parseMatcherExpressionImpl() local
679 SCE.nextArg(); in parseMatcherExpressionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
H A DMipsEVAInstrInfo.td204 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
H A DMipsScheduleP5600.td144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
H A DMipsScheduleGeneric.td609 def : InstRW<[GenericWriteStore], (instrs SBE, SHE, SWE, SCE)>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h840 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
H A DDwarfDebug.cpp364 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/
H A Ddig.batch883 SCE.CNC.UNA.PY. IN A
H A Dknowngood.dig.out912 SCE.CNC.UNA.PY. 604800 IN A 200.10.228.133
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1565 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/
H A Dexample.db1076 SCE IN A 200.10.228.133
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst3326 - ``-march=x86-64``: CMOV, CMPXCHG8B, FPU, FXSR, MMX, FXSR, SCE, SSE, SSE2
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4750 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
/netbsd-src/share/misc/
H A Dairport6874 SCE:State College, PA, USA
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in24507 @Article{Freuder:1978:SCE,