Searched refs:LL (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh87 res = (LL(1) << (width - 1)) - 1;
89 res = -(LL(1) << (width - 1));
101 if (op >= (LL(1) << width)) {
102 res = (LL(1) << width) - 1;
104 } else if (op < -(LL(1) << width)) {
105 res = -(LL(1) << width);
118 if (midRes >= (LL(1) << width)) {
119 res = (LL(1) << width) - 1;
133 if (op >= (LL(1) << width)) {
134 res = (LL(
[all...]
H A Dvfp.hh395 finalVal = 1LL << (width-1);
/gem5/src/base/
H A Dbitfield.hh62 return (nbits == 64) ? (uint64_t)-1LL : (1ULL << nbits) - 1;
104 return mbits((uint64_t)-1LL, first, last);
H A Dtypes.hh52 #define LL(N) ((int64_t)N##LL) macro
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64m.cpp73 expect<uint64_t>(2305843009213693944LL, []{return M::divu(-59, 8);},
H A Drv64f.cpp623 expect<int64_t>(-8589934592LL, []{return F::fcvt_l_s(-8589934592.0);},
653 expect<uint64_t>(8589934592LL,
H A Drv64d.cpp622 expect<int64_t>(-8589934592LL, []{return D::fcvt_l_d(-8589934592.0);},
652 expect<uint64_t>(8589934592LL, []{return D::fcvt_lu_d(8589934592.0);},
/gem5/ext/libelf/
H A Dlibelf_ehdr.c187 (shoff == 0LL && (shnum != 0 || phnum == PN_XNUM ||
193 if (shnum != 0 || shoff == 0LL) { /* not using extended numbering */
/gem5/src/dev/net/
H A Dsinic.cc893 if (rxDmaAddr == 1LL) {

Completed in 22 milliseconds