Home
last modified time | relevance | path

Searched refs:IsLogical (Results 1 – 14 of 14) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidiTransform.java371 return IsLTR(inLevel) && IsLogical(inOrder) in matches()
384 return IsRTL(inLevel) && IsLogical(inOrder) in matches()
397 return IsLTR(inLevel) && IsLogical(inOrder) in matches()
411 return IsRTL(inLevel) && IsLogical(inOrder) in matches()
426 && IsRTL(outLevel) && IsLogical(outOrder); in matches()
439 && IsRTL(outLevel) && IsLogical(outOrder); in matches()
453 && IsLTR(outLevel) && IsLogical(outOrder); in matches()
466 && IsLTR(outLevel) && IsLogical(outOrder); in matches()
479 return IsLTR(inLevel) && IsLogical(inOrder) in matches()
480 && IsRTL(outLevel) && IsLogical(outOrder); in matches()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiTransform.java381 return IsLTR(inLevel) && IsLogical(inOrder) in matches()
394 return IsRTL(inLevel) && IsLogical(inOrder) in matches()
407 return IsLTR(inLevel) && IsLogical(inOrder) in matches()
421 return IsRTL(inLevel) && IsLogical(inOrder) in matches()
436 && IsRTL(outLevel) && IsLogical(outOrder); in matches()
449 && IsRTL(outLevel) && IsLogical(outOrder); in matches()
463 && IsLTR(outLevel) && IsLogical(outOrder); in matches()
476 && IsLTR(outLevel) && IsLogical(outOrder); in matches()
489 return IsLTR(inLevel) && IsLogical(inOrder) in matches()
490 && IsRTL(outLevel) && IsLogical(outOrder); in matches()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h44 IsLogical = (1 << 20) enumerator
DSystemZInstrInfo.cpp518 bool IsLogical = (Compare.getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local
519 return Value == 0 && !IsLogical && in optimizeCompareInstr()
DSystemZElimCompare.cpp252 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
DSystemZInstrFormats.td82 bit IsLogical = 0;
94 let TSFlags{20} = IsLogical;
DSystemZInstrInfo.td1318 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
/external/python/cpython2/Lib/plat-mac/
Daetypes.py239 def IsLogical(x): function
492 elif IsComparison(seld) or IsLogical(seld):
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h50 IsLogical = (1 << 20) enumerator
DSystemZElimCompare.cpp326 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
DSystemZInstrInfo.cpp629 bool IsLogical = (Compare.getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local
630 return Value == 0 && !IsLogical && in optimizeCompareInstr()
DSystemZISelLowering.cpp5827 bool IsLogical = false; in computeKnownBitsForTargetNode() local
5853 IsLogical = true; in computeKnownBitsForTargetNode()
5866 if (IsLogical) { in computeKnownBitsForTargetNode()
DSystemZInstrFormats.td86 bit IsLogical = 0;
98 let TSFlags{20} = IsLogical;
DSystemZInstrInfo.td1476 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {