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

  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 133 uint64_t UValue = Value;
149 if ( SymAddr == UValue ||
150 (SymAddr <= UValue && SymAddr + SymSize > UValue)) {
153 if (SymAddr != UValue) {
154 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx);
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 215 unsigned long long UValue;
216 if (Result.getAsInteger(Radix, UValue))
219 Value = (long long)UValue;
  /external/v8/src/arm/
constants-arm.h 613 inline int UValue() const { return Bit(23); }
703 inline bool HasU() const { return UValue() == 1; }
  /external/chromium_org/v8/src/arm/
constants-arm.h 604 inline int UValue() const { return Bit(23); }
697 inline bool HasU() const { return UValue() == 1; }

Completed in 56 milliseconds