Home
last modified time | relevance | path

Searched hist:"240 c08d0998f402c325fce489de0d14831048128" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c240c08d0998f402c325fce489de0d14831048128 Sat Mar 16 17:48:32 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Support cross-class moves without instruction support

PowerPC Altivec does not support direct moves between vector registers
and general registers. So when tcg_out_mov fails, we can use the
backing memory for the temporary to perform the move.

Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>