Searched refs:hex (Results 1 - 25 of 66) sorted by relevance

123

/gem5/src/systemc/tests/systemc/datatypes/int/sc_signed/part_select/test04/
H A Dtest04.cpp39 #define TERM(EXPR) cout << #EXPR << " " << hex << (EXPR) << endl
50 cout << hex << a << endl;
53 cout << hex << a << endl;
56 cout << hex << a << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/sc_unsigned/part_select/test03/
H A Dtest03.cpp39 #define TERM(EXPR) cout << #EXPR << " " << hex << (EXPR) << endl
50 cout << hex << a << endl;
53 cout << hex << a << endl;
56 cout << hex << a << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.1/
H A Daccessor.cpp58 cout << "Accessor: Data Written = " << hex << datao << " at address "
59 << hex << addr << endl;
75 cout << "Accessor: Data Read = " << hex << datai << " from address "
76 << hex << addr << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.2/
H A Daccessor.cpp58 cout << "Accessor: Data Written = " << hex << datao << " at address "
59 << hex << addr << endl;
75 cout << "Accessor: Data Read = " << hex << datai << " from address "
76 << hex << addr << endl;
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test11/
H A Dtest11.cpp51 cout << "sc_signed 1 " << hex << y << endl;
53 cout << "sc_unsigned 1 " << hex << y << endl;
58 cout << "sc_signed -1 " << hex << y << endl;
60 cout << "sc_unsigned -1 " << hex << y << endl;
65 cout << "sc_signed 0x800000 " << hex << y << endl;
67 cout << "sc_unsigned 0x800000 " << hex << y << endl;
72 cout << "sc_signed 0 " << hex << y << endl;
74 cout << "sc_unsigned 0 " << hex << y << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/sc_signed/part_select/test03/
H A Dtest03.cpp52 cout << hex << tmp << " " << bigtmp << endl;
56 cout << hex << tmp << " " << bigtmp << endl;
58 cout << hex << a.range(5,0) << " " << biga.range(5,0) << endl;
61 cout << hex << bigtmp << endl;
67 cout << hex << bigu16 << endl;
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test12/
H A Dtest12.cpp52 cout << "Expected " << hex << expected << " got " << result \
71 cout << "i37 = " << hex << i37 << endl;
72 cout << "i37(33,0) = " << hex << i37(33,0) << endl;
74 << hex << (sc_uint<6>(0),i37(33,0))
80 cout << "u37 = " << hex << u37 << endl;
81 cout << "u37(33,0) = " << hex << u37(33,0) << endl;
83 << hex << (sc_uint<6>(0),u37(33,0))
89 cout << "bi37 = " << hex << bi37 << endl;
90 cout << "bi37(33,0) = " << hex << bi37(33,0) << endl;
92 << hex << (sc_uin
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp39 using std::hex;
52 cout << "sc_get_status() == " << hex << sc_get_status() << " CTOR in " << name() << endl;
72 cout << "sc_get_status() == " << hex << sc_get_status() << " before_end_of_elaboration in " << name() << endl;
82 cout << "sc_get_status() == " << hex << sc_get_status() << " end_of_elaboration in " << name() << endl;
91 cout << "sc_get_status() == " << hex << sc_get_status() << " start_of_simulation in " << name() << endl;
101 cout << "sc_get_status() == " << hex << sc_get_status() << " end_of_simulation in " << name() << endl;;
164 cout << "sc_get_status() == " << hex << sc_get_status() << " CTOR in " << name() << endl;
199 cout << "sc_get_status() == " << hex << sc_get_status() << " before_end_of_elaboration in " << name() << endl;
208 cout << "sc_get_status() == " << hex << sc_get_status() << " end_of_elaboration in " << name() << endl;
215 cout << "sc_get_status() == " << hex << sc_get_statu
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test03/
H A Dtest03.cpp6 cout << hex << flags << dec << endl;
21 cout << hex << " x: " << x; \
25 cout << hex << " x: " << x; \
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test08/
H A Dtest08.cpp76 cout << __FILE__ << " " << __LINE__ << ": expected " << hex << e
90 cout << __FILE__ << " " << __LINE__ << ": expected " << hex << e
104 cout << __FILE__ << " " << __LINE__ << ": expected " << hex << e
120 cout << __FILE__ << " " << __LINE__ << ": expected " << hex << e
128 cout << __FILE__ << " " << __LINE__ << ": expected " << hex << e
/gem5/src/unittest/
H A Dsymtest.cc70 cout << symbol << " -> " << "0x" << hex << address << endl;
77 cout << "0x" << hex << address << " -> " << symbol<< endl;
H A Dstrnumtest.cc57 << "Number(" << s << ") = 0x" << hex \
/gem5/src/cpu/
H A Dinteltrace.cc52 outs << "0x" << hex << pc.instAddr() << ":\t";
/gem5/ext/drampower/src/
H A DParameter.cc70 return fromString<unsigned int>(value, isHex ? std::hex : std::dec);
79 return fromString<size_t>(value, isHex ? std::hex : std::dec);
103 ss << "0x" << hex << setw(8) << setfill('0') << value;
/gem5/src/mem/ruby/slicc_interface/
H A DRubyRequest.cc39 out << hex << "LineAddress = 0x" << m_LineAddress << dec << " ";
40 out << hex << "PhysicalAddress = 0x" << m_PhysicalAddress << dec << " ";
42 out << hex << "ProgramCounter = 0x" << m_ProgramCounter << dec << " ";
/gem5/src/systemc/tests/systemc/misc/stars/star130782/
H A Dtest.cpp100 cout << "B = " << hex << B << endl;
117 cout << "B = " << hex << B << endl;
134 cout << "B = " << hex << B << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith03/
H A Darith03.cpp47 cout << #A << " (" << hex << A << ") != " << #B << "(" << hex << B << ")" << endl; \
53 cout << #A << " (" << hex << A << ") != " << hex << B-C << " " << B << " " << C << endl; \
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test07/
H A Dtest07.cpp56 cout << " expected: " << hex << *expected_p << endl; \
57 cout << " actual: " << hex << *actual_p << endl; \
58 cout << " diff mask: " << hex << ((high_int,low_int) ^ (LEFT,RIGHT)) << endl; \
116 cout << hex << " int " << (high_int,low_int) << " <- ( "
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test10/
H A Dtest10.cpp51 cout << hex << "hi = " << hi << endl
/gem5/src/arch/riscv/insts/
H A Dstandard.cc67 ss << "?? (" << hex << "0x" << csr << ")";
/gem5/src/systemc/tests/include/
H A DCoreDecouplingLTInitiator.h98 << std::hex << (unsigned int)trans.get_address()
107 << std::hex << (unsigned int)trans.get_address()
127 std::cout << ": D = 0x" << std::hex << mData << std::dec;
H A DSimpleLTInitiator1.h101 << std::hex << (unsigned int)trans.get_address()
107 << std::hex << (unsigned int)trans.get_address() << std::dec
121 std::cout << ": D = 0x" << std::hex << mData << std::dec;
H A DSimpleLTInitiator2.h97 << std::hex << (unsigned int)trans.get_address()
103 << std::hex << (unsigned int)trans.get_address() << std::dec
117 std::cout << ": D = 0x" << std::hex << mData << std::dec;
H A DSimpleLTInitiator3.h97 << std::hex << (unsigned int)trans.get_address()
103 << std::hex << (unsigned int)trans.get_address() << std::dec
117 std::cout << ": D = 0x" << std::hex << mData << std::dec;
H A DSimpleLTInitiator1_DMI.h108 << std::hex << (unsigned int)trans.get_address()
114 << std::hex << (unsigned int)trans.get_address() << std::dec
128 std::cout << ": D = 0x" << std::hex << mData << std::dec;
234 << std::hex << start_range << ", "
256 std::cout << "Mem @" << std::hex << mBaseAddress << std::endl;

Completed in 12 milliseconds

123