HomeSort by relevance Sort by last modified time
    Searched defs:IsLogical (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 44 IsLogical = (1 << 20)
SystemZInstrInfo.cpp 494 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0;
495 return Value == 0 && !IsLogical &&
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 239 def IsLogical(x):
492 elif IsComparison(seld) or IsLogical(seld):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 239 def IsLogical(x):
492 elif IsComparison(seld) or IsLogical(seld):

Completed in 233 milliseconds