HomeSort by: relevance | last modified time | path
    Searched refs:HighValue (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 737 * HighValue - Largest allowed value
749 UINT32 HighValue)
758 (Op->Asl.Value.Integer > HighValue))
761 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue);
aslcompiler.h 1221 UINT32 HighValue);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 10248 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize);
10254 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
10258 SplatValue = HighValue | LowValue;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 800 APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize);
804 if (HighValue != LowValue || 8 > HalfSize)
807 SplatBits = HighValue;

Completed in 50 milliseconds