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

/gem5/src/systemc/tests/systemc/datatypes/int/sc_int_base/mixed/
H A Dtest_int.cpp83 sc_int_base sx(4);
84 sx = 1;
87 a = ( sx, sy );
97 ( sx, sy ) = 17;
99 cout << "sx = " << sx << endl;
103 ( sx, sy ) = ( a.range(7,4), a.range(3,0) );
105 cout << "sx = " << sx << endl;
110 s5 = ( sx ,
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/sc_int/mixed/
H A Dtest_int.cpp81 sc_int<4> sx = 1; local
83 a = ( sx, sy );
93 ( sx, sy ) = 17;
95 cout << "sx = " << sx << endl;
99 ( sx, sy ) = ( a.range(7,4), a.range(3,0) );
101 cout << "sx = " << sx << endl;
106 s5 = ( sx , a[4] );
110 s5 = (a[4],sx);
[all...]
/gem5/src/arch/mips/
H A Dpra_constants.hh134 Bitfield<6> sx; member in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dpra_constants.hh134 Bitfield<6> sx; member in namespace:RiscvISA

Completed in 10 milliseconds