Home
last modified time | relevance | path

Searched refs:CLS (Results 1 – 25 of 28) sorted by relevance

12

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/
DApplication.vcc18 [CLS:Application]
24 [CLS:BrowserDialog]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java40 public static final int CLS = 8; field in APIInfo
111 public void setClassName(String val) { setType(CLS, val); } in setClassName()
137 public String getClassName() { return get(CLS, true); } in getClassName()
171 case CLS: return cls; in get()
209 case CLS: cls = val; break; in setType()
DCheckAPI.java92 private static final int CLS = 8; field in CheckAPI
123 case CLS: return cls; in get()
145 case CLS: cls = val; break; in setType()
332 …setType(CLS, (doc.isClass() || doc.isInterface() || (doc.containingClass() == null)) ? "" : doc.co… in read()
868 String name = info.get(CLS, true); in writeResults()
947 String cls = info.get(CLS, true); in stripClassInfo()
/external/llvm/lib/Target/SystemZ/
DSystemZPatterns.td20 // in which the first operand has class CLS and which the second operand
57 // Record that INSN performs insertion TYPE into a register of class CLS.
149 // registers in CLS against zero. The instruction has separate R1 and R2
158 // on registers of class CLS.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZPatterns.td20 // in which the first operand has class CLS and which the second operand
57 // Record that INSN performs insertion TYPE into a register of class CLS.
149 // registers in CLS against zero. The instruction has separate R1 and R2
158 // on registers of class CLS.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
Dinst-family-set-clr-flag.s57 ; CLS
/external/protobuf/csharp/
DCHANGES.txt113 non-CLS-compliance.
/external/v8/src/arm64/
Dconstants-arm64.h1035 CLS = DataProcessing1SourceFixed | 0x00001400, enumerator
1036 CLS_w = CLS,
1037 CLS_x = CLS | SixtyFourBits
Ddisasm-arm64.cc584 FORMAT(CLS, "cls"); in VisitDataProcessing1Source()
Dassembler-arm64.cc1590 DataProcessing1Source(rd, rn, CLS); in cls()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1187 CLS = DataProcessing1SourceFixed | 0x00001400, enumerator
1188 CLS_w = CLS,
1189 CLS_x = CLS | SixtyFourBits,
Ddisasm-aarch64.cc714 FORMAT(CLS, "cls"); in VisitDataProcessing1Source()
Dassembler-aarch64.cc1019 DataProcessing1Source(rd, rn, CLS); in cls()
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td148 // CLS,CLZ,RBIT,REV,REV16,REV32
498 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
DAArch64SchedKryoDetails.td496 (instregex "(CLS|CLZ)(W|X)r")>;
502 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
508 (instregex "(CLS|CLZ|CNT)(v2i32|v4i16|v8i8)")>;
DAArch64SchedVulcan.td291 def : InstRW<[VulcanWrite_3Cyc_I1], (instregex "^CLS(W|X)r$",
DAArch64InstrInfo.td948 defm CLS : OneOperandData<0b101, "cls">;
2768 defm CLS : SIMDTwoVectorBHS<0, 0b00100, "cls", int_aarch64_neon_cls>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td150 // CLS,CLZ,RBIT,REV,REV16,REV32
500 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
DAArch64SchedFalkorDetails.td923 def : InstRW<[FalkorWr_1VXVY_2cyc], (instregex "^(CLS|CLZ|CNT|RBIT)(v2i32|v4i16|v8i8)$")>;
945 def : InstRW<[FalkorWr_2VXVY_2cyc], (instregex "^(CLS|CLZ|CNT|RBIT)(v4i32|v8i16|v16i8)$")>;
1208 def : InstRW<[FalkorWr_1XYZ_2cyc], (instregex "^(CLS|CLZ|RBIT|REV|REV16|REV32)(W|X)r$")>;
DAArch64SchedKryoDetails.td496 (instregex "(CLS|CLZ)(W|X)r")>;
502 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
508 (instregex "(CLS|CLZ|CNT)(v2i32|v4i16|v8i8)")>;
DAArch64SchedThunderX2T99.td558 def : InstRW<[THX2T99Write_3Cyc_I1], (instregex "^CLS(W|X)r$",
1357 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
DAArch64InstrInfo.td1147 defm CLS : OneOperandData<0b101, "cls">;
3032 defm CLS : SIMDTwoVectorBHS<0, 0b00100, "cls", int_aarch64_neon_cls>;
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md272 ### CLS ### subsection
1494 ### CLS ### subsection
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg70 // CLS compliance checking will not be performed on 'type' because it is not visible from outside t…
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6405 CLS = 0x0, enumerator
7119 flags = CLS; in RewriteObjCClassMetaData()

12