Searched refs:in (Results 51 - 75 of 183) sorted by relevance

12345678

/gem5/src/sim/
H A Dmem_state.hh5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
40 * The fields held in this class dynamically change as the process object
41 * is run in the simulator. They are updated by system calls and faults;
61 operator=(const MemState &in) argument
63 if (this == &in)
66 _brkPoint = in._brkPoint;
67 _stackBase = in._stackBase;
68 _stackSize = in
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test2/
H A Dtest2.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
41 sc_sync and async, in conjunction with triggering of
89 const sc_signal<int>& in; local
97 : in(IN_), out(OUT_)
102 sensitive << in; local
109 out = in + 10;
110 cout << "AsyncProc: Value read = " << in.read() << endl;
120 const sc_signal<int>& in; local
128 : in(IN
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake1/
H A Dhshake1.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
46 sc_fifo<int>& in; local
58 : in(IN_), done(DONE), out(OUT_), ready(READY)
71 int in_ = in.read();
84 sc_fifo<int>& in; local
96 : in(IN_), done(DONE), out(OUT_), ready(READY)
109 int in_ = in.read();
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake2/
H A Dhshake2.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
46 sc_fifo<int>& in; local
58 : in(IN_), done(DONE), out(OUT_), ready(READY)
71 int in_ = in.read();
84 sc_fifo<int>& in; local
96 : in(IN_), done(DONE), out(OUT_), ready(READY)
109 int in_ = in.read();
/gem5/configs/boot/
H A Dammp.rcS11 ./ammp < input/mdred.in
H A Dart.rcS3 #/benchmarks/spec/art00/art -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 184 -endy 240 -objects 3
6 /benchmarks/spec/art00/art -scanfile c756hel.in -trainfile1 a10.img -stride 5 -startx 134 -starty 220 -endx 184 -endy 240 -objects 1
H A Dequake.rcS11 /benchmarks/spec/equake00/equake < lgred.in
H A Dmcf.rcS11 /benchmarks/spec/mcf00/mcf mdred.in
H A Dmesa.rcS11 /benchmarks/spec/mesa00/mesa -frames 1 -meshfile lgred.in
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dbiquad.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
49 sc_in<float> in; local
65 in(IN1); reset(RESET); out(OUT1);
78 // Process functionality in member function below
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dbiquad.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
49 sc_in<float> in; local
65 in(IN1); reset(RESET); out(OUT1);
77 // Process functionality in member function below
H A Dop_queue.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
49 sc_in<float> in; local
66 in(IN1);
73 // Process functionality in member function below
H A Ddelay_line.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
52 line[0] = in.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.3/
H A Dmean.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
51 const signal_bool_vector& in; //input local
63 : in(IN_), out(OUT_), data_available(DATA_AVAILABLE), data_ready(DATA_READY)
69 // Process functionality in member function below
H A Dmean.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
65 i = in.read().to_int();
67 j = in.read().to_int();
69 k = in.read().to_int();
71 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.4/
H A Dmean.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
51 const sc_signal_bool_vector& in; //input local
63 : in(IN_), out(OUT_), receiver_ready(RECEIVER_READY), send_input(SEND_INPUT)
69 // Process functionality in member function below
H A Dmean.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
66 i = in.read().to_int();
68 j = in.read().to_int();
70 k = in.read().to_int();
72 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test1/
H A Dtest1.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
90 const sc_signal<int>& in; local
98 : in(IN_), out(OUT_)
111 out = in;
112 cout << "AsyncProc: Value read = " << in.read() << endl;
126 const sc_signal<int>& in; local
134 : in(IN_), out(OUT_)
145 out = in;
146 cout << "AsyncBlock: Value read = " << in
[all...]
/gem5/src/systemc/tests/systemc/utils/sc_vector/test01/
H A Dtest01.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
44 sc_in<bool> in; local
66 sc_assemble_vector( m_sub_vec, &sub_module::in ).bind( in_vec );
/gem5/ext/googletest/googletest/xcode/Samples/FrameworkSample/
H A Druntests.sh6 # Redistribution and use in source and binary forms, with or without
12 # * Redistributions in binary form must reproduce the above
14 # in the documentation and/or other materials provided with the
41 # Now execute each one in turn keeping track of how many succeeded and failed.
45 for test in ${test_executables[*]}; do
/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Dts_buf.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
55 bus_val = in.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.2/
H A Dmean.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
64 i = in.read().to_int();
66 j = in.read().to_int();
68 k = in.read().to_int();
70 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.5/
H A Dmean.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
67 i = in.read().to_int();
69 j = in.read().to_int();
71 k = in.read().to_int();
73 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.6/
H A Dmean.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
66 i = in.read().to_int();
68 j = in.read().to_int();
70 k = in.read().to_int();
72 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Dts_buf.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
55 bus_val = in.read();

Completed in 17 milliseconds

12345678