Craig Topper
|
96fa597828
|
Add X86 PEXTR and PDEP instructions.
llvm-svn: 142141
|
2011-10-16 16:50:08 +00:00 |
Craig Topper
|
aea148c366
|
Add X86 BZHI instruction as well as BMI2 feature detection.
llvm-svn: 142122
|
2011-10-16 07:55:05 +00:00 |
Craig Topper
|
25ea4e5ad3
|
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3 instead of Operand 2 so needs special casing in the disassembler and code emitter. Ultimately, should pass this information from tablegen
llvm-svn: 142105
|
2011-10-16 03:51:13 +00:00 |
Craig Topper
|
27ad12539d
|
Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work because these are the first VEX encoded instructions to use the reg field as an opcode extension.
llvm-svn: 142082
|
2011-10-15 20:46:47 +00:00 |
Craig Topper
|
f18c896337
|
Add support in the disassembler for ignoring the L-bit on certain VEX instructions. Mark instructions that have this behavior. Fixes PR10676.
llvm-svn: 141065
|
2011-10-04 06:30:42 +00:00 |
Evan Cheng
|
7e763d86ba
|
Refactor X86 target to separate MC code from Target code.
llvm-svn: 135930
|
2011-07-25 18:43:53 +00:00 |