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

/external/llvm/lib/MC/
H A DMCObjectSymbolizer.cpp133 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/
H A DAsmLexer.cpp215 unsigned long long UValue; local
216 if (Result.getAsInteger(Radix, UValue))
219 Value = (long long)UValue;
/external/v8/src/arm/
H A Dconstants-arm.h613 inline int UValue() const { return Bit(23); } function in class:v8::internal::Instruction
703 inline bool HasU() const { return UValue() == 1; }
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h604 inline int UValue() const { return Bit(23); } function in class:v8::internal::Instruction
697 inline bool HasU() const { return UValue() == 1; }

Completed in 134 milliseconds