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

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith08/
H A Darith08.cpp99 sc_unsigned xx(i);
100 xx = x;
101 xx *= y;
104 TEST(xx,xx2);
/gem5/src/arch/power/
H A Dmiscregs.hh69 Bitfield<25> xx; member in namespace:PowerISA
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp344 std_ulogic xu, xx, x0, x1, xz, xw, xl, xh, xd; local
367 xu = v2 & v1; xx = v2 & v2; x0 = v2 & v3;
402 << "\n| X | " << xx << " | " << x0 << " | "
420 xu = v2 | v1; xx = v2 | v2; x0 = v2 | v3;
455 << "\n| X | " << xx << " | " << x0 << " | "
473 xu = v2 ^ v1; xx = v2 ^ v2; x0 = v2 ^ v3;
508 << "\n| X | " << xx << " | " << x0 << " | "
/gem5/ext/ply/ply/
H A Dyacc.py352 ("%s . %s" % (" ".join([xx.type for xx in symstack][1:]), str(lookahead))).lstrip())
493 ("%s . %s" % (" ".join([xx.type for xx in symstack][1:]), str(lookahead))).lstrip())

Completed in 19 milliseconds