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

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp190 unsigned long long UValue; local
191 if (Result.getAsInteger(10, UValue))
193 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/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1540 uint64_t UValue = CN->getZExtValue(); local
1541 uint32_t upper = uint32_t(UValue >> 32);
1542 uint32_t lower = uint32_t(UValue);
1562 uint64_t UValue = CN->getZExtValue(); local
1563 uint32_t upper = uint32_t(UValue >> 32);
1564 uint32_t lower = uint32_t(UValue);
1585 uint64_t UValue = CN->getZExtValue(); local
1586 uint32_t upper = uint32_t(UValue >> 32);
1587 uint32_t lower = uint32_t(UValue);

Completed in 123 milliseconds