Home
last modified time | relevance | path

Searched hist:"29 f5e92502effeadde242500a63dfd87a275ab46" (Results 1 – 2 of 2) sorted by relevance

/qemu/include/tcg/
H A Dtcg.h29f5e92502effeadde242500a63dfd87a275ab46 Thu Oct 13 20:37:38 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Introduce paired register allocation

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>
/qemu/tcg/
H A Dtcg.c29f5e92502effeadde242500a63dfd87a275ab46 Thu Oct 13 20:37:38 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Introduce paired register allocation

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>