summary refs log tree commit diff stats
path: root/rust/qemu-api/src
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-01-17 22:39:14 -0800
committerRichard Henderson <richard.henderson@linaro.org>2025-04-28 13:40:17 -0700
commit0ad6d64b7be6287f8c07c72f8462ef5635b1e2da (patch)
tree2a01f29fb37042c854a89cb20673458e61973659 /rust/qemu-api/src
parente37e98b711975752d592e7b2daf11d320d0a8daf (diff)
downloadfocaccia-qemu-0ad6d64b7be6287f8c07c72f8462ef5635b1e2da.tar.gz
focaccia-qemu-0ad6d64b7be6287f8c07c72f8462ef5635b1e2da.zip
tcg/i386: Special case addci r, 0, 0
Using addci with two zeros as input in order to capture the value
of the carry-in bit is common.  Special case this with sbb+neg so
that we do not have to load 0 into a register first.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions