Home
last modified time | relevance | path

Searched refs:UValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCObjectSymbolizer.cpp133 uint64_t UValue = Value; in tryAddingSymbolicOperand() local
149 if ( SymAddr == UValue || in tryAddingSymbolicOperand()
150 (SymAddr <= UValue && SymAddr + SymSize > UValue)) { in tryAddingSymbolicOperand()
153 if (SymAddr != UValue) { in tryAddingSymbolicOperand()
154 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx); in tryAddingSymbolicOperand()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp215 unsigned long long UValue; in LexDigit() local
216 if (Result.getAsInteger(Radix, UValue)) in LexDigit()
219 Value = (long long)UValue; in LexDigit()
/external/v8/src/arm/
Dconstants-arm.h613 inline int UValue() const { return Bit(23); } in UValue() function
703 inline bool HasU() const { return UValue() == 1; } in HasU()
/external/chromium_org/v8/src/arm/
Dconstants-arm.h609 inline int UValue() const { return Bit(23); } in UValue() function
702 inline bool HasU() const { return UValue() == 1; } in HasU()