Home
last modified time | relevance | path

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

/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()