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

1 2

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 100 ConstantSDNode *CN = 0;
102 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
103 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
106 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
121 ConstantSDNode *CN = 0;
123 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
124 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
127 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32)
    [all...]
XCoreISelLowering.cpp 360 ConstantSDNode *CN = 0;
361 if (!(CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))) {
364 int64_t off = CN->getSExtValue();
369 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Base.getOperand(1)
371 if (CN && (CN->getSExtValue() >= 2)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 59 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N);
60 if (!CN || CN->getZExtValue() % MemSize != 0
61 || CN->getZExtValue() / MemSize > 0xfff)
64 UImm12 = CurDAG->getTargetConstant(CN->getZExtValue() / MemSize, MVT::i64);
103 const ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N);
104 if (!CN) return false;
118 CN->getValueAPF().convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact);
166 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N);
167 if (!CN) return false
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 35 static final String CN = "CN";
  /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/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/
MipsSEISelDAGToDAG.cpp 249 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
250 if (isInt<16>(CN->getSExtValue())) {
259 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
370 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
371 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
389 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node);
390 unsigned Size = CN->getValueSizeInBits(0);
396 int64_t Imm = CN->getSExtValue();
402 DebugLoc DL = CN->getDebugLoc();
Mips16ISelDAGToDAG.cpp 179 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
180 if (isInt<16>(CN->getSExtValue())) {
191 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
MipsISelLowering.cpp 710 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(False);
712 if (!CN || CN->getZExtValue())
742 ConstantSDNode *CN;
743 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
746 uint64_t Pos = CN->getZExtValue();
750 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
751 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
777 ConstantSDNode *CN;
783 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) |
    [all...]
  /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/bouncycastle/bcprov/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/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