Searched refs:CN (Results 1 - 24 of 24) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp100 ConstantSDNode *CN = 0; local
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; local
123 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
124 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
127 Offset = CurDAG->getTargetConstant(CN
142 ConstantSDNode *CN = 0; local
[all...]
H A DXCoreISelLowering.cpp359 ConstantSDNode *CN = 0; local
360 if (!(CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))) {
363 int64_t off = CN->getSExtValue();
368 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Base.getOperand(1) local
370 if (CN && (CN->getSExtValue() >= 2)) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java33 static final String CN = "CN"; field in class:RegionCode
H A DPhoneNumberUtilTest.java655 assertEquals("", phoneUtil.formatNumberForMobileDialing(US_TOLLFREE, RegionCode.CN, true));
665 assertEquals("", phoneUtil.formatNumberForMobileDialing(US_TOLLFREE, RegionCode.CN, false));
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp42 isI32IntS10Immediate(ConstantSDNode *CN) argument
44 return isInt<10>(CN->getSExtValue());
49 isI32IntU10Immediate(ConstantSDNode *CN) argument
51 return isUInt<10>(CN->getSExtValue());
56 isI16IntS10Immediate(ConstantSDNode *CN) argument
58 return isInt<10>(CN->getSExtValue());
63 isI16IntU10Immediate(ConstantSDNode *CN) argument
65 return isUInt<10>((short) CN->getZExtValue());
70 \arg CN The constant SelectionDAG node holding the value
73 This predicate tests the value in \a CN t
78 isIntS16Immediate(ConstantSDNode *CN, short &Imm) argument
427 ConstantSDNode *CN = cast<ConstantSDNode>(Op1); local
448 ConstantSDNode *CN = cast<ConstantSDNode>(Op0); local
484 ConstantSDNode *CN = cast<ConstantSDNode>(Op1); local
488 ConstantSDNode *CN = cast<ConstantSDNode>(Op0); local
749 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); local
863 ConstantSDNode *CN = cast<ConstantSDNode>(Op1); local
1113 ConstantSDNode *CN = cast<ConstantSDNode>(N); local
[all...]
H A DSPUISelLowering.cpp591 ConstantSDNode *CN; local
596 && (CN = dyn_cast<ConstantSDNode > (basePtr.getOperand(1))) != 0) {
598 int64_t offset = CN->getSExtValue();
800 ConstantSDNode *CN; local
804 && (CN = dyn_cast<ConstantSDNode>(basePtr.getOperand(1))) != 0) {
806 int64_t offset = CN->getSExtValue();
1524 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
1525 return CN;
1537 if (ConstantSDNode *CN = getVecImm(N)) {
1538 uint64_t Value = CN
1965 ConstantSDNode *CN = cast<ConstantSDNode>(Op0.getNode()); local
2177 ConstantSDNode *CN = cast<ConstantSDNode>(IdxOp); local
2993 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp85 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()))
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp164 } 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/
H A DMipsISelDAGToDAG.cpp315 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
316 if (isInt<16>(CN->getSExtValue())) {
325 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
486 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node); local
487 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
503 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node); local
504 unsigned Size = CN->getValueSizeInBits(0);
510 int64_t Imm = CN->getSExtValue();
516 DebugLoc DL = CN->getDebugLoc();
H A DMipsISelLowering.cpp625 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(False);
627 if (!CN || CN->getZExtValue())
657 ConstantSDNode *CN;
658 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
661 uint64_t Pos = CN->getZExtValue();
665 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
666 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize))
692 ConstantSDNode *CN; local
698 if (!(CN
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties160 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/
H A Ducmcore.mk13 # EUC-CN, GBK (Windows cp936), GB 18030
/external/webkit/LayoutTests/http/conf/
H A Dfedora-httpd.conf588 # 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
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java47 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3"); field in class:BCStyle
211 DefaultSymbols.put(CN, "CN");
244 DefaultLookUp.put("cn", CN);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp225 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
227 uint64_t Offset = CN->getSExtValue();
233 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h189 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {}
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java69 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3"); field in class:X509Name
269 DefaultSymbols.put(CN, "CN");
301 RFC2253Symbols.put(CN, "CN");
311 RFC1779Symbols.put(CN, "CN");
320 DefaultLookUp.put("cn", CN);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp999 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
1000 unsigned Val = CN->getZExtValue();
1066 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
1067 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
1068 CN->getZExtValue() == 9) {
1069 AM.Scale = unsigned(CN->getZExtValue())-1;
1082 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
1199 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1)); local
1203 !FoldOffsetIntoAddress(CN
1506 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val); local
1734 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val); local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1015 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1016 if (isInt<9>(CN->getSExtValue())) {
1042 if (ConstantSDNode *CN =
1044 if (isInt<9>(CN->getSExtValue())) {
1168 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N); local
1169 APFloat APF = CN->getValueAPF();
1451 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
1452 if (isInt<13>(CN->getSExtValue()))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp553 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
556 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), mvt);
593 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
600 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), mvt);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp806 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
807 Value = CN->getZExtValue();
808 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
809 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
810 Value = FloatToBits(CN->getValueAPF().convertToFloat());
960 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
966 if (isIntS16Immediate(CN, Imm)) {
967 Disp = DAG.getTargetConstant(Imm, CN->getValueType(0));
969 CN->getValueType(0));
974 if (CN
[all...]
/external/chromium/net/base/
H A Dx509_cert_types_mac.cc151 // We don't expect to have more than one CN, L, S, and C.
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6169 else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal))
6170 SplatValue |= CN->getAPIntValue().zextOrTrunc(EltBitSize).
6172 else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal))
6173 SplatValue |= CN->getValueAPF().bitcastToAPInt().zextOrTrunc(sz) <<BitPos;
H A DLegalizeIntegerTypes.cpp2059 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N->getOperand(1)))
2060 return ExpandShiftByConstant(N, CN->getZExtValue(), Lo, Hi);

Completed in 524 milliseconds