Searched refs:is (Results 26 - 50 of 77) sorted by relevance

1234

/gem5/src/systemc/dt/bit/
H A Dsc_logic.cc13 distributed under the License is distributed on an "AS IS" BASIS,
147 sc_logic::scan(::std::istream &is) argument
150 is >> c;
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S24 # after the pc is set to rs1, an access exception should be raised.
H A Dbreakpoint.S34 # Skip if breakpoint type is unsupported.
52 # Skip if breakpoint type is unsupported.
72 # Skip if breakpoint type is unsupported.
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h13 distributed under the License is distributed on an "AS IS" BASIS,
54 // Andy Goodrich: added warnings indicating that sc_bit is deprecated and that
396 operator >> ( ::std::istream& is, sc_bit& a ) argument
398 a.scan( is );
399 return is;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_int_base.h -- A sc_int is a signed integer whose length is less than the
25 length between 1 - 32. Implementation (i) is the default
27 the class library is compiled with -D_32BIT_. Unlike arbitrary
30 integer is useful when the user does not need arbitrary
31 precision and the performance is superior to
296 void scan( ::std::istream& is = ::std::cin );
519 void scan( ::std::istream& is = ::std::cin );
867 void scan( ::std::istream& is
1000 operator >>( ::std::istream& is, sc_int_bitref& a ) argument
1214 operator >>( ::std::istream& is, sc_int_subref& a ) argument
1371 operator >>( ::std::istream& is, sc_int_base& a ) argument
[all...]
H A Dsc_uint_base.h13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_uint_base.h -- A sc_uint is an unsigned integer whose length is less than
25 sc_uint with length between 1 - 32. Implementation (i) is the
29 types (hence capped at 32/64 bits). The sc_uint integer is
31 performance is superior to sc_bigint/sc_biguint.
177 bool result; // True is non-zero.
288 void scan( ::std::istream& is = ::std::cin );
505 void scan( ::std::istream& is = ::std::cin );
846 void scan( ::std::istream& is
973 operator >>( ::std::istream& is, sc_uint_bitref& a ) argument
1184 operator >>( ::std::istream& is, sc_uint_subref& a ) argument
1341 operator >>( ::std::istream& is, sc_uint_base& a ) argument
[all...]
H A Dsc_int_base.cpp13 distributed under the License is distributed on an "AS IS" BASIS,
52 // Andy Goodrich: changes to make sure the proper value is returned from
139 sc_int_bitref::scan( ::std::istream& is )
142 is >> b;
206 bool non_zero; // True if value inserted is non-zero.
347 sc_int_subref::scan( ::std::istream& is )
350 is >> s;
544 "character string is zero" );
548 "character string is empty" );
556 std::sprintf( msg, "character string '%s' is no
[all...]
H A Dsc_signed_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
400 sc_signed_subref::scan( ::std::istream& is )
403 is >> s;
H A Dsc_uint_base.cpp13 distributed under the License is distributed on an "AS IS" BASIS,
52 // Andy Goodrich: changes to make sure the proper value is returned from
138 sc_uint_bitref::scan( ::std::istream& is )
141 is >> b;
318 sc_uint_subref::scan( ::std::istream& is )
321 is >> s;
515 "character string is zero" );
519 "character string is empty" );
527 std::sprintf( msg, "character string '%s' is not valid", a );
613 // concat_get_data() is calle
[all...]
H A Dsc_unsigned_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_unsigned_subref.h -- Proxy class that is declared in sc_unsigned.h.
399 sc_unsigned_subref::scan( ::std::istream& is )
402 is >> s;
H A Dsc_nbfriends.inc13 distributed under the License is distributed on an "AS IS" BASIS,
223 // One extra digit for d is allocated to simplify vec_div_*().
286 // One extra digit for d is allocated to simplify vec_div_*().
377 // x is longer than y.
509 // x is longer than y.
645 // x is longer than y.
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh13 distributed under the License is distributed on an "AS IS" BASIS,
54 // Andy Goodrich: added warnings indicating that sc_bit is deprecated and that
373 operator >> (::std::istream &is, sc_bit &a) argument
375 a.scan(is);
376 return is;
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_int_base.h -- A signed integer whose length is less than 64 bit.
26 The sc_int integer is useful when the user does not need
27 arbitrary precision and the performance is superior to
271 void scan(::std::istream &is=::std::cin);
478 void scan(::std::istream &is=::std::cin);
934 void scan(::std::istream &is=::std::cin);
1046 operator >> (::std::istream &is, sc_int_bitref &a) argument
1048 a.scan(is);
1049 return is;
1237 operator >>(::std::istream &is, sc_int_subref &a) argument
1378 operator >>(::std::istream &is, sc_int_base &a) argument
[all...]
H A Dsc_uint_base.hh13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_uint_base.h -- An unsigned integer whose length is less than 64 bits.
26 The sc_uint integer is useful when the user does not need
27 arbitrary precision and the performance is superior to
183 bool result; // True is non-zero.
260 void scan(::std::istream &is=::std::cin);
450 void scan(::std::istream &is=::std::cin);
857 void scan(::std::istream &is=::std::cin);
959 operator >> (::std::istream &is, sc_uint_bitref &a) argument
961 a.scan(is);
1123 operator >>(::std::istream &is, sc_uint_subref &a) argument
1250 operator >>(::std::istream &is, sc_uint_base &a) argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp13 distributed under the License is distributed on an "AS IS" BASIS,
399 // string is longer the the maximum buffer size (max_size)
427 // e.g. sc_string_old("a=%d, s is %s").fmt(1).fmt("string")
428 // should produce a=1, s is string
431 // if the type of the argument is incompatible with format
455 if(is_delimiter("hlL",result)) result++; // I64 is not supported
558 operator >> ( ::std::istream& is, sc_string_old& s ) argument
570 while( is.get( c ) && isspace( c ) )
573 for( ; is.good() && ! isspace( c ); is
[all...]
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s6 * its documentation for any purpose and without fee is hereby
8 * appear in all copies. This software is provided as a
9 * proof-of-concept and for demonstration purposes; there is no
31 # and a pointer to a constant block. The address of function `f' is
32 # `f$TXT', and the constant block address is `f'. The constant block
41 # Note, by the way, that a pointer to a function is passed as a
115 # %c25 is the Enclosing Frame Pointer (EFP) -- since C doesn't
157 # block is passed in, so we must derefence it to get the helper's text
165 # is this stack; other
173 # Here is wher
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc13 distributed under the License is distributed on an "AS IS" BASIS,
52 // Andy Goodrich: changes to make sure the proper value is returned from
145 sc_int_bitref::scan(::std::istream &is) argument
148 is >> b;
207 bool non_zero; // True if value inserted is non-zero.
344 sc_int_subref::scan(::std::istream &is) argument
347 is >> s;
521 "character string is zero");
524 "character string is empty");
531 msg << "character string '" << a << "' is no
700 scan(::std::istream &is) argument
[all...]
H A Dsc_signed_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
397 sc_signed_subref::scan(::std::istream &is)
400 is >> s;
H A Dsc_uint_base.cc13 distributed under the License is distributed on an "AS IS" BASIS,
52 // Andy Goodrich: changes to make sure the proper value is returned from
148 sc_uint_bitref::scan(::std::istream &is) argument
151 is >> b;
328 sc_uint_subref::scan(::std::istream &is) argument
331 is >> s;
507 "character string is zero");
510 "character string is empty");
517 msg << "character string '" << a << "' is not valid";
601 // concat_get_data() is calle
701 scan(::std::istream &is) argument
[all...]
H A Dsc_unsigned_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
22 sc_unsigned_subref.h -- Proxy class that is declared in sc_unsigned.h.
389 sc_unsigned_subref::scan(::std::istream &is)
392 is >> s;
H A Dsc_nbfriends.inc13 distributed under the License is distributed on an "AS IS" BASIS,
191 // One extra digit for d is allocated to simplify vec_div_*().
242 // One extra digit for d is allocated to simplify vec_div_*().
324 // x is longer than y.
423 // x is longer than y.
527 // x is longer than y.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dcsr.S38 # If U mode is present, UXL should be 2 (XLEN = 64-bit)
43 # If U mode is not present, UXL should be 0
64 # If so, make sure FP stores have no effect when mstatus.FS is off.
73 # Fail if this test is compiled without F but executed on a core with F.
78 # Figure out if 'U' is set in misa
116 # Trapping on tests 10-12 is good news.
117 # Note that since the test didn't complete, TESTNUM is smaller by 1.
/gem5/ext/pybind11/include/pybind11/
H A Dembed.h6 All rights reserved. Use of this source code is governed by a
16 # error Embedding the interpreter is not supported with PyPy
33 defined in global scope. The first macro parameter is the name of the
34 module (without quotes). The second parameter is the variable which will
91 called before this is done; with the exception of `PYBIND11_EMBEDDED_MODULE`. The
94 has already been initialized is a fatal error.
96 If initializing the Python interpreter fails, then the program is terminated. (This
97 is controlled by the CPython runtime and is an exception to pybind11's normal behavior
104 pybind11_fail("The interpreter is alread
[all...]
/gem5/system/alpha/console/
H A Ddbmentry.S48 /* Processor 0 start stack frame is begining of physical memory (0)
91 /* If stack pointer was 0, then this is CPU0*/
174 blbs a1,2f # branch if lock is busy
178 ret zero,(ra) # return to caller (v0 is 1)
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h13 distributed under the License is distributed on an "AS IS" BASIS,
433 void scan( ::std::istream& is )
436 is >> s;
454 concat_flags m_flags; // Value is read only.
511 // it is necessary to disambiguate the use of the shift operators. We do
512 // this in favor of sc_unsigned so that precision is not lost. To get an
593 operator >> ( ::std::istream& is, sc_concatref& a ) argument
596 temp.scan( is );
598 return is;

Completed in 50 milliseconds

1234