Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp190 unsigned long long UValue; in LexDigit() local
191 if (Result.getAsInteger(10, UValue)) in LexDigit()
193 Value = (long long)UValue; in LexDigit()
/external/v8/src/arm/
Dconstants-arm.h556 inline int UValue() const { return Bit(23); } in UValue() function
652 inline bool HasU() const { return UValue() == 1; } in HasU()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp1525 uint64_t UValue = CN->getZExtValue(); in get_vec_u18imm() local
1526 uint32_t upper = uint32_t(UValue >> 32); in get_vec_u18imm()
1527 uint32_t lower = uint32_t(UValue); in get_vec_u18imm()
1547 uint64_t UValue = CN->getZExtValue(); in get_vec_i16imm() local
1548 uint32_t upper = uint32_t(UValue >> 32); in get_vec_i16imm()
1549 uint32_t lower = uint32_t(UValue); in get_vec_i16imm()
1570 uint64_t UValue = CN->getZExtValue(); in get_vec_i10imm() local
1571 uint32_t upper = uint32_t(UValue >> 32); in get_vec_i10imm()
1572 uint32_t lower = uint32_t(UValue); in get_vec_i10imm()