Searched refs:hi (Results 1 - 13 of 13) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test10/
H A Dtest10.cpp44 sc_bigint<65> hi; local
45 hi[64] = 1; hi(63,32) = 0xffffe47b;
46 hi[64] = 1; hi(63,32) = 0xffffe47b;
50 x = (hi,lo);
51 cout << hex << "hi = " << hi << endl
54 cout << dec << "hi = " << hi
[all...]
/gem5/src/arch/arm/insts/
H A Dneon64_mem.hh54 XReg hi; member in struct:ArmISA::VReg
88 dest->hi = (dest->hi & (~maskBits)) | ((src & sMask) << shiftAmt);
121 data = (src.hi >> shiftAmt) & maskBits;
/gem5/src/arch/mips/
H A Dremote_gdb.hh60 uint32_t hi; member in struct:MipsISA::RemoteGDB::MipsGdbRegCache::__anon4
H A Dremote_gdb.cc179 r.hi = context->readIntReg(INTREG_HI);
196 context->setIntReg(INTREG_HI, r.hi);
/gem5/ext/systemc/src/sysc/qt/md/
H A Dsparc_b.s24 sethi %hi(_b_null),%o4
47 sethi %hi(_b_null),%o4
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh370 operator () (int hi, int lo) argument
372 return sc_subref<X>(back_cast(), hi, lo);
375 operator () (int hi, int lo) const argument
377 return sc_subref_r<X>(back_cast(), hi, lo);
380 range(int hi, int lo) argument
382 return sc_subref<X>(back_cast(), hi, lo);
385 range(int hi, int lo) const argument
387 return sc_subref_r<X>(back_cast(), hi, lo);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h431 sc_subref<X> operator () ( int hi, int lo ) argument
432 { return sc_subref<X>( back_cast(), hi, lo ); }
434 sc_subref_r<X> operator () ( int hi, int lo ) const argument
435 { return sc_subref_r<X>( back_cast(), hi, lo ); }
437 sc_subref<X> range( int hi, int lo ) argument
438 { return sc_subref<X>( back_cast(), hi, lo ); }
440 sc_subref_r<X> range( int hi, int lo ) const argument
441 { return sc_subref_r<X>( back_cast(), hi, lo ); }
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc808 Action<MyFunction> a = SetArgPointee<0>("hi");
812 EXPECT_EQ("hi", str);
844 const char* const hi = "hi"; local
845 Action<MyFunction> a = SetArgPointee<1>(hi);
849 EXPECT_EQ("hi", str);
863 const wchar_t* const hi = L"hi"; local
864 Action<MyFunction> a = SetArgPointee<1>(hi);
867 EXPECT_EQ(hi, pt
[all...]
H A Dgmock-generated-matchers_test.cc521 const char a2[][3] = { "hi", "lo" };
524 EXPECT_THAT(a2, ElementsAre(StrEq("hi"), StrEq("lo")));
530 string array[] = { "hi", "one", "two" };
531 EXPECT_THAT(array, ElementsAre("hi", "one", "two"));
532 EXPECT_THAT(array, Not(ElementsAre("hi", "one", "too")));
549 string array1[] = { "hi" };
556 const char kHi[] = "hi";
698 ::std::string a[] = { "hi", "ho" };
699 ::std::string b[] = { "hi", "ho" };
942 MATCHER_P2(IsNotInClosedRange, low, hi, "") { retur
[all...]
/gem5/src/arch/hsail/
H A Doperand.hh633 // if the address expression is 32b, then the hi
635 assert(!op->offset.hi);
646 offset = (int64_t)(((uint64_t)(op->offset.hi) << 32)
H A Doperand.cc429 offset = (uint64_t(addrOp->offset.hi) << 32) |
H A DBrig_new.hpp1164 uint32_t hi; //.defValue=0 member in struct:BrigUInt64
1168 //+implcode inline KLASS& KLASS::operator=(uint64_t rhs) { lo() = (uint32_t)rhs; hi() = (uint32_t)(rhs >> 32); return *this; }
1169 //+implcode inline KLASS::operator uint64_t() { return ((uint64_t)hi()) << 32 | lo(); }
/gem5/src/gpu-compute/
H A Dhsail_code.cc297 size *= (((uint64_t)sym->dim.hi) << 32 | (uint64_t)sym->dim.lo);

Completed in 24 milliseconds