mirror of
https://github.com/qemu/qemu.git
synced 2026-07-17 22:14:33 +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>