Searched hist:e9709e17ac88f16c60004c4160c9a131d36ed564 (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | e9709e17ac88f16c60004c4160c9a131d36ed564 Fri Oct 21 00:47:54 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Fill in the parameters for libffi for Int128. Adjust the interpreter to allow for 16-byte return values. Adjust tcg_out_call to record the return value length.
Call parameters are no longer all the same size, so we cannot reuse the same call_slots array for every function. Compute it each time now, but only fill in slots required for the call we're about to make.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-target.h | e9709e17ac88f16c60004c4160c9a131d36ed564 Fri Oct 21 00:47:54 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Fill in the parameters for libffi for Int128. Adjust the interpreter to allow for 16-byte return values. Adjust tcg_out_call to record the return value length.
Call parameters are no longer all the same size, so we cannot reuse the same call_slots array for every function. Compute it each time now, but only fill in slots required for the call we're about to make.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tci.c | e9709e17ac88f16c60004c4160c9a131d36ed564 Fri Oct 21 00:47:54 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Fill in the parameters for libffi for Int128. Adjust the interpreter to allow for 16-byte return values. Adjust tcg_out_call to record the return value length.
Call parameters are no longer all the same size, so we cannot reuse the same call_slots array for every function. Compute it each time now, but only fill in slots required for the call we're about to make.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | e9709e17ac88f16c60004c4160c9a131d36ed564 Fri Oct 21 00:47:54 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Fill in the parameters for libffi for Int128. Adjust the interpreter to allow for 16-byte return values. Adjust tcg_out_call to record the return value length.
Call parameters are no longer all the same size, so we cannot reuse the same call_slots array for every function. Compute it each time now, but only fill in slots required for the call we're about to make.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|