> > > Ok, I will try to shift the intercepts in an uint_64 flags variable > > > in the TB. > > OK, great. Having 64 bits may also help for additional (ie future...) > features in PowerPC 64 emulation.
Maybe worth letting the target say whether it needs 32 or 64-bit flags. The flag lookup is likely to be on a hot path. Paul