Searched refs:is (Results 1 - 25 of 77) sorted by relevance

1234

/gem5/src/arch/x86/
H A Dpseudo_inst.cc44 * This function is executed when the simulation is executing the syscall
61 * This function is executed when the simulation is executing the pagefault
74 uint64_t is[size]; local
77 &is, sizeof(is));
86 is[5], is[4], is[
[all...]
/gem5/ext/drampower/src/
H A DUtils.h50 std::istringstream is(s);
53 if (!(is >> f >> t)) {
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsimple.S7 # This is the most basic self checking test. If your simulator does not
8 # pass thiss then there is little chance that it will pass any of the
/gem5/src/systemc/tests/systemc/examples/isqrt/
H A Disqrt.cpp78 unsigned is; member in struct:stimuli
204 sc_signal<sc_uint<10> > is; local
211 out_rdy, out_vld, is);
229 if( is.read() != S[i].is){
230 printf("error it:%d expected is:%d received is:%d\n",
231 (int)S[i].it, (int)S[i].is,
232 (int)is.read());
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.cpp13 distributed under the License is distributed on an "AS IS" BASIS,
51 // Andy Goodrich: added warnings indicating that sc_bit is deprecated and that
117 sc_bit::scan( ::std::istream& is )
120 is >> b;
131 "sc_bit is deprecated, use bool instead");
H A Dsc_logic.h13 distributed under the License is distributed on an "AS IS" BASIS,
277 void scan( ::std::istream& is = ::std::cin );
363 operator >> ( ::std::istream& is, sc_logic& a ) argument
365 a.scan( is );
366 return is;
H A Dsc_logic.cpp13 distributed under the License is distributed on an "AS IS" BASIS,
155 sc_logic::scan( ::std::istream& is )
158 is >> c;
/gem5/src/systemc/dt/bit/
H A Dsc_bit.cc13 distributed under the License is distributed on an "AS IS" BASIS,
51 // Andy Goodrich: added warnings indicating that sc_bit is deprecated and that
111 sc_bit::scan(::std::istream &is) argument
114 is >> b;
125 "sc_bit is deprecated, use bool instead");
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc10 * terms below provided that you ensure that this notice is replicated
90 "Traffic generator is only active in timing mode\n");
157 // see if this line is a comment line, and if so skip it
160 istringstream is(line);
163 is >> keyword;
171 is >> id >> duration >> mode;
177 is >> traceFile >> addrOffset;
198 is >> read_percent >> start_addr >> end_addr >>
229 is >> stride_size >> page_size >> nbr_of_banks_DRAM >>
234 warn("DRAM generator stride size (%d) is greate
[all...]
/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
33 # Set SUM=1 so user memory access is permitted
42 # Try a non-faulting store to make sure dirty bit is set
53 # Make sure D bit is set
85 # Make sure D bit is clear
99 # Make sure the D bit really is clear.
H A Dscall.S29 # This is the expected trap code.
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s5 ; its documentation for any purpose and without fee is hereby
7 ; appear in all copies. This software is provided as a
8 ; proof-of-concept and for demonstration purposes; there is no
12 ; This file (pa-risc_b.s) is part of the port of QuickThreads for
33 ; Just do nothing, only return to caller. This procedure is called by
61 .CALL ; ...this is the input to $$dyncall
149 ; On PA-RISC this is implemented with an `or'.
150 ; The `or' is hidden by a pseudo-operation called `copy'.
H A Dhppa.s7 ; its documentation for any purpose and without fee is hereby
9 ; appear in all copies. This software is provided as a
10 ; proof-of-concept and for demonstration purposes; there is no
14 ; This file (pa-risc.s) is part of the port of QuickThreads for
37 ; arg0: ptr to function (helper) to call once curr is suspended
38 ; and control is on arg3's stack.
152 ; %r22 is a caller-saves register
184 ; from the user's function. It is an error for `cleanup' to return.
199 copy %r15,%arg0 ; `pt' is arg0 to `startup'.
227 copy %r15,%arg0 ; `pt' is arg
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
155 sc_signed_bitref::scan( ::std::istream& is )
158 is >> b;
H A Dsc_unsigned_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
154 sc_unsigned_bitref::scan( ::std::istream& is )
157 is >> b;
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
158 sc_signed_bitref::scan(::std::istream &is)
161 is >> b;
H A Dsc_unsigned_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
157 sc_unsigned_bitref::scan(::std::istream &is)
160 is >> b;
H A Dsc_nbcommon.inc13 distributed under the License is distributed on an "AS IS" BASIS,
23 This file is included in sc_signed.cpp and
27 sc_nbfriends.cpp and sc_nbexterns.cpp is created in order
71 // Create a copy of v with sgn s. v is of the same type.
83 // Create a copy of v where v is of the different type.
100 // Create a copy of v where v is an sign-less instance.
288 CLASS_TYPE::scan(::std::istream &is)
291 is >> s;
2077 // Return true if the bit i is 1, false otherwise. If i is outsid
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp13 distributed under the License is distributed on an "AS IS" BASIS,
90 sc_fxnum_bitref::scan( ::std::istream& is )
93 is >> b;
137 sc_fxnum_fast_bitref::scan( ::std::istream& is )
140 is >> b;
186 sc_fxnum_subref::scan( ::std::istream& is )
188 m_bv.scan( is );
235 sc_fxnum_fast_subref::scan( ::std::istream& is )
237 m_bv.scan( is );
335 sc_fxnum::scan( ::std::istream& is )
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc13 distributed under the License is distributed on an "AS IS" BASIS,
75 sc_fxnum_bitref::scan(::std::istream &is) argument
78 is >> b;
107 sc_fxnum_fast_bitref::scan(::std::istream &is) argument
110 is >> b;
153 sc_fxnum_subref::scan(::std::istream &is) argument
155 m_bv.scan(is);
200 sc_fxnum_fast_subref::scan(::std::istream &is) argument
202 m_bv.scan(is);
299 sc_fxnum::scan(::std::istream &is) argument
678 scan(::std::istream &is) argument
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dlrsc.S35 # TODO is this actually mandatory behavior?
64 # expected result is 512*ncores*(ncores+1)
/gem5/ext/nomali/
H A DMakefile12 # distributed under the License is distributed on an "AS IS" BASIS,
23 $(error Default GCC version is too old. Please use gcc 4.7 or newer.)
/gem5/src/systemc/ext/dt/bit/
H A Dsc_logic.hh13 distributed under the License is distributed on an "AS IS" BASIS,
252 void scan(::std::istream &is=::std::cin);
360 operator >> (::std::istream &is, sc_logic &a) argument
362 a.scan(is);
363 return is;
/gem5/ext/nomali/lib/
H A DRules.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
/gem5/ext/nomali/tests/
H A DRules.mk12 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 29 milliseconds

1234