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

/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectSymbolizer.cpp155 uint64_t UValue = Value;
170 if ( SymAddr == UValue ||
171 (SymAddr <= UValue && SymAddr + SymSize > UValue)) {
174 if (SymAddr != UValue) {
175 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx);
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h528 inline int UValue() const { return Bit(23); } function in class:v8::internal::Instruction
624 inline bool HasU() const { return UValue() == 1; }

Completed in 646 milliseconds