8f6744c19c
Some of the micro-ops weren't casting 1 to ULL before shifting, which can cause problems. On the perl makerand input this caused some values to be negative that shouldn't have been. The casts are done as ULL(1) instead of 1ULL to match others in the m5 code base. |
||
---|---|---|
.. | ||
decoder | ||
formats | ||
insts | ||
microops | ||
bitfields.isa | ||
includes.isa | ||
macroop.isa | ||
main.isa | ||
microasm.isa | ||
operands.isa | ||
outputblock.isa | ||
rom.isa | ||
specialize.isa |