Searched refs:src (Results 101 - 125 of 126) sorted by relevance

123456

/gem5/src/arch/arm/
H A Dutility.hh110 void copyRegs(ThreadContext *src, ThreadContext *dest);
113 copyMiscRegs(ThreadContext *src, ThreadContext *dest) argument
H A Dtable_walker.hh952 Fault generateLongDescFault(ArmFault::FaultSource src);
H A Dtable_walker.cc1556 TableWalker::generateLongDescFault(ArmFault::FaultSource src) argument
1561 src + currState->longDesc.lookupLevel,
1569 src + currState->longDesc.lookupLevel,
/gem5/configs/common/cores/arm/
H A DHPI.py153 def src(index): function
337 # f, f, f, dest, src
497 ('left', un('SignExtend32To64', int_reg(src(4)))),
498 ('right', un('SignExtend32To64', int_reg(src(3)))),
520 ('left', un('SignExtend32To64', int_reg(src(0)))),
521 ('right', un('SignExtend32To64', int_reg(src(1)))),
782 ('left', int_reg(src(4))),
783 ('right', int_reg(src(3))),
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned.cpp391 void sc_unsigned::concat_set(int64 src, int low_i) argument
393 *this = (low_i < 64) ? src >> low_i : src >> 63;
396 void sc_unsigned::concat_set(const sc_signed& src, int low_i) argument
398 if ( low_i < src.length() )
399 *this = src >> low_i;
401 *this = (src<0) ? (int_type)-1 : 0;
404 void sc_unsigned::concat_set(const sc_unsigned& src, int low_i) argument
406 if ( low_i < src.length() )
407 *this = src >> low_
412 concat_set(uint64 src, int low_i) argument
[all...]
H A Dsc_signed.cpp399 void sc_signed::concat_set(int64 src, int low_i) argument
401 *this = (low_i < 64) ? src >> low_i : src >> 63;
404 void sc_signed::concat_set(const sc_signed& src, int low_i) argument
406 if ( low_i < src.length() )
407 *this = src >> low_i;
409 *this = (src<0) ? (int_type)-1 : 0;
412 void sc_signed::concat_set(const sc_unsigned& src, int low_i) argument
414 if ( low_i < src.length() )
415 *this = src >> low_
420 concat_set(uint64 src, int low_i) argument
[all...]
H A Dsc_signed.h866 virtual void concat_set(int64 src, int low_i);
867 virtual void concat_set(const sc_signed& src, int low_i);
868 virtual void concat_set(const sc_unsigned& src, int low_i);
869 virtual void concat_set(uint64 src, int low_i);
1061 virtual void concat_set(int64 src, int low_i);
1062 virtual void concat_set(const sc_signed& src, int low_i);
1063 virtual void concat_set(const sc_unsigned& src, int low_i);
1064 virtual void concat_set(uint64 src, int low_i);
1173 virtual void concat_set(int64 src, int low_i);
1174 virtual void concat_set(const sc_signed& src, in
[all...]
H A Dsc_unsigned.h770 virtual void concat_set(int64 src, int low_i);
771 virtual void concat_set(const sc_signed& src, int low_i);
772 virtual void concat_set(const sc_unsigned& src, int low_i);
773 virtual void concat_set(uint64 src, int low_i);
961 virtual void concat_set(int64 src, int low_i);
962 virtual void concat_set(const sc_signed& src, int low_i);
963 virtual void concat_set(const sc_unsigned& src, int low_i);
964 virtual void concat_set(uint64 src, int low_i);
1075 virtual void concat_set(int64 src, int low_i);
1076 virtual void concat_set(const sc_signed& src, in
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc362 sc_unsigned::concat_set(int64 src, int low_i) argument
364 *this = (low_i < 64) ? src >> low_i : src >> 63;
368 sc_unsigned::concat_set(const sc_signed &src, int low_i) argument
370 if (low_i < src.length())
371 *this = src >> low_i;
373 *this = (src < 0) ? (int_type)-1 : 0;
377 sc_unsigned::concat_set(const sc_unsigned &src, int low_i) argument
379 if (low_i < src.length())
380 *this = src >> low_
386 concat_set(uint64 src, int low_i) argument
[all...]
H A Dsc_signed.cc359 sc_signed::concat_set(int64 src, int low_i) argument
361 *this = (low_i < 64) ? src >> low_i : src >> 63;
365 sc_signed::concat_set(const sc_signed &src, int low_i) argument
367 if (low_i < src.length())
368 *this = src >> low_i;
370 *this = (src<0) ? (int_type)-1 : 0;
374 sc_signed::concat_set(const sc_unsigned &src, int low_i) argument
376 if (low_i < src.length())
377 *this = src >> low_
383 concat_set(uint64 src, int low_i) argument
[all...]
/gem5/src/arch/alpha/
H A Dev5.hh111 void copyIprs(ThreadContext *src, ThreadContext *dest);
H A Dev5.cc478 copyIprs(ThreadContext *src, ThreadContext *dest) argument
481 dest->setMiscRegNoEffect(i, src->readMiscRegNoEffect(i));
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2310 inline char* StrDup(const char* src) { return strdup(src); } argument
2320 inline char* StrDup(const char* src) { return _strdup(src); } argument
2346 inline char* StrDup(const char* src) { return strdup(src); }
2356 inline const char* StrNCpy(char* dest, const char* src, size_t n) { argument
2357 return strncpy(dest, src, n);
/gem5/src/dev/virtio/
H A Dbase.hh215 * @param src Source buffer.
218 void write(size_t offset, const uint8_t *src, size_t size);
275 * @param src Pointer to source buffer.
278 void chainWrite(size_t offset, const uint8_t *src, size_t size);
/gem5/src/base/
H A Dinet.hh145 const EthAddr &src() const { return *(EthAddr *)&eth_src; } function in struct:Net::EthHdr
265 uint32_t src() const { return ntohl(ip_src); } function in struct:Net::IpHdr
373 const uint8_t* src() const { return ip6_src.data; } function in struct:Net::Ip6Hdr
H A Dinet.cc229 sum = ip_cksum_add(ip6->src(), 32, sum);
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh793 virtual void concat_set(int64 src, int low_i);
794 virtual void concat_set(const sc_signed &src, int low_i);
795 virtual void concat_set(const sc_unsigned &src, int low_i);
796 virtual void concat_set(uint64 src, int low_i);
963 virtual void concat_set(int64 src, int low_i);
964 virtual void concat_set(const sc_signed &src, int low_i);
965 virtual void concat_set(const sc_unsigned &src, int low_i);
966 virtual void concat_set(uint64 src, int low_i);
1074 virtual void concat_set(int64 src, int low_i);
1075 virtual void concat_set(const sc_signed &src, in
[all...]
H A Dsc_unsigned.hh700 virtual void concat_set(int64 src, int low_i);
701 virtual void concat_set(const sc_signed &src, int low_i);
702 virtual void concat_set(const sc_unsigned &src, int low_i);
703 virtual void concat_set(uint64 src, int low_i);
869 virtual void concat_set(int64 src, int low_i);
870 virtual void concat_set(const sc_signed &src, int low_i);
871 virtual void concat_set(const sc_unsigned &src, int low_i);
872 virtual void concat_set(uint64 src, int low_i);
985 virtual void concat_set(int64 src, int low_i);
986 virtual void concat_set(const sc_signed &src, in
[all...]
/gem5/src/dev/pci/
H A Dcopy_engine_defs.hh70 Addr src; member in struct:CopyEngineReg::DmaDesc
H A Dcopy_engine.cc507 ce->pciToDma(curDmaDesc->src));
508 cePort.dmaAction(MemCmd::ReadReq, ce->pciToDma(curDmaDesc->src),
/gem5/system/alpha/console/
H A Dconsole.c368 int strcpy(char *dst, char *src);
778 strcpy(char *dst, char *src) argument
781 while (*src) {
782 *dst++ = *src++;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h87 inline sc_process_handle& operator = ( sc_process_handle src );
/gem5/configs/common/
H A Dcpu2000.py64 src = normpath(joinpath(srcdir, root, entry))
65 if not isfile(dest) or not filecmp(src, dest):
66 copyfile(src, dest)
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h140 [](Vector &v, const Vector &src) {
141 v.insert(v.end(), src.begin(), src.end());
H A Dnumpy.h984 bool load(handle src, bool convert) {
985 if (!convert && !type::check_(src))
987 value = type::ensure(src);
991 static handle cast(const handle &src, return_value_policy /* policy */, handle /* parent */) {
992 return src.inc_ref();

Completed in 119 milliseconds

123456