tcg/i386: Use byte form of xgetbv instruction
commit1019242af11400252f6735ca71a35f81ac23a66d
authorJohn Arbuckle <programmingkidx@gmail.com>
Mon, 4 Jun 2018 21:51:02 +0000 (4 17:51 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Jun 2018 17:42:55 +0000 (15 07:42 -1000)
tree1b8f8b62eae98317fe96c7e1ccf867490c0f4436
parent42747d6abb5035473e5585fa17620c1e8983a70b
tcg/i386: Use byte form of xgetbv instruction

The assembler in most versions of Mac OS X is pretty old and does not
support the xgetbv instruction.  To go around this problem, the raw
encoding of the instruction is used instead.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Message-Id: <20180604215102.11002-1-programmingkidx@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.inc.c