HomeSort by relevance Sort by last modified time
    Searched refs:CN (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 99 ConstantSDNode *CN = 0;
101 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
102 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
105 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
120 ConstantSDNode *CN = 0;
122 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
123 && (CN->getSExtValue() % 4 == 0)) {
126 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
141 ConstantSDNode *CN = 0
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 106 ConstantSDNode *CN = 0;
108 (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) &&
109 (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
112 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 43 isI32IntS10Immediate(ConstantSDNode *CN)
45 return isInt<10>(CN->getSExtValue());
50 isI32IntU10Immediate(ConstantSDNode *CN)
52 return isUInt<10>(CN->getSExtValue());
57 isI16IntS10Immediate(ConstantSDNode *CN)
59 return isInt<10>(CN->getSExtValue());
64 isI16IntU10Immediate(ConstantSDNode *CN)
66 return isUInt<10>((short) CN->getZExtValue());
71 \arg CN The constant SelectionDAG node holding the value
74 This predicate tests the value in \a CN to see whether it can b
    [all...]
SPUISelLowering.cpp 589 ConstantSDNode *CN;
594 && (CN = dyn_cast<ConstantSDNode > (basePtr.getOperand(1))) != 0) {
596 int64_t offset = CN->getSExtValue();
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 85 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
86 if (isInt<13>(CN->getSExtValue())) {
94 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
121 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
122 if (isInt<13>(CN->getSExtValue()))
  /frameworks/base/core/java/android/content/
ComponentName.java 104 int CN = mClass.length();
105 if (CN > PN && mClass.charAt(PN) == '.') {
106 return mClass.substring(PN, CN);
  /external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp 228 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
229 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
325 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
326 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
346 ConstantSDNode *CN = cast<ConstantSDNode>(node);
347 imm = CurDAG->getTargetConstant(*CN->getConstantIntValue(),
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 164 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
166 uint32_t Imm = CN->getZExtValue();
167 Disp = CurDAG->getTargetConstant(Imm, CN->getValueType(0));
168 Base = CurDAG->getRegister(MBlaze::R0, CN->getValueType(0));
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 144 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
145 if (isInt<16>(CN->getSExtValue())) {
154 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
302 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
303 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 11 <span style="display:none" class="zh-CN">??? SDK ??</span>
23 <span style="display:none" class="zh-CN">??</span>
34 <span style="display:none" class="zh-CN">??</span>
64 <span style="display:none" class="zh-CN"></span>
75 <span style="display:none" class="zh-CN"></span>
170 <span style="display:none" class="zh-CN"></span>
180 <span style="display:none" class="zh-CN"></span>
194 <span style="display:none" class="zh-CN"></span>
213 <span style="display:none" class="zh-CN"></span>
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 160 EUC-CN EUC-CN 0x007F
161 EUC_CN EUC-CN 0x007F
177 # GB2312 and CNS11643 in ISO 2022 CN form, Simplified and Traditional Chinese (conversion to Unicode only)
178 ISO2022CN ISO-2022-CN
  /external/icu4c/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 588 # Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
614 AddLanguage zh-CN .zh-cn
633 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 21 <option value="zh-CN">?? (??)</option>
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 789 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
790 unsigned Val = CN->getZExtValue();
829 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
830 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
831 CN->getZExtValue() == 9) {
832 AM.Scale = unsigned(CN->getZExtValue())-1;
845 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 47 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3");
211 DefaultSymbols.put(CN, "CN");
244 DefaultLookUp.put("cn", CN);
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 285 ConstantFPSDNode *CN = cast<ConstantFPSDNode>(N);
288 if (CN->getValueAPF().isPosZero()) {
292 } else if (CN->getValueAPF().isNegZero()) {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 225 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
227 uint64_t Offset = CN->getSExtValue();
233 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 67 private static final ObjectIdentifier CN
68 = new ObjectIdentifier(new int[] { 2, 5, 4, 3 }, "CN", RFC1779_NAMES);
143 RFC1779_NAMES.put(CN.getName(), CN);
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 189 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {}
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 64 public static final DERObjectIdentifier CN = new DERObjectIdentifier("2.5.4.3");
263 DefaultSymbols.put(CN, "CN");
295 RFC2253Symbols.put(CN, "CN");
305 RFC1779Symbols.put(CN, "CN");
314 DefaultLookUp.put("cn", CN);
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 18 <span class="zh-CN" style="display:none">Android ????</span>
29 <span class="zh-CN" style="display:none">Android ????</span>
39 <span class="zh-CN" style="display:none">??????</span>
57 <span class="zh-CN" style="display:none">????</span>
520 <span class="zh-CN" style="display:none">??</span>
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 739 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
740 Value = CN->getZExtValue();
741 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
742 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
743 Value = FloatToBits(CN->getValueAPF().convertToFloat());
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 274 <span class="zh-CN" style="display:none"></span>
298 <span class="zh-CN" style="display:none"></span>
321 <span style="display:none" class="zh-CN">??</span>
  /external/chromium/net/base/
x509_cert_types_mac.cc 151 // We don't expect to have more than one CN, L, S, and C.

Completed in 1809 milliseconds

1 2