]> Git Repo - qemu.git/commit - target/i386/translate.c
target-i386: Use new deposit and extract ops
authorRichard Henderson <[email protected]>
Sat, 15 Oct 2016 16:54:17 +0000 (11:54 -0500)
committerRichard Henderson <[email protected]>
Tue, 10 Jan 2017 16:06:10 +0000 (08:06 -0800)
commit04fc2f1c8fc030a11e08e81bb926392c0991282a
tree082c494e2b3e6aa69c7b5696dbc84d98e3e7f8c6
parent59a71b4c5b4ef2ef6425b9e21c972dd5bf450275
target-i386: Use new deposit and extract ops

A couple of places where it was easy to identify a right-shift
followed by an extract or and-with-immediate, and the obvious
sign-extract from a high byte register.

Acked-by: Eduardo Habkost <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/i386/translate.c
This page took 0.025528 seconds and 4 git commands to generate.