mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target-i386: Implement ADX extension
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
e2c3c2c551
commit
cd7f97cafd
5 changed files with 146 additions and 5 deletions
|
@ -641,6 +641,10 @@ typedef enum {
|
|||
CC_OP_BMILGL,
|
||||
CC_OP_BMILGQ,
|
||||
|
||||
CC_OP_ADCX, /* CC_DST = C, CC_SRC = rest. */
|
||||
CC_OP_ADOX, /* CC_DST = O, CC_SRC = rest. */
|
||||
CC_OP_ADCOX, /* CC_DST = C, CC_SRC2 = O, CC_SRC = rest. */
|
||||
|
||||
CC_OP_NB,
|
||||
} CCOp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue