T mbits(T val, int first, int last)
Mask off the given bits in place like bits() but without shifting.
virtual int threadId() const =0
virtual ContextID contextId() const =0
virtual TheISA::PCState pcState() const =0
virtual BaseCPU * getCpuPtr()=0
T bits(T val, int first, int last)
Extract the bitfield from position 'first' to 'last' (inclusive) from 'val' and right justify it.