Searched hist:cf066674280c65a9e035eca073ce3a05887af502 (Results 1 – 5 of 5) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-opc.h | cf066674280c65a9e035eca073ce3a05887af502 Sun Mar 23 03:06:52 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Make call address a constant parameter
Avoid allocating a tcg temporary to hold the constant address, and instead place it directly into the op_call arguments.
At the same time, convert to the newly introduced tcg_out_call backend function, rather than invoking tcg_out_op for the call.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|
H A D | tcg-op.h | cf066674280c65a9e035eca073ce3a05887af502 Sun Mar 23 03:06:52 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Make call address a constant parameter
Avoid allocating a tcg temporary to hold the constant address, and instead place it directly into the op_call arguments.
At the same time, convert to the newly introduced tcg_out_call backend function, rather than invoking tcg_out_op for the call.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|
H A D | tcg.h | cf066674280c65a9e035eca073ce3a05887af502 Sun Mar 23 03:06:52 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Make call address a constant parameter
Avoid allocating a tcg temporary to hold the constant address, and instead place it directly into the op_call arguments.
At the same time, convert to the newly introduced tcg_out_call backend function, rather than invoking tcg_out_op for the call.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/tcg/ |
H A D | optimize.c | cf066674280c65a9e035eca073ce3a05887af502 Sun Mar 23 03:06:52 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Make call address a constant parameter
Avoid allocating a tcg temporary to hold the constant address, and instead place it directly into the op_call arguments.
At the same time, convert to the newly introduced tcg_out_call backend function, rather than invoking tcg_out_op for the call.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|
H A D | tcg.c | cf066674280c65a9e035eca073ce3a05887af502 Sun Mar 23 03:06:52 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Make call address a constant parameter
Avoid allocating a tcg temporary to hold the constant address, and instead place it directly into the op_call arguments.
At the same time, convert to the newly introduced tcg_out_call backend function, rather than invoking tcg_out_op for the call.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|