Searched refs:base (Results 126 - 150 of 167) sorted by relevance

1234567

/gem5/src/arch/arm/insts/
H A Dmacromem.hh460 bool load, IntRegIndex dest, IntRegIndex base, int64_t imm);
467 bool load, IntRegIndex dest, IntRegIndex base, int64_t imm);
474 bool load, IntRegIndex dest, IntRegIndex base, int64_t imm);
481 bool load, IntRegIndex dest, IntRegIndex base,
H A Dmem.hh70 // The address is a base register plus an immediate.
81 IntRegIndex base; member in class:ArmISA::RfeOp
92 base(_base), mode(_mode), wb(_wb),
115 // The address is a base register plus an immediate.
168 IntRegIndex base; member in class:ArmISA::Memory
177 dest(_dest), base(_base), add(_add), uops(NULL)
206 // The address is a base register plus an immediate.
248 // The address is a base register plus an immediate.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h96 // A pointer to the base generator instance.
224 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, argument
226 : base_(base), value_(value), index_(index), step_(step) {}
241 // Having the same base generator guarantees that the other
311 Iterator(const ParamGeneratorInterface<T>* base, argument
313 : base_(base), iterator_(iterator) {}
339 // Having the same base generator guarantees that the other
426 // TestMetaFactoryBase is a base class for meta-factories that create
513 // Test case base name for display purposes.
519 // test_case_name is the base nam
[all...]
H A Dgtest-port.h1392 Derived* CheckedDowncastToActualType(Base* base) { argument
1394 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1398 return ::down_cast<Derived*>(base);
1400 return dynamic_cast<Derived*>(base); // NOLINT
1402 return static_cast<Derived*>(base); // Poor man's downcast.
1564 // non-templated base class for ThreadWithParam allows us to bypass this
1605 ThreadWithParamBase* const base = this; local
1609 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
1860 // Holds a value of T. Can be deleted via its base class without the caller
2474 // As base/basictype
[all...]
/gem5/util/
H A Dhgstyle.py161 verifiers = [v(ui, opts, base=repo.root) for v in all_verifiers]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp442 int base = 0; local
448 base = 10;
467 base = 2;
473 base = 2;
480 base = 8;
485 base = 8;
492 base = 16;
497 base = 16;
503 base = 2;
572 mant_is_neg = ( scfx_to_digit( *p, numrep ) >= ( base >>
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc66 #include "base/compiler.hh"
402 int base = 0; local
407 base = 10;
424 base = 2;
430 base = 2;
437 base = 8;
442 base = 8;
449 base = 16;
454 base = 16;
460 base
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc74 is_valid_base(sc_numrep base) argument
76 switch (base) {
86 "is_valid_base( sc_numrep base ) : "
92 msg << "is_valid_base( sc_numrep base ) : base = " << base << local
145 // Let N = any digit depending on the base.
155 // Default sign = SC_POS, default base = NB_DEFAULT_BASE.
192 // Get base b and sign s of the number in the char string v. Return a
205 // Default sign = SC_POS, default base
545 vec_from_str(int unb, int und, sc_digit *u, const char *v, sc_numrep base) argument
564 "sc_numrep base ) : base = " << base << local
[all...]
/gem5/src/arch/x86/bios/
H A Dsmbios.cc46 #include "base/types.hh"
282 Addr base = smbiosHeader.intermediateHeader.tableAddr; local
287 uint16_t size = (*it)->writeOut(proxy, base + offset);
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc126 Base base = ::testing::internal::ImplicitCast_<Base>(derived); local
127 EXPECT_EQ(derived.member(), base.member());
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); local
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
197 base = ::testing::internal::ImplicitCast_<Base>(const_castable);
/gem5/src/arch/arm/
H A Dfaults.cc52 #include "base/compiler.hh"
53 #include "base/trace.hh"
54 #include "cpu/base.hh"
298 Addr base; local
308 base = tc->readMiscReg(MISCREG_MVBAR);
311 base = tc->readMiscReg(MISCREG_HVBAR);
316 base = HighVecs;
318 base = ArmSystem::haveSecurity(tc) ?
324 return base + offset(tc);
727 Addr base; local
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h211 // Casts an Eigen type to numpy array. If given a base, the numpy array references the src data,
213 template <typename props> handle eigen_array_cast(typename props::Type const &src, handle base = handle(), bool writeable = true) {
217 a = array({ src.size() }, { elem_size * src.innerStride() }, src.data(), base);
220 src.data(), base);
228 // Takes an lvalue ref to some Eigen type and a (python) base object, creating a numpy array that
229 // reference the Eigen object's data with `base` as the python-registered base class (if omitted,
230 // the base will be set to None, and lifetime management is up to the caller). The numpy array is
235 // copies when there is no base. Setting the base t
[all...]
/gem5/configs/example/
H A Dapu_se.py362 for base in base_list:
363 if not base:
364 # base could be None if environment var not set
366 full_path = os.path.join(base, rel_path)
/gem5/src/mem/
H A Dpacket.hh60 #include "base/addr_range.hh"
61 #include "base/cast.hh"
62 #include "base/compiler.hh"
63 #include "base/flags.hh"
64 #include "base/logging.hh"
65 #include "base/printable.hh"
66 #include "base/types.hh"
389 * A virtual base opaque structure used to hold state associated
1213 const uint8_t *base = getConstPtr<uint8_t>(); local
1216 p[i] = *(base
[all...]
H A Dstack_dist_calc.cc42 #include "base/chunk_generator.hh"
43 #include "base/intmath.hh"
44 #include "base/trace.hh"
552 stack.erase(a.base());
/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.cpp85 PyTF6(TestFactory6 &&base) : TestFactory6(std::move(base)) { alias = true; print_created(this, "move", value); } argument
157 MAKE_TAG_TYPE(base);
335 // (non-polymorphic base)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinit.h67 // constructed from an rvalue reference of the base Cpp type. This means that Alias classes
69 // inherit all the base class constructors.
72 value_and_holder &v_h, Cpp<Class> &&base) {
73 v_h.value_ptr() = new Alias<Class>(std::move(base));
94 // construct an Alias from the returned base instance.
146 // the alias from the base when needed (i.e. because of Python-side inheritance). When we don't
71 construct_alias_from_cpp(std::true_type , value_and_holder &v_h, Cpp<Class> &&base) argument
H A Dclass.h198 /// For multiple inheritance types we need to recursively register/deregister base pointers for any
199 /// base classes with pointers that are difference from the instance value pointer so that we can
200 /// correctly recognize an offset base class pointer. This calls a function with any offset base ptrs.
362 /** Create the type which can be used as a common base for all classes. This is
555 auto base = (bases.size() == 0) ? internals.instance_base local
577 type->tp_base = type_incref((PyTypeObject *)base);
582 /* Don't inherit base __init__ */
/gem5/src/arch/x86/
H A Dtypes.hh46 #include "base/bitunion.hh"
47 #include "base/cprintf.hh"
48 #include "base/types.hh"
96 Bitfield<2,0> base; member in namespace:X86ISA
/gem5/src/arch/arm/linux/
H A Dprocess.cc53 #include "base/loader/object_file.hh"
54 #include "base/trace.hh"
1660 table.base = 0;
1662 table.base = 0x900000;
1667 table.base = 0xf0001;
1679 table.base = 0;
1681 table.base = 0x900000;
1686 table.base = 0x1001;
1709 int offset = callnum - base;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp121 // Let N = any digit depending on the base.
131 // Default sign = SC_POS, default base = NB_DEFAULT_BASE.
172 // Get base b and sign s of the number in the char string v. Return a
187 // Default sign = SC_POS, default base = 10.
217 // base or base and sign specifier.
549 const char *v, sc_numrep base)
557 is_valid_base(base);
559 small_type b, s; // base and sign.
563 if (base !
548 vec_from_str(int unb, int und, sc_digit *u, const char *v, sc_numrep base) argument
[all...]
/gem5/ext/mcpat/cacti/
H A Dbasic_circuit.cc71 int powers (int base, int n) { argument
76 p *= base;
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh82 // This inline function returns the type of an i/o stream's base as a SystemC
83 // base designator.
84 // stream_object = reference to the i/o stream whose base is to be returned.
88 // This inline function returns true if the base should be shown when a SystemC
119 // One transition of the FSM to find base and sign of a number.
131 // Find the base and sign of a number in v.
133 const char *v, small_type &base, small_type &sign);
135 // Create a number out of v in base.
138 const char *v, sc_numrep base=SC_NOBASE);
/gem5/src/dev/arm/
H A Dgeneric_timer.cc527 ctrlRange(RangeSize(p->base, TheISA::PageBytes)),
528 timerRange(RangeSize(p->base + TheISA::PageBytes, TheISA::PageBytes)),
/gem5/src/python/m5/
H A Dparams.py100 # Dummy base class to identify types that are legitimate for SimObject
142 def unproxy(self, base):
256 def unproxy(self, base):
260 return self[0].unproxy(base)
262 return [v.unproxy(base) for v in self]
555 # Assume that base/str.hh will be included anyway
556 # code('#include "base/str.hh"')
571 # CheckedInt is an abstract base class, so we actually don't
622 code('#include "base/types.hh"')
657 # Assume that base/st
[all...]

Completed in 46 milliseconds

1234567