Searched refs:temp_g (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_alu.cpp79 temp_g = R_ext_v & S_ext_v;
81 Gbar.write((temp_g[3] |
82 (temp_p[3] & temp_g[2]) |
83 (temp_p[3] & temp_p[2] & temp_g[1]) |
84 (temp_p[3] & temp_p[2] & temp_p[1] & temp_g[0])) ? 0 : 1);
H A Da2901_alu.h69 int5 temp_g; local

Completed in 4 milliseconds