mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-11 03:04:52 +00:00
There are several instances where we need to be able to allocate a pair of registers to related inputs/outputs. Add 'p' and 'm' register constraints for this, in order to be able to allocate the even/odd register first or second. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>