Searched refs:make (Results 1 - 12 of 12) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dlrsc.S28 # make sure that sc without a reservation fails.
34 # make sure that sc with the wrong reservation fails.
/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.py220 a = m.TypeWithMoveOnlyHolder.make()
229 a = m.TypeForHolderWithAddressOf.make()
238 np = m.TypeForHolderWithAddressOf.make()
245 b = m.TypeForHolderWithAddressOf.make()
258 a = m.TypeForMoveOnlyHolderWithAddressOf.make()
H A Dtest_class.py140 b = m.MyBase.make()
142 d2 = m.MyDerived.make()
H A Dtest_class.cpp159 static std::unique_ptr<MyBase> make() { function in struct:MyBase
165 static std::unique_ptr<MyDerived> make() { function in struct:MyDerived
171 .def_static("make", &MyBase::make);
174 .def_static("make", &MyDerived::make)
175 .def_static("make2", &MyDerived::make);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Ddirty.S28 # Try a faulting store to make sure dirty bit is not set
42 # Try a non-faulting store to make sure dirty bit is set
H A Dcsr.S27 # For RV64, make sure UXL encodes RV64. (UXL does not exist for RV32.)
64 # If so, make sure FP stores have no effect when mstatus.FS is off.
/gem5/configs/common/
H A DCacheConfig.py90 # If elastic trace generation is enabled, make sure the memory system is
223 def make(name): function in function:ExternalCacheFactory
226 return make
/gem5/system/alpha/console/
H A Ddbmentry.S205 zapnot t1,0x1f,a0 # make rpb physical
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dmove.S16 #TODO: make 32-bit compatible version
/gem5/ext/googletest/googlemock/
H A DMakefile.am56 # TESTS -- Programs run automatically by "make check"
57 # check_PROGRAMS -- Programs built by "make check" but not necessarily run
133 make/Makefile
214 # Disables 'make install' as installing a compiled version of Google
219 echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
223 echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
/gem5/ext/googletest/googletest/
H A DMakefile.am14 make/Makefile \
223 # TESTS -- Programs run automatically by "make check"
224 # check_PROGRAMS -- Programs built by "make check" but not necessarily run
300 # Disables 'make install' as installing a compiled version of Google
305 echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
309 echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2656 // make sure that l and r point to the bits of u
2804 // make sure that l and r point to the bits of u

Completed in 19 milliseconds