mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
target-i386: Implement BLSR, BLSMSK, BLSI
Do all of group 17 at one time for ease. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
c7ab7565bc
commit
bc4b43dc2f
5 changed files with 95 additions and 1 deletions
|
|
@ -636,6 +636,11 @@ typedef enum {
|
|||
CC_OP_SARL,
|
||||
CC_OP_SARQ,
|
||||
|
||||
CC_OP_BMILGB, /* Z,S via CC_DST, C = SRC==0; O=0; P,A undefined */
|
||||
CC_OP_BMILGW,
|
||||
CC_OP_BMILGL,
|
||||
CC_OP_BMILGQ,
|
||||
|
||||
CC_OP_NB,
|
||||
} CCOp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue