Searched refs:i8 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star127914/
H A Dtest.cpp51 sc_int<8> i8; local
54 i8=2;
56 bu8 = bu8 + i8;
/gem5/src/systemc/tests/systemc/misc/stars/star114678/
H A Dtest.cpp58 sc_int<8> i8 = 3; local
70 i8.range(5,2) = i4.range(3,0);
71 i8.range(5,2) = i4;
72 i8.range(5,2) = 3;
73 i8.range(5,2) = (sc_int<4>(3)).range(3,0);
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_output_and_shifter.cpp43 bool i8, i7, f0, f3, q0, q3; local
49 i8 = I.read()[8];
60 t_RAM0 .write( (( i8 == 0x1) && ( i7 == 0x0 )) ? f0 : 0x0);
61 t_RAM3 .write( (( i8 == 0x1) && ( i7 == 0x1 )) ? f3 : 0x0);
62 t_Q3 .write( (( i8 == 0x1) && ( i7 == 0x1)) ? q3 : 0x0);
63 t_Q0 .write( (( i8 == 0x1) && ( i7 == 0x0)) ? q0 : 0x0);
/gem5/src/systemc/tests/systemc/misc/stars/star125788/
H A Dtest.cpp52 sc_int<8> i8 = 8; local
62 i8_2 = sc_int<8>(i8);
73 u9_2 = sc_uint<9>(i8); // g++ 2.95.2: ambiguous
84 bi10_2 = sc_bigint<10>(i8);
95 bu11_2 = sc_biguint<11>(i8); // g++ 2.95.2: ambiguous, SC6.1: error
106 i8_2 = i8;
117 u9_2 = i8;
128 bi10_2 = i8;
139 bu11_2 = i8;

Completed in 6 milliseconds