Searched refs:arg1 (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_numpy_vectorize.cpp80 py::array_t<int, py::array::forcecast> arg1,
86 std::array<py::buffer_info, 3> buffers {{ arg1.request(), arg2.request(), arg3.request() }};
/gem5/src/gpu-compute/
H A Dqstruct.hh87 uint64_t arg1; member in struct:HsaQueueEntry
/gem5/util/stats/
H A Dinfo.py245 def __init__(self, op, arg0, arg1):
249 self.arg1 = WrapValue(arg1)
252 return scalar(self.arg0) and scalar(self.arg1)
255 return vector(self.arg0) or vector(self.arg1)
259 val1 = value(self.arg1, run)
272 if scalar(self.arg1):
273 val1 = value(self.arg1, run)
274 if vector(self.arg1):
275 val1 = value(self.arg1, ru
[all...]
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s39 ; arg1: 1'th arg to *arg0.
150 copy %r17,%arg1 ; ... user function pt.
177 ; | arg3 | arg2 | arg1 | arg0 |
179 ; integers: arg3 arg2 arg1 arg0
210 ldw -40(%sp),%arg1
228 copy %ret0,%arg1 ; Return-value is arg1 to `cleanup'.
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc616 ACTION(IncrementArg1) { (*arg1)++; }
687 return &arg1;
710 ACTION(Sum) { return arg0 + arg1; }
763 ACTION(OverloadedAction) { return arg0 ? arg1 : "hello"; }
766 return arg0 ? arg1 : default_value;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h796 // arg1_type temp = arg1;
810 // you'll get a compiler error if *arg1 doesn't support the ++
811 // operator, or if the type of ++(*arg1) isn't compatible with the
884 arg1_type arg1 GTEST_ATTRIBUTE_UNUSED_, \
1268 arg1_type arg1, arg2_type arg2, arg3_type arg3, arg4_type arg4, \
1329 arg1_type arg1, arg2_type arg2, arg3_type arg3, arg4_type arg4, \
1375 arg1_type arg1, arg2_type arg2, arg3_type arg3, arg4_type arg4, \
1427 arg1_type arg1, arg2_type arg2, arg3_type arg3, arg4_type arg4, \
1482 arg1_type arg1, arg2_type arg2, arg3_type arg3, arg4_type arg4, \
1543 arg1_type arg1, arg2_typ
[all...]
/gem5/util/minorview/
H A Dview.py87 def draw(arg1, arg2):

Completed in 24 milliseconds