summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
diff options
context:
space:
mode:
authorRichard Henderson2013-01-24 03:17:33 +0100
committerRichard Henderson2013-02-20 08:05:18 +0100
commitcd7f97cafdd80d6bd4950ccfdcd9acb7850184b2 (patch)
tree92ee2c5da0c290d7b1fd967c432eed58963319d7 /target-i386/helper.c
parenttarget-i386: Implement RORX (diff)
downloadqemu-cd7f97cafdd80d6bd4950ccfdcd9acb7850184b2.tar.gz
qemu-cd7f97cafdd80d6bd4950ccfdcd9acb7850184b2.tar.xz
qemu-cd7f97cafdd80d6bd4950ccfdcd9acb7850184b2.zip
target-i386: Implement ADX extension
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r--target-i386/helper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 74d600f483..66c3624733 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -113,6 +113,10 @@ static const char *cc_op_str[CC_OP_NB] = {
"BMILGW",
"BMILGL",
"BMILGQ",
+
+ "ADCX",
+ "ADOX",
+ "ADCOX",
};
static void