Searched refs:i86 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_edge.cpp44 i86 = I.read().range(8,6);
66 Q.write( (i86 == 0x0) ? F.read() :
67 (i86 == 0x4) ? sc_uint<4>((Q3.read(),q31)) :
68 (i86 == 0x6) ? sc_uint<4>((q20,Q0.read())) :
71 if( i86 == 0x0 ) {
73 } else if( i86 == 0x4 ) {
75 } else if( i86 == 0x6 ) {
H A Da2901_output_and_shifter.cpp44 sc_uint<3> i86; local
48 i86 = I.read().range(8,6);
56 Y.write( ( ( i86 == 0x2 ) && ( OEbar.read() == 0x0)) ? (uint64)A.read() :
57 (!( i86 == 0x2 ) && ( OEbar.read() == 0x0)) ?
H A Da2901_edge.h66 sc_uint<3> i86; local

Completed in 5 milliseconds