Suppress argumentless aliases for some x86 FP operations from being used by the asm...
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.td
1 //===-- X86InstrInfo.td - Main X86 Instruction Definition --*- tablegen -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file describes the X86 instruction set, defining the instructions, and
11 // properties of the instructions which are needed for code generation, machine
12 // code emission, and analysis.
13 //
14 //===----------------------------------------------------------------------===//
15
16 //===----------------------------------------------------------------------===//
17 // X86 specific DAG Nodes.
18 //
19
20 def SDTIntShiftDOp: SDTypeProfile<1, 3,
21                                   [SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>,
22                                    SDTCisInt<0>, SDTCisInt<3>]>;
23
24 def SDTX86CmpTest : SDTypeProfile<1, 2, [SDTCisVT<0, i32>, SDTCisSameAs<1, 2>]>;
25
26 def SDTX86Cmpsd : SDTypeProfile<1, 3, [SDTCisVT<0, f64>, SDTCisSameAs<1, 2>, SDTCisVT<3, i8>]>;
27 def SDTX86Cmpss : SDTypeProfile<1, 3, [SDTCisVT<0, f32>, SDTCisSameAs<1, 2>, SDTCisVT<3, i8>]>;
28
29 def SDTX86Cmov    : SDTypeProfile<1, 4,
30                                   [SDTCisSameAs<0, 1>, SDTCisSameAs<1, 2>,
31                                    SDTCisVT<3, i8>, SDTCisVT<4, i32>]>;
32
33 // Unary and binary operator instructions that set EFLAGS as a side-effect.
34 def SDTUnaryArithWithFlags : SDTypeProfile<2, 1,
35                                            [SDTCisInt<0>, SDTCisVT<1, i32>]>;
36
37 def SDTBinaryArithWithFlags : SDTypeProfile<2, 2,
38                                             [SDTCisSameAs<0, 2>,
39                                              SDTCisSameAs<0, 3>,
40                                              SDTCisInt<0>, SDTCisVT<1, i32>]>;
41
42 // SDTBinaryArithWithFlagsInOut - RES1, EFLAGS = op LHS, RHS, EFLAGS
43 def SDTBinaryArithWithFlagsInOut : SDTypeProfile<2, 3,
44                                             [SDTCisSameAs<0, 2>,
45                                              SDTCisSameAs<0, 3>,
46                                              SDTCisInt<0>,
47                                              SDTCisVT<1, i32>,
48                                              SDTCisVT<4, i32>]>;
49 // RES1, RES2, FLAGS = op LHS, RHS
50 def SDT2ResultBinaryArithWithFlags : SDTypeProfile<3, 2,
51                                             [SDTCisSameAs<0, 1>,
52                                              SDTCisSameAs<0, 2>,
53                                              SDTCisSameAs<0, 3>,
54                                              SDTCisInt<0>, SDTCisVT<1, i32>]>;
55 def SDTX86BrCond  : SDTypeProfile<0, 3,
56                                   [SDTCisVT<0, OtherVT>,
57                                    SDTCisVT<1, i8>, SDTCisVT<2, i32>]>;
58
59 def SDTX86SetCC   : SDTypeProfile<1, 2,
60                                   [SDTCisVT<0, i8>,
61                                    SDTCisVT<1, i8>, SDTCisVT<2, i32>]>;
62 def SDTX86SetCC_C : SDTypeProfile<1, 2,
63                                   [SDTCisInt<0>,
64                                    SDTCisVT<1, i8>, SDTCisVT<2, i32>]>;
65
66 def SDTX86sahf : SDTypeProfile<1, 1, [SDTCisVT<0, i32>, SDTCisVT<1, i8>]>;
67
68 def SDTX86rdrand : SDTypeProfile<2, 0, [SDTCisInt<0>, SDTCisVT<1, i32>]>;
69
70 def SDTX86cas : SDTypeProfile<0, 3, [SDTCisPtrTy<0>, SDTCisInt<1>,
71                                      SDTCisVT<2, i8>]>;
72 def SDTX86caspair : SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>;
73
74 def SDTX86atomicBinary : SDTypeProfile<2, 3, [SDTCisInt<0>, SDTCisInt<1>,
75                                 SDTCisPtrTy<2>, SDTCisInt<3>,SDTCisInt<4>]>;
76 def SDTX86Ret     : SDTypeProfile<0, -1, [SDTCisVT<0, i16>]>;
77
78 def SDT_X86CallSeqStart : SDCallSeqStart<[SDTCisVT<0, i32>]>;
79 def SDT_X86CallSeqEnd   : SDCallSeqEnd<[SDTCisVT<0, i32>,
80                                         SDTCisVT<1, i32>]>;
81
82 def SDT_X86Call   : SDTypeProfile<0, -1, [SDTCisVT<0, iPTR>]>;
83
84 def SDT_X86VASTART_SAVE_XMM_REGS : SDTypeProfile<0, -1, [SDTCisVT<0, i8>,
85                                                          SDTCisVT<1, iPTR>,
86                                                          SDTCisVT<2, iPTR>]>;
87
88 def SDT_X86VAARG_64 : SDTypeProfile<1, -1, [SDTCisPtrTy<0>,
89                                             SDTCisPtrTy<1>,
90                                             SDTCisVT<2, i32>,
91                                             SDTCisVT<3, i8>,
92                                             SDTCisVT<4, i32>]>;
93
94 def SDTX86RepStr  : SDTypeProfile<0, 1, [SDTCisVT<0, OtherVT>]>;
95
96 def SDTX86Void    : SDTypeProfile<0, 0, []>;
97
98 def SDTX86Wrapper : SDTypeProfile<1, 1, [SDTCisSameAs<0, 1>, SDTCisPtrTy<0>]>;
99
100 def SDT_X86TLSADDR : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
101
102 def SDT_X86TLSBASEADDR : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
103
104 def SDT_X86TLSCALL : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
105
106 def SDT_X86SEG_ALLOCA : SDTypeProfile<1, 1, [SDTCisVT<0, iPTR>, SDTCisVT<1, iPTR>]>;
107
108 def SDT_X86WIN_FTOL : SDTypeProfile<0, 1, [SDTCisFP<0>]>;
109
110 def SDT_X86EHRET : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
111
112 def SDT_X86TCRET : SDTypeProfile<0, 2, [SDTCisPtrTy<0>, SDTCisVT<1, i32>]>;
113
114 def SDT_X86MEMBARRIER : SDTypeProfile<0, 0, []>;
115
116 def X86MemBarrier : SDNode<"X86ISD::MEMBARRIER", SDT_X86MEMBARRIER,
117                             [SDNPHasChain,SDNPSideEffect]>;
118 def X86MFence : SDNode<"X86ISD::MFENCE", SDT_X86MEMBARRIER,
119                         [SDNPHasChain]>;
120 def X86SFence : SDNode<"X86ISD::SFENCE", SDT_X86MEMBARRIER,
121                         [SDNPHasChain]>;
122 def X86LFence : SDNode<"X86ISD::LFENCE", SDT_X86MEMBARRIER,
123                         [SDNPHasChain]>;
124
125
126 def X86bsf     : SDNode<"X86ISD::BSF",      SDTUnaryArithWithFlags>;
127 def X86bsr     : SDNode<"X86ISD::BSR",      SDTUnaryArithWithFlags>;
128 def X86shld    : SDNode<"X86ISD::SHLD",     SDTIntShiftDOp>;
129 def X86shrd    : SDNode<"X86ISD::SHRD",     SDTIntShiftDOp>;
130
131 def X86cmp     : SDNode<"X86ISD::CMP" ,     SDTX86CmpTest>;
132 def X86bt      : SDNode<"X86ISD::BT",       SDTX86CmpTest>;
133
134 def X86cmov    : SDNode<"X86ISD::CMOV",     SDTX86Cmov>;
135 def X86brcond  : SDNode<"X86ISD::BRCOND",   SDTX86BrCond,
136                         [SDNPHasChain]>;
137 def X86setcc   : SDNode<"X86ISD::SETCC",    SDTX86SetCC>;
138 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;
139
140 def X86sahf    : SDNode<"X86ISD::SAHF",     SDTX86sahf>;
141
142 def X86rdrand  : SDNode<"X86ISD::RDRAND",   SDTX86rdrand,
143                         [SDNPHasChain, SDNPSideEffect]>;
144
145 def X86rdseed  : SDNode<"X86ISD::RDSEED",   SDTX86rdrand,
146                         [SDNPHasChain, SDNPSideEffect]>;
147
148 def X86cas : SDNode<"X86ISD::LCMPXCHG_DAG", SDTX86cas,
149                         [SDNPHasChain, SDNPInGlue, SDNPOutGlue, SDNPMayStore,
150                          SDNPMayLoad, SDNPMemOperand]>;
151 def X86cas8 : SDNode<"X86ISD::LCMPXCHG8_DAG", SDTX86caspair,
152                         [SDNPHasChain, SDNPInGlue, SDNPOutGlue, SDNPMayStore,
153                          SDNPMayLoad, SDNPMemOperand]>;
154 def X86cas16 : SDNode<"X86ISD::LCMPXCHG16_DAG", SDTX86caspair,
155                         [SDNPHasChain, SDNPInGlue, SDNPOutGlue, SDNPMayStore,
156                          SDNPMayLoad, SDNPMemOperand]>;
157
158 def X86AtomAdd64 : SDNode<"X86ISD::ATOMADD64_DAG", SDTX86atomicBinary,
159                         [SDNPHasChain, SDNPMayStore,
160                          SDNPMayLoad, SDNPMemOperand]>;
161 def X86AtomSub64 : SDNode<"X86ISD::ATOMSUB64_DAG", SDTX86atomicBinary,
162                         [SDNPHasChain, SDNPMayStore,
163                          SDNPMayLoad, SDNPMemOperand]>;
164 def X86AtomOr64 : SDNode<"X86ISD::ATOMOR64_DAG", SDTX86atomicBinary,
165                         [SDNPHasChain, SDNPMayStore,
166                          SDNPMayLoad, SDNPMemOperand]>;
167 def X86AtomXor64 : SDNode<"X86ISD::ATOMXOR64_DAG", SDTX86atomicBinary,
168                         [SDNPHasChain, SDNPMayStore,
169                          SDNPMayLoad, SDNPMemOperand]>;
170 def X86AtomAnd64 : SDNode<"X86ISD::ATOMAND64_DAG", SDTX86atomicBinary,
171                         [SDNPHasChain, SDNPMayStore,
172                          SDNPMayLoad, SDNPMemOperand]>;
173 def X86AtomNand64 : SDNode<"X86ISD::ATOMNAND64_DAG", SDTX86atomicBinary,
174                         [SDNPHasChain, SDNPMayStore,
175                          SDNPMayLoad, SDNPMemOperand]>;
176 def X86AtomSwap64 : SDNode<"X86ISD::ATOMSWAP64_DAG", SDTX86atomicBinary,
177                         [SDNPHasChain, SDNPMayStore,
178                          SDNPMayLoad, SDNPMemOperand]>;
179 def X86retflag : SDNode<"X86ISD::RET_FLAG", SDTX86Ret,
180                         [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]>;
181
182 def X86vastart_save_xmm_regs :
183                  SDNode<"X86ISD::VASTART_SAVE_XMM_REGS",
184                         SDT_X86VASTART_SAVE_XMM_REGS,
185                         [SDNPHasChain, SDNPVariadic]>;
186 def X86vaarg64 :
187                  SDNode<"X86ISD::VAARG_64", SDT_X86VAARG_64,
188                         [SDNPHasChain, SDNPMayLoad, SDNPMayStore,
189                          SDNPMemOperand]>;
190 def X86callseq_start :
191                  SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
192                         [SDNPHasChain, SDNPOutGlue]>;
193 def X86callseq_end :
194                  SDNode<"ISD::CALLSEQ_END",   SDT_X86CallSeqEnd,
195                         [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
196
197 def X86call    : SDNode<"X86ISD::CALL",     SDT_X86Call,
198                         [SDNPHasChain, SDNPOutGlue, SDNPOptInGlue,
199                          SDNPVariadic]>;
200
201 def X86rep_stos: SDNode<"X86ISD::REP_STOS", SDTX86RepStr,
202                         [SDNPHasChain, SDNPInGlue, SDNPOutGlue, SDNPMayStore]>;
203 def X86rep_movs: SDNode<"X86ISD::REP_MOVS", SDTX86RepStr,
204                         [SDNPHasChain, SDNPInGlue, SDNPOutGlue, SDNPMayStore,
205                          SDNPMayLoad]>;
206
207 def X86rdtsc   : SDNode<"X86ISD::RDTSC_DAG", SDTX86Void,
208                         [SDNPHasChain, SDNPOutGlue, SDNPSideEffect]>;
209
210 def X86Wrapper    : SDNode<"X86ISD::Wrapper",     SDTX86Wrapper>;
211 def X86WrapperRIP : SDNode<"X86ISD::WrapperRIP",  SDTX86Wrapper>;
212
213 def X86tlsaddr : SDNode<"X86ISD::TLSADDR", SDT_X86TLSADDR,
214                         [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
215
216 def X86tlsbaseaddr : SDNode<"X86ISD::TLSBASEADDR", SDT_X86TLSBASEADDR,
217                         [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
218
219 def X86ehret : SDNode<"X86ISD::EH_RETURN", SDT_X86EHRET,
220                         [SDNPHasChain]>;
221
222 def X86eh_sjlj_setjmp  : SDNode<"X86ISD::EH_SJLJ_SETJMP",
223                                 SDTypeProfile<1, 1, [SDTCisInt<0>,
224                                                      SDTCisPtrTy<1>]>,
225                                 [SDNPHasChain, SDNPSideEffect]>;
226 def X86eh_sjlj_longjmp : SDNode<"X86ISD::EH_SJLJ_LONGJMP",
227                                 SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>,
228                                 [SDNPHasChain, SDNPSideEffect]>;
229
230 def X86tcret : SDNode<"X86ISD::TC_RETURN", SDT_X86TCRET,
231                         [SDNPHasChain,  SDNPOptInGlue, SDNPVariadic]>;
232
233 def X86add_flag  : SDNode<"X86ISD::ADD",  SDTBinaryArithWithFlags,
234                           [SDNPCommutative]>;
235 def X86sub_flag  : SDNode<"X86ISD::SUB",  SDTBinaryArithWithFlags>;
236 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
237                           [SDNPCommutative]>;
238 def X86umul_flag : SDNode<"X86ISD::UMUL", SDT2ResultBinaryArithWithFlags,
239                           [SDNPCommutative]>;
240 def X86adc_flag  : SDNode<"X86ISD::ADC",  SDTBinaryArithWithFlagsInOut>;
241 def X86sbb_flag  : SDNode<"X86ISD::SBB",  SDTBinaryArithWithFlagsInOut>;
242
243 def X86inc_flag  : SDNode<"X86ISD::INC",  SDTUnaryArithWithFlags>;
244 def X86dec_flag  : SDNode<"X86ISD::DEC",  SDTUnaryArithWithFlags>;
245 def X86or_flag   : SDNode<"X86ISD::OR",   SDTBinaryArithWithFlags,
246                           [SDNPCommutative]>;
247 def X86xor_flag  : SDNode<"X86ISD::XOR",  SDTBinaryArithWithFlags,
248                           [SDNPCommutative]>;
249 def X86and_flag  : SDNode<"X86ISD::AND",  SDTBinaryArithWithFlags,
250                           [SDNPCommutative]>;
251 def X86andn_flag : SDNode<"X86ISD::ANDN", SDTBinaryArithWithFlags>;
252
253 def X86blsi   : SDNode<"X86ISD::BLSI",   SDTIntUnaryOp>;
254 def X86blsmsk : SDNode<"X86ISD::BLSMSK", SDTIntUnaryOp>;
255 def X86blsr   : SDNode<"X86ISD::BLSR",   SDTIntUnaryOp>;
256
257 def X86mul_imm : SDNode<"X86ISD::MUL_IMM", SDTIntBinOp>;
258
259 def X86WinAlloca : SDNode<"X86ISD::WIN_ALLOCA", SDTX86Void,
260                           [SDNPHasChain, SDNPInGlue, SDNPOutGlue]>;
261
262 def X86SegAlloca : SDNode<"X86ISD::SEG_ALLOCA", SDT_X86SEG_ALLOCA,
263                           [SDNPHasChain]>;
264
265 def X86TLSCall : SDNode<"X86ISD::TLSCALL", SDT_X86TLSCALL,
266                         [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
267
268 def X86WinFTOL : SDNode<"X86ISD::WIN_FTOL", SDT_X86WIN_FTOL,
269                         [SDNPHasChain, SDNPOutGlue]>;
270
271 //===----------------------------------------------------------------------===//
272 // X86 Operand Definitions.
273 //
274
275 // A version of ptr_rc which excludes SP, ESP, and RSP. This is used for
276 // the index operand of an address, to conform to x86 encoding restrictions.
277 def ptr_rc_nosp : PointerLikeRegClass<1>;
278
279 // *mem - Operand definitions for the funky X86 addressing mode operands.
280 //
281 def X86MemAsmOperand : AsmOperandClass { 
282  let Name = "Mem"; let PredicateMethod = "isMem"; 
283 }
284 def X86Mem8AsmOperand : AsmOperandClass { 
285   let Name = "Mem8"; let PredicateMethod = "isMem8";
286 }
287 def X86Mem16AsmOperand : AsmOperandClass { 
288   let Name = "Mem16"; let PredicateMethod = "isMem16";
289 }
290 def X86Mem32AsmOperand : AsmOperandClass { 
291   let Name = "Mem32"; let PredicateMethod = "isMem32";
292 }
293 def X86Mem64AsmOperand : AsmOperandClass { 
294   let Name = "Mem64"; let PredicateMethod = "isMem64";
295 }
296 def X86Mem80AsmOperand : AsmOperandClass { 
297   let Name = "Mem80"; let PredicateMethod = "isMem80";
298 }
299 def X86Mem128AsmOperand : AsmOperandClass { 
300   let Name = "Mem128"; let PredicateMethod = "isMem128";
301 }
302 def X86Mem256AsmOperand : AsmOperandClass { 
303   let Name = "Mem256"; let PredicateMethod = "isMem256";
304 }
305
306 // Gather mem operands
307 def X86MemVX32Operand : AsmOperandClass {
308   let Name = "MemVX32"; let PredicateMethod = "isMemVX32";
309 }
310 def X86MemVY32Operand : AsmOperandClass {
311   let Name = "MemVY32"; let PredicateMethod = "isMemVY32";
312 }
313 def X86MemVX64Operand : AsmOperandClass {
314   let Name = "MemVX64"; let PredicateMethod = "isMemVX64";
315 }
316 def X86MemVY64Operand : AsmOperandClass {
317   let Name = "MemVY64"; let PredicateMethod = "isMemVY64";
318 }
319
320 def X86AbsMemAsmOperand : AsmOperandClass {
321   let Name = "AbsMem";
322   let SuperClasses = [X86MemAsmOperand];
323 }
324 class X86MemOperand<string printMethod> : Operand<iPTR> {
325   let PrintMethod = printMethod;
326   let MIOperandInfo = (ops ptr_rc, i8imm, ptr_rc_nosp, i32imm, i8imm);
327   let ParserMatchClass = X86MemAsmOperand;
328 }
329
330 let OperandType = "OPERAND_MEMORY" in {
331 def opaque32mem : X86MemOperand<"printopaquemem">;
332 def opaque48mem : X86MemOperand<"printopaquemem">;
333 def opaque80mem : X86MemOperand<"printopaquemem">;
334 def opaque512mem : X86MemOperand<"printopaquemem">;
335
336 def i8mem   : X86MemOperand<"printi8mem"> { 
337   let ParserMatchClass = X86Mem8AsmOperand; }
338 def i16mem  : X86MemOperand<"printi16mem"> { 
339   let ParserMatchClass = X86Mem16AsmOperand; }
340 def i32mem  : X86MemOperand<"printi32mem"> { 
341   let ParserMatchClass = X86Mem32AsmOperand; }
342 def i64mem  : X86MemOperand<"printi64mem"> { 
343   let ParserMatchClass = X86Mem64AsmOperand; }
344 def i128mem : X86MemOperand<"printi128mem"> { 
345   let ParserMatchClass = X86Mem128AsmOperand; }
346 def i256mem : X86MemOperand<"printi256mem"> { 
347   let ParserMatchClass = X86Mem256AsmOperand; }
348 def f32mem  : X86MemOperand<"printf32mem"> { 
349   let ParserMatchClass = X86Mem32AsmOperand; }
350 def f64mem  : X86MemOperand<"printf64mem"> { 
351   let ParserMatchClass = X86Mem64AsmOperand; }
352 def f80mem  : X86MemOperand<"printf80mem"> { 
353   let ParserMatchClass = X86Mem80AsmOperand; }
354 def f128mem : X86MemOperand<"printf128mem"> { 
355   let ParserMatchClass = X86Mem128AsmOperand; }
356 def f256mem : X86MemOperand<"printf256mem">{ 
357   let ParserMatchClass = X86Mem256AsmOperand; }
358
359 // Gather mem operands
360 def vx32mem : X86MemOperand<"printi32mem">{
361   let MIOperandInfo = (ops ptr_rc, i8imm, VR128, i32imm, i8imm);
362   let ParserMatchClass = X86MemVX32Operand; }
363 def vy32mem : X86MemOperand<"printi32mem">{
364   let MIOperandInfo = (ops ptr_rc, i8imm, VR256, i32imm, i8imm);
365   let ParserMatchClass = X86MemVY32Operand; }
366 def vx64mem : X86MemOperand<"printi64mem">{
367   let MIOperandInfo = (ops ptr_rc, i8imm, VR128, i32imm, i8imm);
368   let ParserMatchClass = X86MemVX64Operand; }
369 def vy64mem : X86MemOperand<"printi64mem">{
370   let MIOperandInfo = (ops ptr_rc, i8imm, VR256, i32imm, i8imm);
371   let ParserMatchClass = X86MemVY64Operand; }
372 }
373
374 // A version of i8mem for use on x86-64 that uses GR64_NOREX instead of
375 // plain GR64, so that it doesn't potentially require a REX prefix.
376 def i8mem_NOREX : Operand<i64> {
377   let PrintMethod = "printi8mem";
378   let MIOperandInfo = (ops GR64_NOREX, i8imm, GR64_NOREX_NOSP, i32imm, i8imm);
379   let ParserMatchClass = X86Mem8AsmOperand;
380   let OperandType = "OPERAND_MEMORY";
381 }
382
383 // GPRs available for tailcall.
384 // It represents GR32_TC, GR64_TC or GR64_TCW64.
385 def ptr_rc_tailcall : PointerLikeRegClass<2>;
386
387 // Special i32mem for addresses of load folding tail calls. These are not
388 // allowed to use callee-saved registers since they must be scheduled
389 // after callee-saved register are popped.
390 def i32mem_TC : Operand<i32> {
391   let PrintMethod = "printi32mem";
392   let MIOperandInfo = (ops ptr_rc_tailcall, i8imm, ptr_rc_tailcall,
393                        i32imm, i8imm);
394   let ParserMatchClass = X86Mem32AsmOperand;
395   let OperandType = "OPERAND_MEMORY";
396 }
397
398 // Special i64mem for addresses of load folding tail calls. These are not
399 // allowed to use callee-saved registers since they must be scheduled
400 // after callee-saved register are popped.
401 def i64mem_TC : Operand<i64> {
402   let PrintMethod = "printi64mem";
403   let MIOperandInfo = (ops ptr_rc_tailcall, i8imm,
404                        ptr_rc_tailcall, i32imm, i8imm);
405   let ParserMatchClass = X86Mem64AsmOperand;
406   let OperandType = "OPERAND_MEMORY";
407 }
408
409 let OperandType = "OPERAND_PCREL",
410     ParserMatchClass = X86AbsMemAsmOperand,
411     PrintMethod = "printPCRelImm" in {
412 def i32imm_pcrel : Operand<i32>;
413 def i16imm_pcrel : Operand<i16>;
414
415 def offset8 : Operand<i64>;
416 def offset16 : Operand<i64>;
417 def offset32 : Operand<i64>;
418 def offset64 : Operand<i64>;
419
420 // Branch targets have OtherVT type and print as pc-relative values.
421 def brtarget : Operand<OtherVT>;
422 def brtarget8 : Operand<OtherVT>;
423
424 }
425
426 def SSECC : Operand<i8> {
427   let PrintMethod = "printSSECC";
428   let OperandType = "OPERAND_IMMEDIATE";
429 }
430
431 def AVXCC : Operand<i8> {
432   let PrintMethod = "printAVXCC";
433   let OperandType = "OPERAND_IMMEDIATE";
434 }
435
436 class ImmSExtAsmOperandClass : AsmOperandClass {
437   let SuperClasses = [ImmAsmOperand];
438   let RenderMethod = "addImmOperands";
439 }
440
441 class ImmZExtAsmOperandClass : AsmOperandClass {
442   let SuperClasses = [ImmAsmOperand];
443   let RenderMethod = "addImmOperands";
444 }
445
446 // Sign-extended immediate classes. We don't need to define the full lattice
447 // here because there is no instruction with an ambiguity between ImmSExti64i32
448 // and ImmSExti32i8.
449 //
450 // The strange ranges come from the fact that the assembler always works with
451 // 64-bit immediates, but for a 16-bit target value we want to accept both "-1"
452 // (which will be a -1ULL), and "0xFF" (-1 in 16-bits).
453
454 // [0, 0x7FFFFFFF]                                            |
455 //   [0xFFFFFFFF80000000, 0xFFFFFFFFFFFFFFFF]
456 def ImmSExti64i32AsmOperand : ImmSExtAsmOperandClass {
457   let Name = "ImmSExti64i32";
458 }
459
460 // [0, 0x0000007F] | [0x000000000000FF80, 0x000000000000FFFF] |
461 //   [0xFFFFFFFFFFFFFF80, 0xFFFFFFFFFFFFFFFF]
462 def ImmSExti16i8AsmOperand : ImmSExtAsmOperandClass {
463   let Name = "ImmSExti16i8";
464   let SuperClasses = [ImmSExti64i32AsmOperand];
465 }
466
467 // [0, 0x0000007F] | [0x00000000FFFFFF80, 0x00000000FFFFFFFF] |
468 //   [0xFFFFFFFFFFFFFF80, 0xFFFFFFFFFFFFFFFF]
469 def ImmSExti32i8AsmOperand : ImmSExtAsmOperandClass {
470   let Name = "ImmSExti32i8";
471 }
472
473 // [0, 0x000000FF]
474 def ImmZExtu32u8AsmOperand : ImmZExtAsmOperandClass {
475   let Name = "ImmZExtu32u8";
476 }
477
478
479 // [0, 0x0000007F]                                            |
480 //   [0xFFFFFFFFFFFFFF80, 0xFFFFFFFFFFFFFFFF]
481 def ImmSExti64i8AsmOperand : ImmSExtAsmOperandClass {
482   let Name = "ImmSExti64i8";
483   let SuperClasses = [ImmSExti16i8AsmOperand, ImmSExti32i8AsmOperand,
484                       ImmSExti64i32AsmOperand];
485 }
486
487 // A couple of more descriptive operand definitions.
488 // 16-bits but only 8 bits are significant.
489 def i16i8imm  : Operand<i16> {
490   let ParserMatchClass = ImmSExti16i8AsmOperand;
491   let OperandType = "OPERAND_IMMEDIATE";
492 }
493 // 32-bits but only 8 bits are significant.
494 def i32i8imm  : Operand<i32> {
495   let ParserMatchClass = ImmSExti32i8AsmOperand;
496   let OperandType = "OPERAND_IMMEDIATE";
497 }
498 // 32-bits but only 8 bits are significant, and those 8 bits are unsigned.
499 def u32u8imm  : Operand<i32> {
500   let ParserMatchClass = ImmZExtu32u8AsmOperand;
501   let OperandType = "OPERAND_IMMEDIATE";
502 }
503
504 // 64-bits but only 32 bits are significant.
505 def i64i32imm  : Operand<i64> {
506   let ParserMatchClass = ImmSExti64i32AsmOperand;
507   let OperandType = "OPERAND_IMMEDIATE";
508 }
509
510 // 64-bits but only 32 bits are significant, and those bits are treated as being
511 // pc relative.
512 def i64i32imm_pcrel : Operand<i64> {
513   let PrintMethod = "printPCRelImm";
514   let ParserMatchClass = X86AbsMemAsmOperand;
515   let OperandType = "OPERAND_PCREL";
516 }
517
518 // 64-bits but only 8 bits are significant.
519 def i64i8imm   : Operand<i64> {
520   let ParserMatchClass = ImmSExti64i8AsmOperand;
521   let OperandType = "OPERAND_IMMEDIATE";
522 }
523
524 def lea64_32mem : Operand<i32> {
525   let PrintMethod = "printi32mem";
526   let MIOperandInfo = (ops GR64, i8imm, GR64_NOSP, i32imm, i8imm);
527   let ParserMatchClass = X86MemAsmOperand;
528 }
529
530 // Memory operands that use 64-bit pointers in both ILP32 and LP64.
531 def lea64mem : Operand<i64> {
532   let PrintMethod = "printi64mem";
533   let MIOperandInfo = (ops GR64, i8imm, GR64_NOSP, i32imm, i8imm);
534   let ParserMatchClass = X86MemAsmOperand;
535 }
536
537
538 //===----------------------------------------------------------------------===//
539 // X86 Complex Pattern Definitions.
540 //
541
542 // Define X86 specific addressing mode.
543 def addr      : ComplexPattern<iPTR, 5, "SelectAddr", [], [SDNPWantParent]>;
544 def lea32addr : ComplexPattern<i32, 5, "SelectLEAAddr",
545                                [add, sub, mul, X86mul_imm, shl, or, frameindex],
546                                []>;
547 // In 64-bit mode 32-bit LEAs can use RIP-relative addressing.
548 def lea64_32addr : ComplexPattern<i32, 5, "SelectLEA64_32Addr",
549                                   [add, sub, mul, X86mul_imm, shl, or,
550                                    frameindex, X86WrapperRIP],
551                                   []>;
552
553 def tls32addr : ComplexPattern<i32, 5, "SelectTLSADDRAddr",
554                                [tglobaltlsaddr], []>;
555
556 def tls32baseaddr : ComplexPattern<i32, 5, "SelectTLSADDRAddr",
557                                [tglobaltlsaddr], []>;
558
559 def lea64addr : ComplexPattern<i64, 5, "SelectLEAAddr",
560                         [add, sub, mul, X86mul_imm, shl, or, frameindex,
561                          X86WrapperRIP], []>;
562
563 def tls64addr : ComplexPattern<i64, 5, "SelectTLSADDRAddr",
564                                [tglobaltlsaddr], []>;
565
566 def tls64baseaddr : ComplexPattern<i64, 5, "SelectTLSADDRAddr",
567                                [tglobaltlsaddr], []>;
568
569 //===----------------------------------------------------------------------===//
570 // X86 Instruction Predicate Definitions.
571 def HasCMov      : Predicate<"Subtarget->hasCMov()">;
572 def NoCMov       : Predicate<"!Subtarget->hasCMov()">;
573
574 def HasMMX       : Predicate<"Subtarget->hasMMX()">;
575 def Has3DNow     : Predicate<"Subtarget->has3DNow()">;
576 def Has3DNowA    : Predicate<"Subtarget->has3DNowA()">;
577 def HasSSE1      : Predicate<"Subtarget->hasSSE1()">;
578 def UseSSE1      : Predicate<"Subtarget->hasSSE1() && !Subtarget->hasAVX()">;
579 def HasSSE2      : Predicate<"Subtarget->hasSSE2()">;
580 def UseSSE2      : Predicate<"Subtarget->hasSSE2() && !Subtarget->hasAVX()">;
581 def HasSSE3      : Predicate<"Subtarget->hasSSE3()">;
582 def UseSSE3      : Predicate<"Subtarget->hasSSE3() && !Subtarget->hasAVX()">;
583 def HasSSSE3     : Predicate<"Subtarget->hasSSSE3()">;
584 def UseSSSE3     : Predicate<"Subtarget->hasSSSE3() && !Subtarget->hasAVX()">;
585 def HasSSE41     : Predicate<"Subtarget->hasSSE41()">;
586 def UseSSE41     : Predicate<"Subtarget->hasSSE41() && !Subtarget->hasAVX()">;
587 def HasSSE42     : Predicate<"Subtarget->hasSSE42()">;
588 def UseSSE42     : Predicate<"Subtarget->hasSSE42() && !Subtarget->hasAVX()">;
589 def HasSSE4A     : Predicate<"Subtarget->hasSSE4A()">;
590 def HasAVX       : Predicate<"Subtarget->hasAVX()">;
591 def HasAVX2      : Predicate<"Subtarget->hasAVX2()">;
592 def HasAVX1Only  : Predicate<"Subtarget->hasAVX() && !Subtarget->hasAVX2()">;
593
594 def HasPOPCNT    : Predicate<"Subtarget->hasPOPCNT()">;
595 def HasAES       : Predicate<"Subtarget->hasAES()">;
596 def HasPCLMUL    : Predicate<"Subtarget->hasPCLMUL()">;
597 def HasFMA       : Predicate<"Subtarget->hasFMA()">;
598 def HasFMA4      : Predicate<"Subtarget->hasFMA4()">;
599 def HasXOP       : Predicate<"Subtarget->hasXOP()">;
600 def HasMOVBE     : Predicate<"Subtarget->hasMOVBE()">;
601 def HasRDRAND    : Predicate<"Subtarget->hasRDRAND()">;
602 def HasF16C      : Predicate<"Subtarget->hasF16C()">;
603 def HasFSGSBase  : Predicate<"Subtarget->hasFSGSBase()">;
604 def HasLZCNT     : Predicate<"Subtarget->hasLZCNT()">;
605 def HasBMI       : Predicate<"Subtarget->hasBMI()">;
606 def HasBMI2      : Predicate<"Subtarget->hasBMI2()">;
607 def HasRTM       : Predicate<"Subtarget->hasRTM()">;
608 def HasHLE       : Predicate<"Subtarget->hasHLE()">;
609 def HasTSX       : Predicate<"Subtarget->hasRTM() || Subtarget->hasHLE()">;
610 def HasADX       : Predicate<"Subtarget->hasADX()">;
611 def HasPRFCHW    : Predicate<"Subtarget->hasPRFCHW()">;
612 def HasRDSEED    : Predicate<"Subtarget->hasRDSEED()">;
613 def HasPrefetchW : Predicate<"Subtarget->has3DNow() || Subtarget->hasPRFCHW()">;
614 def FPStackf32   : Predicate<"!Subtarget->hasSSE1()">;
615 def FPStackf64   : Predicate<"!Subtarget->hasSSE2()">;
616 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
617 def In32BitMode  : Predicate<"!Subtarget->is64Bit()">,
618                              AssemblerPredicate<"!Mode64Bit", "32-bit mode">;
619 def In64BitMode  : Predicate<"Subtarget->is64Bit()">,
620                              AssemblerPredicate<"Mode64Bit", "64-bit mode">;
621 def IsWin64      : Predicate<"Subtarget->isTargetWin64()">;
622 def IsNaCl       : Predicate<"Subtarget->isTargetNaCl()">;
623 def NotNaCl      : Predicate<"!Subtarget->isTargetNaCl()">;
624 def SmallCode    : Predicate<"TM.getCodeModel() == CodeModel::Small">;
625 def KernelCode   : Predicate<"TM.getCodeModel() == CodeModel::Kernel">;
626 def FarData      : Predicate<"TM.getCodeModel() != CodeModel::Small &&"
627                              "TM.getCodeModel() != CodeModel::Kernel">;
628 def NearData     : Predicate<"TM.getCodeModel() == CodeModel::Small ||"
629                              "TM.getCodeModel() == CodeModel::Kernel">;
630 def IsStatic     : Predicate<"TM.getRelocationModel() == Reloc::Static">;
631 def IsNotPIC     : Predicate<"TM.getRelocationModel() != Reloc::PIC_">;
632 def OptForSize   : Predicate<"OptForSize">;
633 def OptForSpeed  : Predicate<"!OptForSize">;
634 def FastBTMem    : Predicate<"!Subtarget->isBTMemSlow()">;
635 def CallImmAddr  : Predicate<"Subtarget->IsLegalToCallImmediateAddr(TM)">;
636 def FavorMemIndirectCall  : Predicate<"!Subtarget->callRegIndirect()">;
637
638 //===----------------------------------------------------------------------===//
639 // X86 Instruction Format Definitions.
640 //
641
642 include "X86InstrFormats.td"
643
644 //===----------------------------------------------------------------------===//
645 // Pattern fragments.
646 //
647
648 // X86 specific condition code. These correspond to CondCode in
649 // X86InstrInfo.h. They must be kept in synch.
650 def X86_COND_A   : PatLeaf<(i8 0)>;  // alt. COND_NBE
651 def X86_COND_AE  : PatLeaf<(i8 1)>;  // alt. COND_NC
652 def X86_COND_B   : PatLeaf<(i8 2)>;  // alt. COND_C
653 def X86_COND_BE  : PatLeaf<(i8 3)>;  // alt. COND_NA
654 def X86_COND_E   : PatLeaf<(i8 4)>;  // alt. COND_Z
655 def X86_COND_G   : PatLeaf<(i8 5)>;  // alt. COND_NLE
656 def X86_COND_GE  : PatLeaf<(i8 6)>;  // alt. COND_NL
657 def X86_COND_L   : PatLeaf<(i8 7)>;  // alt. COND_NGE
658 def X86_COND_LE  : PatLeaf<(i8 8)>;  // alt. COND_NG
659 def X86_COND_NE  : PatLeaf<(i8 9)>;  // alt. COND_NZ
660 def X86_COND_NO  : PatLeaf<(i8 10)>;
661 def X86_COND_NP  : PatLeaf<(i8 11)>; // alt. COND_PO
662 def X86_COND_NS  : PatLeaf<(i8 12)>;
663 def X86_COND_O   : PatLeaf<(i8 13)>;
664 def X86_COND_P   : PatLeaf<(i8 14)>; // alt. COND_PE
665 def X86_COND_S   : PatLeaf<(i8 15)>;
666
667 let FastIselShouldIgnore = 1 in { // FastIsel should ignore all simm8 instrs.
668   def i16immSExt8  : ImmLeaf<i16, [{ return Imm == (int8_t)Imm; }]>;
669   def i32immSExt8  : ImmLeaf<i32, [{ return Imm == (int8_t)Imm; }]>;
670   def i64immSExt8  : ImmLeaf<i64, [{ return Imm == (int8_t)Imm; }]>;
671 }
672
673 def i64immSExt32 : ImmLeaf<i64, [{ return Imm == (int32_t)Imm; }]>;
674
675
676 // i64immZExt32 predicate - True if the 64-bit immediate fits in a 32-bit
677 // unsigned field.
678 def i64immZExt32 : ImmLeaf<i64, [{ return (uint64_t)Imm == (uint32_t)Imm; }]>;
679
680 def i64immZExt32SExt8 : ImmLeaf<i64, [{
681   return (uint64_t)Imm == (uint32_t)Imm && (int32_t)Imm == (int8_t)Imm;
682 }]>;
683
684 // Helper fragments for loads.
685 // It's always safe to treat a anyext i16 load as a i32 load if the i16 is
686 // known to be 32-bit aligned or better. Ditto for i8 to i16.
687 def loadi16 : PatFrag<(ops node:$ptr), (i16 (unindexedload node:$ptr)), [{
688   LoadSDNode *LD = cast<LoadSDNode>(N);
689   ISD::LoadExtType ExtType = LD->getExtensionType();
690   if (ExtType == ISD::NON_EXTLOAD)
691     return true;
692   if (ExtType == ISD::EXTLOAD)
693     return LD->getAlignment() >= 2 && !LD->isVolatile();
694   return false;
695 }]>;
696
697 def loadi16_anyext : PatFrag<(ops node:$ptr), (i32 (unindexedload node:$ptr)),[{
698   LoadSDNode *LD = cast<LoadSDNode>(N);
699   ISD::LoadExtType ExtType = LD->getExtensionType();
700   if (ExtType == ISD::EXTLOAD)
701     return LD->getAlignment() >= 2 && !LD->isVolatile();
702   return false;
703 }]>;
704
705 def loadi32 : PatFrag<(ops node:$ptr), (i32 (unindexedload node:$ptr)), [{
706   LoadSDNode *LD = cast<LoadSDNode>(N);
707   ISD::LoadExtType ExtType = LD->getExtensionType();
708   if (ExtType == ISD::NON_EXTLOAD)
709     return true;
710   if (ExtType == ISD::EXTLOAD)
711     return LD->getAlignment() >= 4 && !LD->isVolatile();
712   return false;
713 }]>;
714
715 def loadi8  : PatFrag<(ops node:$ptr), (i8  (load node:$ptr))>;
716 def loadi64 : PatFrag<(ops node:$ptr), (i64 (load node:$ptr))>;
717 def loadf32 : PatFrag<(ops node:$ptr), (f32 (load node:$ptr))>;
718 def loadf64 : PatFrag<(ops node:$ptr), (f64 (load node:$ptr))>;
719 def loadf80 : PatFrag<(ops node:$ptr), (f80 (load node:$ptr))>;
720
721 def sextloadi16i8  : PatFrag<(ops node:$ptr), (i16 (sextloadi8 node:$ptr))>;
722 def sextloadi32i8  : PatFrag<(ops node:$ptr), (i32 (sextloadi8 node:$ptr))>;
723 def sextloadi32i16 : PatFrag<(ops node:$ptr), (i32 (sextloadi16 node:$ptr))>;
724 def sextloadi64i8  : PatFrag<(ops node:$ptr), (i64 (sextloadi8 node:$ptr))>;
725 def sextloadi64i16 : PatFrag<(ops node:$ptr), (i64 (sextloadi16 node:$ptr))>;
726 def sextloadi64i32 : PatFrag<(ops node:$ptr), (i64 (sextloadi32 node:$ptr))>;
727
728 def zextloadi8i1   : PatFrag<(ops node:$ptr), (i8  (zextloadi1 node:$ptr))>;
729 def zextloadi16i1  : PatFrag<(ops node:$ptr), (i16 (zextloadi1 node:$ptr))>;
730 def zextloadi32i1  : PatFrag<(ops node:$ptr), (i32 (zextloadi1 node:$ptr))>;
731 def zextloadi16i8  : PatFrag<(ops node:$ptr), (i16 (zextloadi8 node:$ptr))>;
732 def zextloadi32i8  : PatFrag<(ops node:$ptr), (i32 (zextloadi8 node:$ptr))>;
733 def zextloadi32i16 : PatFrag<(ops node:$ptr), (i32 (zextloadi16 node:$ptr))>;
734 def zextloadi64i1  : PatFrag<(ops node:$ptr), (i64 (zextloadi1 node:$ptr))>;
735 def zextloadi64i8  : PatFrag<(ops node:$ptr), (i64 (zextloadi8 node:$ptr))>;
736 def zextloadi64i16 : PatFrag<(ops node:$ptr), (i64 (zextloadi16 node:$ptr))>;
737 def zextloadi64i32 : PatFrag<(ops node:$ptr), (i64 (zextloadi32 node:$ptr))>;
738
739 def extloadi8i1    : PatFrag<(ops node:$ptr), (i8  (extloadi1 node:$ptr))>;
740 def extloadi16i1   : PatFrag<(ops node:$ptr), (i16 (extloadi1 node:$ptr))>;
741 def extloadi32i1   : PatFrag<(ops node:$ptr), (i32 (extloadi1 node:$ptr))>;
742 def extloadi16i8   : PatFrag<(ops node:$ptr), (i16 (extloadi8 node:$ptr))>;
743 def extloadi32i8   : PatFrag<(ops node:$ptr), (i32 (extloadi8 node:$ptr))>;
744 def extloadi32i16  : PatFrag<(ops node:$ptr), (i32 (extloadi16 node:$ptr))>;
745 def extloadi64i1   : PatFrag<(ops node:$ptr), (i64 (extloadi1 node:$ptr))>;
746 def extloadi64i8   : PatFrag<(ops node:$ptr), (i64 (extloadi8 node:$ptr))>;
747 def extloadi64i16  : PatFrag<(ops node:$ptr), (i64 (extloadi16 node:$ptr))>;
748 def extloadi64i32  : PatFrag<(ops node:$ptr), (i64 (extloadi32 node:$ptr))>;
749
750
751 // An 'and' node with a single use.
752 def and_su : PatFrag<(ops node:$lhs, node:$rhs), (and node:$lhs, node:$rhs), [{
753   return N->hasOneUse();
754 }]>;
755 // An 'srl' node with a single use.
756 def srl_su : PatFrag<(ops node:$lhs, node:$rhs), (srl node:$lhs, node:$rhs), [{
757   return N->hasOneUse();
758 }]>;
759 // An 'trunc' node with a single use.
760 def trunc_su : PatFrag<(ops node:$src), (trunc node:$src), [{
761   return N->hasOneUse();
762 }]>;
763
764 //===----------------------------------------------------------------------===//
765 // Instruction list.
766 //
767
768 // Nop
769 let neverHasSideEffects = 1, SchedRW = [WriteZero] in {
770   def NOOP : I<0x90, RawFrm, (outs), (ins), "nop", [], IIC_NOP>;
771   def NOOPW : I<0x1f, MRM0m, (outs), (ins i16mem:$zero),
772                 "nop{w}\t$zero", [], IIC_NOP>, TB, OpSize;
773   def NOOPL : I<0x1f, MRM0m, (outs), (ins i32mem:$zero),
774                 "nop{l}\t$zero", [], IIC_NOP>, TB;
775 }
776
777
778 // Constructing a stack frame.
779 def ENTER : Ii16<0xC8, RawFrmImm8, (outs), (ins i16imm:$len, i8imm:$lvl),
780                  "enter\t$len, $lvl", [], IIC_ENTER>, Sched<[WriteMicrocoded]>;
781
782 let SchedRW = [WriteALU] in {
783 let Defs = [EBP, ESP], Uses = [EBP, ESP], mayLoad = 1, neverHasSideEffects=1 in
784 def LEAVE    : I<0xC9, RawFrm,
785                  (outs), (ins), "leave", [], IIC_LEAVE>,
786                  Requires<[In32BitMode]>;
787
788 let Defs = [RBP,RSP], Uses = [RBP,RSP], mayLoad = 1, neverHasSideEffects = 1 in
789 def LEAVE64  : I<0xC9, RawFrm,
790                  (outs), (ins), "leave", [], IIC_LEAVE>,
791                  Requires<[In64BitMode]>;
792 } // SchedRW
793
794 //===----------------------------------------------------------------------===//
795 //  Miscellaneous Instructions.
796 //
797
798 let Defs = [ESP], Uses = [ESP], neverHasSideEffects=1 in {
799 let mayLoad = 1, SchedRW = [WriteLoad] in {
800 def POP16r  : I<0x58, AddRegFrm, (outs GR16:$reg), (ins), "pop{w}\t$reg", [],
801                 IIC_POP_REG16>, OpSize;
802 def POP32r  : I<0x58, AddRegFrm, (outs GR32:$reg), (ins), "pop{l}\t$reg", [],
803                 IIC_POP_REG>;
804 def POP16rmr: I<0x8F, MRM0r, (outs GR16:$reg), (ins), "pop{w}\t$reg", [],
805                 IIC_POP_REG>, OpSize;
806 def POP16rmm: I<0x8F, MRM0m, (outs), (ins i16mem:$dst), "pop{w}\t$dst", [],
807                 IIC_POP_MEM>, OpSize;
808 def POP32rmr: I<0x8F, MRM0r, (outs GR32:$reg), (ins), "pop{l}\t$reg", [],
809                 IIC_POP_REG>;
810 def POP32rmm: I<0x8F, MRM0m, (outs), (ins i32mem:$dst), "pop{l}\t$dst", [],
811                 IIC_POP_MEM>;
812
813 def POPF16   : I<0x9D, RawFrm, (outs), (ins), "popf{w}", [], IIC_POP_F>, OpSize;
814 def POPF32   : I<0x9D, RawFrm, (outs), (ins), "popf{l|d}", [], IIC_POP_FD>,
815                Requires<[In32BitMode]>;
816 } // mayLoad, SchedRW
817
818 let mayStore = 1, SchedRW = [WriteStore] in {
819 def PUSH16r  : I<0x50, AddRegFrm, (outs), (ins GR16:$reg), "push{w}\t$reg",[],
820                  IIC_PUSH_REG>, OpSize;
821 def PUSH32r  : I<0x50, AddRegFrm, (outs), (ins GR32:$reg), "push{l}\t$reg",[],
822                  IIC_PUSH_REG>;
823 def PUSH16rmr: I<0xFF, MRM6r, (outs), (ins GR16:$reg), "push{w}\t$reg",[],
824                  IIC_PUSH_REG>, OpSize;
825 def PUSH16rmm: I<0xFF, MRM6m, (outs), (ins i16mem:$src), "push{w}\t$src",[],
826                  IIC_PUSH_MEM>,
827   OpSize;
828 def PUSH32rmr: I<0xFF, MRM6r, (outs), (ins GR32:$reg), "push{l}\t$reg",[],
829                  IIC_PUSH_REG>;
830 def PUSH32rmm: I<0xFF, MRM6m, (outs), (ins i32mem:$src), "push{l}\t$src",[],
831                  IIC_PUSH_MEM>;
832
833 def PUSHi8   : Ii8<0x6a, RawFrm, (outs), (ins i32i8imm:$imm),
834                       "push{l}\t$imm", [], IIC_PUSH_IMM>;
835 def PUSHi16  : Ii16<0x68, RawFrm, (outs), (ins i16imm:$imm),
836                       "push{w}\t$imm", [], IIC_PUSH_IMM>, OpSize;
837 def PUSHi32  : Ii32<0x68, RawFrm, (outs), (ins i32imm:$imm),
838                       "push{l}\t$imm", [], IIC_PUSH_IMM>;
839
840 def PUSHF16  : I<0x9C, RawFrm, (outs), (ins), "pushf{w}", [], IIC_PUSH_F>,
841                  OpSize;
842 def PUSHF32  : I<0x9C, RawFrm, (outs), (ins), "pushf{l|d}", [], IIC_PUSH_F>,
843                Requires<[In32BitMode]>;
844
845 } // mayStore, SchedRW
846 }
847
848 let Defs = [RSP], Uses = [RSP], neverHasSideEffects=1 in {
849 let mayLoad = 1, SchedRW = [WriteLoad] in {
850 def POP64r   : I<0x58, AddRegFrm,
851                  (outs GR64:$reg), (ins), "pop{q}\t$reg", [], IIC_POP_REG>;
852 def POP64rmr: I<0x8F, MRM0r, (outs GR64:$reg), (ins), "pop{q}\t$reg", [],
853                 IIC_POP_REG>;
854 def POP64rmm: I<0x8F, MRM0m, (outs), (ins i64mem:$dst), "pop{q}\t$dst", [],
855                 IIC_POP_MEM>;
856 } // mayLoad, SchedRW
857 let mayStore = 1, SchedRW = [WriteStore] in {
858 def PUSH64r  : I<0x50, AddRegFrm,
859                  (outs), (ins GR64:$reg), "push{q}\t$reg", [], IIC_PUSH_REG>;
860 def PUSH64rmr: I<0xFF, MRM6r, (outs), (ins GR64:$reg), "push{q}\t$reg", [],
861                  IIC_PUSH_REG>;
862 def PUSH64rmm: I<0xFF, MRM6m, (outs), (ins i64mem:$src), "push{q}\t$src", [],
863                  IIC_PUSH_MEM>;
864 } // mayStore, SchedRW
865 }
866
867 let Defs = [RSP], Uses = [RSP], neverHasSideEffects = 1, mayStore = 1,
868     SchedRW = [WriteStore] in {
869 def PUSH64i8   : Ii8<0x6a, RawFrm, (outs), (ins i64i8imm:$imm),
870                      "push{q}\t$imm", [], IIC_PUSH_IMM>;
871 def PUSH64i16  : Ii16<0x68, RawFrm, (outs), (ins i16imm:$imm),
872                       "push{q}\t$imm", [], IIC_PUSH_IMM>;
873 def PUSH64i32  : Ii32<0x68, RawFrm, (outs), (ins i64i32imm:$imm),
874                       "push{q}\t$imm", [], IIC_PUSH_IMM>;
875 }
876
877 let Defs = [RSP, EFLAGS], Uses = [RSP], mayLoad = 1, neverHasSideEffects=1 in
878 def POPF64   : I<0x9D, RawFrm, (outs), (ins), "popfq", [], IIC_POP_FD>,
879                Requires<[In64BitMode]>, Sched<[WriteLoad]>;
880 let Defs = [RSP], Uses = [RSP, EFLAGS], mayStore = 1, neverHasSideEffects=1 in
881 def PUSHF64    : I<0x9C, RawFrm, (outs), (ins), "pushfq", [], IIC_PUSH_F>,
882                  Requires<[In64BitMode]>, Sched<[WriteStore]>;
883
884 let Defs = [EDI, ESI, EBP, EBX, EDX, ECX, EAX, ESP], Uses = [ESP],
885     mayLoad = 1, neverHasSideEffects = 1, SchedRW = [WriteLoad] in {
886 def POPA32   : I<0x61, RawFrm, (outs), (ins), "popa{l}", [], IIC_POP_A>,
887                Requires<[In32BitMode]>;
888 }
889 let Defs = [ESP], Uses = [EDI, ESI, EBP, EBX, EDX, ECX, EAX, ESP],
890     mayStore = 1, neverHasSideEffects = 1, SchedRW = [WriteStore] in {
891 def PUSHA32  : I<0x60, RawFrm, (outs), (ins), "pusha{l}", [], IIC_PUSH_A>,
892                Requires<[In32BitMode]>;
893 }
894
895 let Constraints = "$src = $dst", SchedRW = [WriteALU] in {
896 // GR32 = bswap GR32
897 def BSWAP32r : I<0xC8, AddRegFrm,
898                  (outs GR32:$dst), (ins GR32:$src),
899                  "bswap{l}\t$dst",
900                  [(set GR32:$dst, (bswap GR32:$src))], IIC_BSWAP>, TB;
901
902 def BSWAP64r : RI<0xC8, AddRegFrm, (outs GR64:$dst), (ins GR64:$src),
903                   "bswap{q}\t$dst",
904                   [(set GR64:$dst, (bswap GR64:$src))], IIC_BSWAP>, TB;
905 } // Constraints = "$src = $dst", SchedRW
906
907 // Bit scan instructions.
908 let Defs = [EFLAGS] in {
909 def BSF16rr  : I<0xBC, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src),
910                  "bsf{w}\t{$src, $dst|$dst, $src}",
911                  [(set GR16:$dst, EFLAGS, (X86bsf GR16:$src))],
912                   IIC_BSF>, TB, OpSize, Sched<[WriteShift]>;
913 def BSF16rm  : I<0xBC, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
914                  "bsf{w}\t{$src, $dst|$dst, $src}",
915                  [(set GR16:$dst, EFLAGS, (X86bsf (loadi16 addr:$src)))],
916                   IIC_BSF>, TB, OpSize, Sched<[WriteShiftLd]>;
917 def BSF32rr  : I<0xBC, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src),
918                  "bsf{l}\t{$src, $dst|$dst, $src}",
919                  [(set GR32:$dst, EFLAGS, (X86bsf GR32:$src))], IIC_BSF>, TB,
920                Sched<[WriteShift]>;
921 def BSF32rm  : I<0xBC, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
922                  "bsf{l}\t{$src, $dst|$dst, $src}",
923                  [(set GR32:$dst, EFLAGS, (X86bsf (loadi32 addr:$src)))],
924                  IIC_BSF>, TB, Sched<[WriteShiftLd]>;
925 def BSF64rr  : RI<0xBC, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src),
926                   "bsf{q}\t{$src, $dst|$dst, $src}",
927                   [(set GR64:$dst, EFLAGS, (X86bsf GR64:$src))],
928                   IIC_BSF>, TB, Sched<[WriteShift]>;
929 def BSF64rm  : RI<0xBC, MRMSrcMem, (outs GR64:$dst), (ins i64mem:$src),
930                   "bsf{q}\t{$src, $dst|$dst, $src}",
931                   [(set GR64:$dst, EFLAGS, (X86bsf (loadi64 addr:$src)))],
932                   IIC_BSF>, TB, Sched<[WriteShiftLd]>;
933
934 def BSR16rr  : I<0xBD, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src),
935                  "bsr{w}\t{$src, $dst|$dst, $src}",
936                  [(set GR16:$dst, EFLAGS, (X86bsr GR16:$src))], IIC_BSR>,
937                  TB, OpSize, Sched<[WriteShift]>;
938 def BSR16rm  : I<0xBD, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
939                  "bsr{w}\t{$src, $dst|$dst, $src}",
940                  [(set GR16:$dst, EFLAGS, (X86bsr (loadi16 addr:$src)))],
941                  IIC_BSR>, TB,
942                  OpSize, Sched<[WriteShiftLd]>;
943 def BSR32rr  : I<0xBD, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src),
944                  "bsr{l}\t{$src, $dst|$dst, $src}",
945                  [(set GR32:$dst, EFLAGS, (X86bsr GR32:$src))], IIC_BSR>, TB,
946                Sched<[WriteShift]>;
947 def BSR32rm  : I<0xBD, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
948                  "bsr{l}\t{$src, $dst|$dst, $src}",
949                  [(set GR32:$dst, EFLAGS, (X86bsr (loadi32 addr:$src)))],
950                  IIC_BSR>, TB, Sched<[WriteShiftLd]>;
951 def BSR64rr  : RI<0xBD, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src),
952                   "bsr{q}\t{$src, $dst|$dst, $src}",
953                   [(set GR64:$dst, EFLAGS, (X86bsr GR64:$src))], IIC_BSR>, TB,
954                Sched<[WriteShift]>;
955 def BSR64rm  : RI<0xBD, MRMSrcMem, (outs GR64:$dst), (ins i64mem:$src),
956                   "bsr{q}\t{$src, $dst|$dst, $src}",
957                   [(set GR64:$dst, EFLAGS, (X86bsr (loadi64 addr:$src)))],
958                   IIC_BSR>, TB, Sched<[WriteShiftLd]>;
959 } // Defs = [EFLAGS]
960
961 let SchedRW = [WriteMicrocoded] in {
962 // These uses the DF flag in the EFLAGS register to inc or dec EDI and ESI
963 let Defs = [EDI,ESI], Uses = [EDI,ESI,EFLAGS] in {
964 def MOVSB : I<0xA4, RawFrm, (outs), (ins), "movsb", [], IIC_MOVS>;
965 def MOVSW : I<0xA5, RawFrm, (outs), (ins), "movsw", [], IIC_MOVS>, OpSize;
966 def MOVSD : I<0xA5, RawFrm, (outs), (ins), "movs{l|d}", [], IIC_MOVS>;
967 def MOVSQ : RI<0xA5, RawFrm, (outs), (ins), "movsq", [], IIC_MOVS>;
968 }
969
970 // These uses the DF flag in the EFLAGS register to inc or dec EDI and ESI
971 let Defs = [EDI], Uses = [AL,EDI,EFLAGS] in
972 def STOSB : I<0xAA, RawFrm, (outs), (ins), "stosb", [], IIC_STOS>;
973 let Defs = [EDI], Uses = [AX,EDI,EFLAGS] in
974 def STOSW : I<0xAB, RawFrm, (outs), (ins), "stosw", [], IIC_STOS>, OpSize;
975 let Defs = [EDI], Uses = [EAX,EDI,EFLAGS] in
976 def STOSD : I<0xAB, RawFrm, (outs), (ins), "stos{l|d}", [], IIC_STOS>;
977 let Defs = [RCX,RDI], Uses = [RAX,RCX,RDI,EFLAGS] in
978 def STOSQ : RI<0xAB, RawFrm, (outs), (ins), "stosq", [], IIC_STOS>;
979
980 def SCAS8 : I<0xAE, RawFrm, (outs), (ins), "scasb", [], IIC_SCAS>;
981 def SCAS16 : I<0xAF, RawFrm, (outs), (ins), "scasw", [], IIC_SCAS>, OpSize;
982 def SCAS32 : I<0xAF, RawFrm, (outs), (ins), "scas{l|d}", [], IIC_SCAS>;
983 def SCAS64 : RI<0xAF, RawFrm, (outs), (ins), "scasq", [], IIC_SCAS>;
984
985 def CMPS8 : I<0xA6, RawFrm, (outs), (ins), "cmpsb", [], IIC_CMPS>;
986 def CMPS16 : I<0xA7, RawFrm, (outs), (ins), "cmpsw", [], IIC_CMPS>, OpSize;
987 def CMPS32 : I<0xA7, RawFrm, (outs), (ins), "cmps{l|d}", [], IIC_CMPS>;
988 def CMPS64 : RI<0xA7, RawFrm, (outs), (ins), "cmpsq", [], IIC_CMPS>;
989 } // SchedRW
990
991 //===----------------------------------------------------------------------===//
992 //  Move Instructions.
993 //
994 let SchedRW = [WriteMove] in {
995 let neverHasSideEffects = 1 in {
996 def MOV8rr  : I<0x88, MRMDestReg, (outs GR8 :$dst), (ins GR8 :$src),
997                 "mov{b}\t{$src, $dst|$dst, $src}", [], IIC_MOV>;
998 def MOV16rr : I<0x89, MRMDestReg, (outs GR16:$dst), (ins GR16:$src),
999                 "mov{w}\t{$src, $dst|$dst, $src}", [], IIC_MOV>, OpSize;
1000 def MOV32rr : I<0x89, MRMDestReg, (outs GR32:$dst), (ins GR32:$src),
1001                 "mov{l}\t{$src, $dst|$dst, $src}", [], IIC_MOV>;
1002 def MOV64rr : RI<0x89, MRMDestReg, (outs GR64:$dst), (ins GR64:$src),
1003                  "mov{q}\t{$src, $dst|$dst, $src}", [], IIC_MOV>;
1004 }
1005
1006 let isReMaterializable = 1, isAsCheapAsAMove = 1 in {
1007 def MOV8ri  : Ii8 <0xB0, AddRegFrm, (outs GR8 :$dst), (ins i8imm :$src),
1008                    "mov{b}\t{$src, $dst|$dst, $src}",
1009                    [(set GR8:$dst, imm:$src)], IIC_MOV>;
1010 def MOV16ri : Ii16<0xB8, AddRegFrm, (outs GR16:$dst), (ins i16imm:$src),
1011                    "mov{w}\t{$src, $dst|$dst, $src}",
1012                    [(set GR16:$dst, imm:$src)], IIC_MOV>, OpSize;
1013 def MOV32ri : Ii32<0xB8, AddRegFrm, (outs GR32:$dst), (ins i32imm:$src),
1014                    "mov{l}\t{$src, $dst|$dst, $src}",
1015                    [(set GR32:$dst, imm:$src)], IIC_MOV>;
1016 def MOV64ri : RIi64<0xB8, AddRegFrm, (outs GR64:$dst), (ins i64imm:$src),
1017                     "movabs{q}\t{$src, $dst|$dst, $src}",
1018                     [(set GR64:$dst, imm:$src)], IIC_MOV>;
1019 def MOV64ri32 : RIi32<0xC7, MRM0r, (outs GR64:$dst), (ins i64i32imm:$src),
1020                       "mov{q}\t{$src, $dst|$dst, $src}",
1021                       [(set GR64:$dst, i64immSExt32:$src)], IIC_MOV>;
1022 }
1023 } // SchedRW
1024
1025 let SchedRW = [WriteStore] in {
1026 def MOV8mi  : Ii8 <0xC6, MRM0m, (outs), (ins i8mem :$dst, i8imm :$src),
1027                    "mov{b}\t{$src, $dst|$dst, $src}",
1028                    [(store (i8 imm:$src), addr:$dst)], IIC_MOV_MEM>;
1029 def MOV16mi : Ii16<0xC7, MRM0m, (outs), (ins i16mem:$dst, i16imm:$src),
1030                    "mov{w}\t{$src, $dst|$dst, $src}",
1031                    [(store (i16 imm:$src), addr:$dst)], IIC_MOV_MEM>, OpSize;
1032 def MOV32mi : Ii32<0xC7, MRM0m, (outs), (ins i32mem:$dst, i32imm:$src),
1033                    "mov{l}\t{$src, $dst|$dst, $src}",
1034                    [(store (i32 imm:$src), addr:$dst)], IIC_MOV_MEM>;
1035 def MOV64mi32 : RIi32<0xC7, MRM0m, (outs), (ins i64mem:$dst, i64i32imm:$src),
1036                       "mov{q}\t{$src, $dst|$dst, $src}",
1037                       [(store i64immSExt32:$src, addr:$dst)], IIC_MOV_MEM>;
1038 } // SchedRW
1039
1040 /// moffs8, moffs16 and moffs32 versions of moves.  The immediate is a
1041 /// 32-bit offset from the PC.  These are only valid in x86-32 mode.
1042 let SchedRW = [WriteALU] in {
1043 def MOV8o8a : Ii32 <0xA0, RawFrm, (outs), (ins offset8:$src),
1044                    "mov{b}\t{$src, %al|AL, $src}", [], IIC_MOV_MEM>,
1045                    Requires<[In32BitMode]>;
1046 def MOV16o16a : Ii32 <0xA1, RawFrm, (outs), (ins offset16:$src),
1047                       "mov{w}\t{$src, %ax|AL, $src}", [], IIC_MOV_MEM>, OpSize,
1048                      Requires<[In32BitMode]>;
1049 def MOV32o32a : Ii32 <0xA1, RawFrm, (outs), (ins offset32:$src),
1050                       "mov{l}\t{$src, %eax|EAX, $src}", [], IIC_MOV_MEM>,
1051                      Requires<[In32BitMode]>;
1052 def MOV8ao8 : Ii32 <0xA2, RawFrm, (outs offset8:$dst), (ins),
1053                    "mov{b}\t{%al, $dst|$dst, AL}", [], IIC_MOV_MEM>,
1054                   Requires<[In32BitMode]>;
1055 def MOV16ao16 : Ii32 <0xA3, RawFrm, (outs offset16:$dst), (ins),
1056                       "mov{w}\t{%ax, $dst|$dst, AL}", [], IIC_MOV_MEM>, OpSize,
1057                      Requires<[In32BitMode]>;
1058 def MOV32ao32 : Ii32 <0xA3, RawFrm, (outs offset32:$dst), (ins),
1059                       "mov{l}\t{%eax, $dst|$dst, EAX}", [], IIC_MOV_MEM>,
1060                      Requires<[In32BitMode]>;
1061 }
1062
1063 // These forms all have full 64-bit absolute addresses in their instructions
1064 // and use the movabs mnemonic to indicate this specific form.
1065 def MOV64o8a : RIi64_NOREX<0xA0, RawFrm, (outs), (ins offset64:$src),
1066                      "movabs{b}\t{$src, %al|AL, $src}", []>,
1067                      Requires<[In64BitMode]>;
1068 def MOV64o16a : RIi64_NOREX<0xA1, RawFrm, (outs), (ins offset64:$src),
1069                      "movabs{w}\t{$src, %ax|AX, $src}", []>, OpSize,
1070                      Requires<[In64BitMode]>;
1071 def MOV64o32a : RIi64_NOREX<0xA1, RawFrm, (outs), (ins offset64:$src),
1072                      "movabs{l}\t{$src, %eax|AEX, $src}", []>,
1073                      Requires<[In64BitMode]>;
1074 def MOV64o64a : RIi64<0xA1, RawFrm, (outs), (ins offset64:$src),
1075                      "movabs{q}\t{$src, %rax|RAX, $src}", []>,
1076                      Requires<[In64BitMode]>;
1077
1078 def MOV64ao8 : RIi64_NOREX<0xA2, RawFrm, (outs offset64:$dst), (ins),
1079                      "movabs{b}\t{%al, $dst|$dst, AL}", []>,
1080                      Requires<[In64BitMode]>;
1081 def MOV64ao16 : RIi64_NOREX<0xA3, RawFrm, (outs offset64:$dst), (ins),
1082                      "movabs{w}\t{%ax, $dst|$dst, AX}", []>, OpSize,
1083                      Requires<[In64BitMode]>;
1084 def MOV64ao32 : RIi64_NOREX<0xA3, RawFrm, (outs offset64:$dst), (ins),
1085                      "movabs{l}\t{%eax, $dst|$dst, EAX}", []>,
1086                      Requires<[In64BitMode]>;
1087 def MOV64ao64 : RIi64<0xA3, RawFrm, (outs offset64:$dst), (ins),
1088                      "movabs{q}\t{%rax, $dst|$dst, RAX}", []>,
1089                      Requires<[In64BitMode]>;
1090
1091 let isCodeGenOnly = 1, hasSideEffects = 0, SchedRW = [WriteMove] in {
1092 def MOV8rr_REV : I<0x8A, MRMSrcReg, (outs GR8:$dst), (ins GR8:$src),
1093                    "mov{b}\t{$src, $dst|$dst, $src}", [], IIC_MOV>;
1094 def MOV16rr_REV : I<0x8B, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src),
1095                     "mov{w}\t{$src, $dst|$dst, $src}", [], IIC_MOV>, OpSize;
1096 def MOV32rr_REV : I<0x8B, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src),
1097                     "mov{l}\t{$src, $dst|$dst, $src}", [], IIC_MOV>;
1098 def MOV64rr_REV : RI<0x8B, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src),
1099                      "mov{q}\t{$src, $dst|$dst, $src}", [], IIC_MOV>;
1100 }
1101
1102 let canFoldAsLoad = 1, isReMaterializable = 1, SchedRW = [WriteLoad] in {
1103 def MOV8rm  : I<0x8A, MRMSrcMem, (outs GR8 :$dst), (ins i8mem :$src),
1104                 "mov{b}\t{$src, $dst|$dst, $src}",
1105                 [(set GR8:$dst, (loadi8 addr:$src))], IIC_MOV_MEM>;
1106 def MOV16rm : I<0x8B, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
1107                 "mov{w}\t{$src, $dst|$dst, $src}",
1108                 [(set GR16:$dst, (loadi16 addr:$src))], IIC_MOV_MEM>, OpSize;
1109 def MOV32rm : I<0x8B, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
1110                 "mov{l}\t{$src, $dst|$dst, $src}",
1111                 [(set GR32:$dst, (loadi32 addr:$src))], IIC_MOV_MEM>;
1112 def MOV64rm : RI<0x8B, MRMSrcMem, (outs GR64:$dst), (ins i64mem:$src),
1113                  "mov{q}\t{$src, $dst|$dst, $src}",
1114                  [(set GR64:$dst, (load addr:$src))], IIC_MOV_MEM>;
1115 }
1116
1117 let SchedRW = [WriteStore] in {
1118 def MOV8mr  : I<0x88, MRMDestMem, (outs), (ins i8mem :$dst, GR8 :$src),
1119                 "mov{b}\t{$src, $dst|$dst, $src}",
1120                 [(store GR8:$src, addr:$dst)], IIC_MOV_MEM>;
1121 def MOV16mr : I<0x89, MRMDestMem, (outs), (ins i16mem:$dst, GR16:$src),
1122                 "mov{w}\t{$src, $dst|$dst, $src}",
1123                 [(store GR16:$src, addr:$dst)], IIC_MOV_MEM>, OpSize;
1124 def MOV32mr : I<0x89, MRMDestMem, (outs), (ins i32mem:$dst, GR32:$src),
1125                 "mov{l}\t{$src, $dst|$dst, $src}",
1126                 [(store GR32:$src, addr:$dst)], IIC_MOV_MEM>;
1127 def MOV64mr : RI<0x89, MRMDestMem, (outs), (ins i64mem:$dst, GR64:$src),
1128                  "mov{q}\t{$src, $dst|$dst, $src}",
1129                  [(store GR64:$src, addr:$dst)], IIC_MOV_MEM>;
1130 } // SchedRW
1131
1132 // Versions of MOV8rr, MOV8mr, and MOV8rm that use i8mem_NOREX and GR8_NOREX so
1133 // that they can be used for copying and storing h registers, which can't be
1134 // encoded when a REX prefix is present.
1135 let isCodeGenOnly = 1 in {
1136 let neverHasSideEffects = 1 in
1137 def MOV8rr_NOREX : I<0x88, MRMDestReg,
1138                      (outs GR8_NOREX:$dst), (ins GR8_NOREX:$src),
1139                      "mov{b}\t{$src, $dst|$dst, $src}  # NOREX", [], IIC_MOV>,
1140                    Sched<[WriteMove]>;
1141 let mayStore = 1 in
1142 def MOV8mr_NOREX : I<0x88, MRMDestMem,
1143                      (outs), (ins i8mem_NOREX:$dst, GR8_NOREX:$src),
1144                      "mov{b}\t{$src, $dst|$dst, $src}  # NOREX", [],
1145                      IIC_MOV_MEM>, Sched<[WriteStore]>;
1146 let mayLoad = 1, neverHasSideEffects = 1,
1147     canFoldAsLoad = 1, isReMaterializable = 1 in
1148 def MOV8rm_NOREX : I<0x8A, MRMSrcMem,
1149                      (outs GR8_NOREX:$dst), (ins i8mem_NOREX:$src),
1150                      "mov{b}\t{$src, $dst|$dst, $src}  # NOREX", [],
1151                      IIC_MOV_MEM>, Sched<[WriteLoad]>;
1152 }
1153
1154
1155 // Condition code ops, incl. set if equal/not equal/...
1156 let SchedRW = [WriteALU] in {
1157 let Defs = [EFLAGS], Uses = [AH] in
1158 def SAHF     : I<0x9E, RawFrm, (outs),  (ins), "sahf",
1159                  [(set EFLAGS, (X86sahf AH))], IIC_AHF>;
1160 let Defs = [AH], Uses = [EFLAGS], neverHasSideEffects = 1 in
1161 def LAHF     : I<0x9F, RawFrm, (outs),  (ins), "lahf", [],
1162                 IIC_AHF>;  // AH = flags
1163 } // SchedRW
1164
1165 //===----------------------------------------------------------------------===//
1166 // Bit tests instructions: BT, BTS, BTR, BTC.
1167
1168 let Defs = [EFLAGS] in {
1169 let SchedRW = [WriteALU] in {
1170 def BT16rr : I<0xA3, MRMDestReg, (outs), (ins GR16:$src1, GR16:$src2),
1171                "bt{w}\t{$src2, $src1|$src1, $src2}",
1172                [(set EFLAGS, (X86bt GR16:$src1, GR16:$src2))], IIC_BT_RR>,
1173                OpSize, TB;
1174 def BT32rr : I<0xA3, MRMDestReg, (outs), (ins GR32:$src1, GR32:$src2),
1175                "bt{l}\t{$src2, $src1|$src1, $src2}",
1176                [(set EFLAGS, (X86bt GR32:$src1, GR32:$src2))], IIC_BT_RR>, TB;
1177 def BT64rr : RI<0xA3, MRMDestReg, (outs), (ins GR64:$src1, GR64:$src2),
1178                "bt{q}\t{$src2, $src1|$src1, $src2}",
1179                [(set EFLAGS, (X86bt GR64:$src1, GR64:$src2))], IIC_BT_RR>, TB;
1180 } // SchedRW
1181
1182 // Unlike with the register+register form, the memory+register form of the
1183 // bt instruction does not ignore the high bits of the index. From ISel's
1184 // perspective, this is pretty bizarre. Make these instructions disassembly
1185 // only for now.
1186
1187 let mayLoad = 1, hasSideEffects = 0, SchedRW = [WriteALULd] in {
1188   def BT16mr : I<0xA3, MRMDestMem, (outs), (ins i16mem:$src1, GR16:$src2),
1189                  "bt{w}\t{$src2, $src1|$src1, $src2}",
1190   //               [(X86bt (loadi16 addr:$src1), GR16:$src2),
1191   //                (implicit EFLAGS)]
1192                  [], IIC_BT_MR
1193                  >, OpSize, TB, Requires<[FastBTMem]>;
1194   def BT32mr : I<0xA3, MRMDestMem, (outs), (ins i32mem:$src1, GR32:$src2),
1195                  "bt{l}\t{$src2, $src1|$src1, $src2}",
1196   //               [(X86bt (loadi32 addr:$src1), GR32:$src2),
1197   //                (implicit EFLAGS)]
1198                  [], IIC_BT_MR
1199                  >, TB, Requires<[FastBTMem]>;
1200   def BT64mr : RI<0xA3, MRMDestMem, (outs), (ins i64mem:$src1, GR64:$src2),
1201                  "bt{q}\t{$src2, $src1|$src1, $src2}",
1202   //               [(X86bt (loadi64 addr:$src1), GR64:$src2),
1203   //                (implicit EFLAGS)]
1204                   [], IIC_BT_MR
1205                   >, TB;
1206 }
1207
1208 let SchedRW = [WriteALU] in {
1209 def BT16ri8 : Ii8<0xBA, MRM4r, (outs), (ins GR16:$src1, i16i8imm:$src2),
1210                 "bt{w}\t{$src2, $src1|$src1, $src2}",
1211                 [(set EFLAGS, (X86bt GR16:$src1, i16immSExt8:$src2))],
1212                 IIC_BT_RI>, OpSize, TB;
1213 def BT32ri8 : Ii8<0xBA, MRM4r, (outs), (ins GR32:$src1, i32i8imm:$src2),
1214                 "bt{l}\t{$src2, $src1|$src1, $src2}",
1215                 [(set EFLAGS, (X86bt GR32:$src1, i32immSExt8:$src2))],
1216                 IIC_BT_RI>, TB;
1217 def BT64ri8 : RIi8<0xBA, MRM4r, (outs), (ins GR64:$src1, i64i8imm:$src2),
1218                 "bt{q}\t{$src2, $src1|$src1, $src2}",
1219                 [(set EFLAGS, (X86bt GR64:$src1, i64immSExt8:$src2))],
1220                 IIC_BT_RI>, TB;
1221 } // SchedRW
1222
1223 // Note that these instructions don't need FastBTMem because that
1224 // only applies when the other operand is in a register. When it's
1225 // an immediate, bt is still fast.
1226 let SchedRW = [WriteALU] in {
1227 def BT16mi8 : Ii8<0xBA, MRM4m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1228                 "bt{w}\t{$src2, $src1|$src1, $src2}",
1229                 [(set EFLAGS, (X86bt (loadi16 addr:$src1), i16immSExt8:$src2))
1230                  ], IIC_BT_MI>, OpSize, TB;
1231 def BT32mi8 : Ii8<0xBA, MRM4m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1232                 "bt{l}\t{$src2, $src1|$src1, $src2}",
1233                 [(set EFLAGS, (X86bt (loadi32 addr:$src1), i32immSExt8:$src2))
1234                  ], IIC_BT_MI>, TB;
1235 def BT64mi8 : RIi8<0xBA, MRM4m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
1236                 "bt{q}\t{$src2, $src1|$src1, $src2}",
1237                 [(set EFLAGS, (X86bt (loadi64 addr:$src1),
1238                                      i64immSExt8:$src2))], IIC_BT_MI>, TB;
1239 } // SchedRW
1240
1241 let hasSideEffects = 0 in {
1242 let SchedRW = [WriteALU] in {
1243 def BTC16rr : I<0xBB, MRMDestReg, (outs), (ins GR16:$src1, GR16:$src2),
1244                 "btc{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>,
1245                 OpSize, TB;
1246 def BTC32rr : I<0xBB, MRMDestReg, (outs), (ins GR32:$src1, GR32:$src2),
1247                 "btc{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, TB;
1248 def BTC64rr : RI<0xBB, MRMDestReg, (outs), (ins GR64:$src1, GR64:$src2),
1249                  "btc{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, TB;
1250 } // SchedRW
1251
1252 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1253 def BTC16mr : I<0xBB, MRMDestMem, (outs), (ins i16mem:$src1, GR16:$src2),
1254                 "btc{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>,
1255                 OpSize, TB;
1256 def BTC32mr : I<0xBB, MRMDestMem, (outs), (ins i32mem:$src1, GR32:$src2),
1257                 "btc{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB;
1258 def BTC64mr : RI<0xBB, MRMDestMem, (outs), (ins i64mem:$src1, GR64:$src2),
1259                  "btc{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB;
1260 }
1261
1262 let SchedRW = [WriteALU] in {
1263 def BTC16ri8 : Ii8<0xBA, MRM7r, (outs), (ins GR16:$src1, i16i8imm:$src2),
1264                     "btc{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>,
1265                     OpSize, TB;
1266 def BTC32ri8 : Ii8<0xBA, MRM7r, (outs), (ins GR32:$src1, i32i8imm:$src2),
1267                     "btc{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB;
1268 def BTC64ri8 : RIi8<0xBA, MRM7r, (outs), (ins GR64:$src1, i64i8imm:$src2),
1269                     "btc{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB;
1270 } // SchedRW
1271
1272 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1273 def BTC16mi8 : Ii8<0xBA, MRM7m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1274                     "btc{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>,
1275                     OpSize, TB;
1276 def BTC32mi8 : Ii8<0xBA, MRM7m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1277                     "btc{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, TB;
1278 def BTC64mi8 : RIi8<0xBA, MRM7m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
1279                     "btc{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, TB;
1280 }
1281
1282 let SchedRW = [WriteALU] in {
1283 def BTR16rr : I<0xB3, MRMDestReg, (outs), (ins GR16:$src1, GR16:$src2),
1284                 "btr{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>,
1285                 OpSize, TB;
1286 def BTR32rr : I<0xB3, MRMDestReg, (outs), (ins GR32:$src1, GR32:$src2),
1287                 "btr{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, TB;
1288 def BTR64rr : RI<0xB3, MRMDestReg, (outs), (ins GR64:$src1, GR64:$src2),
1289                  "btr{q}\t{$src2, $src1|$src1, $src2}", []>, TB;
1290 } // SchedRW
1291
1292 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1293 def BTR16mr : I<0xB3, MRMDestMem, (outs), (ins i16mem:$src1, GR16:$src2),
1294                 "btr{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>,
1295                 OpSize, TB;
1296 def BTR32mr : I<0xB3, MRMDestMem, (outs), (ins i32mem:$src1, GR32:$src2),
1297                 "btr{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB;
1298 def BTR64mr : RI<0xB3, MRMDestMem, (outs), (ins i64mem:$src1, GR64:$src2),
1299                  "btr{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB;
1300 }
1301
1302 let SchedRW = [WriteALU] in {
1303 def BTR16ri8 : Ii8<0xBA, MRM6r, (outs), (ins GR16:$src1, i16i8imm:$src2),
1304                     "btr{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>,
1305                     OpSize, TB;
1306 def BTR32ri8 : Ii8<0xBA, MRM6r, (outs), (ins GR32:$src1, i32i8imm:$src2),
1307                     "btr{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB;
1308 def BTR64ri8 : RIi8<0xBA, MRM6r, (outs), (ins GR64:$src1, i64i8imm:$src2),
1309                     "btr{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB;
1310 } // SchedRW
1311
1312 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1313 def BTR16mi8 : Ii8<0xBA, MRM6m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1314                     "btr{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>,
1315                     OpSize, TB;
1316 def BTR32mi8 : Ii8<0xBA, MRM6m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1317                     "btr{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, TB;
1318 def BTR64mi8 : RIi8<0xBA, MRM6m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
1319                     "btr{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, TB;
1320 }
1321
1322 let SchedRW = [WriteALU] in {
1323 def BTS16rr : I<0xAB, MRMDestReg, (outs), (ins GR16:$src1, GR16:$src2),
1324                 "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>,
1325                 OpSize, TB;
1326 def BTS32rr : I<0xAB, MRMDestReg, (outs), (ins GR32:$src1, GR32:$src2),
1327                 "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, TB;
1328 def BTS64rr : RI<0xAB, MRMDestReg, (outs), (ins GR64:$src1, GR64:$src2),
1329                  "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RR>, TB;
1330 } // SchedRW
1331
1332 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1333 def BTS16mr : I<0xAB, MRMDestMem, (outs), (ins i16mem:$src1, GR16:$src2),
1334                 "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>,
1335                 OpSize, TB;
1336 def BTS32mr : I<0xAB, MRMDestMem, (outs), (ins i32mem:$src1, GR32:$src2),
1337                 "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB;
1338 def BTS64mr : RI<0xAB, MRMDestMem, (outs), (ins i64mem:$src1, GR64:$src2),
1339                  "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MR>, TB;
1340 }
1341
1342 let SchedRW = [WriteALU] in {
1343 def BTS16ri8 : Ii8<0xBA, MRM5r, (outs), (ins GR16:$src1, i16i8imm:$src2),
1344                     "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>,
1345                     OpSize, TB;
1346 def BTS32ri8 : Ii8<0xBA, MRM5r, (outs), (ins GR32:$src1, i32i8imm:$src2),
1347                     "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB;
1348 def BTS64ri8 : RIi8<0xBA, MRM5r, (outs), (ins GR64:$src1, i64i8imm:$src2),
1349                     "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_RI>, TB;
1350 } // SchedRW
1351
1352 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1353 def BTS16mi8 : Ii8<0xBA, MRM5m, (outs), (ins i16mem:$src1, i16i8imm:$src2),
1354                     "bts{w}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>,
1355                     OpSize, TB;
1356 def BTS32mi8 : Ii8<0xBA, MRM5m, (outs), (ins i32mem:$src1, i32i8imm:$src2),
1357                     "bts{l}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, TB;
1358 def BTS64mi8 : RIi8<0xBA, MRM5m, (outs), (ins i64mem:$src1, i64i8imm:$src2),
1359                     "bts{q}\t{$src2, $src1|$src1, $src2}", [], IIC_BTX_MI>, TB;
1360 }
1361 } // hasSideEffects = 0
1362 } // Defs = [EFLAGS]
1363
1364
1365 //===----------------------------------------------------------------------===//
1366 // Atomic support
1367 //
1368
1369 // Atomic swap. These are just normal xchg instructions. But since a memory
1370 // operand is referenced, the atomicity is ensured.
1371 multiclass ATOMIC_SWAP<bits<8> opc8, bits<8> opc, string mnemonic, string frag,
1372                        InstrItinClass itin> {
1373   let Constraints = "$val = $dst", SchedRW = [WriteALULd, WriteRMW] in {
1374     def NAME#8rm  : I<opc8, MRMSrcMem, (outs GR8:$dst),
1375                       (ins GR8:$val, i8mem:$ptr),
1376                       !strconcat(mnemonic, "{b}\t{$val, $ptr|$ptr, $val}"),
1377                       [(set
1378                          GR8:$dst,
1379                          (!cast<PatFrag>(frag # "_8") addr:$ptr, GR8:$val))],
1380                       itin>;
1381     def NAME#16rm : I<opc, MRMSrcMem, (outs GR16:$dst),
1382                       (ins GR16:$val, i16mem:$ptr),
1383                       !strconcat(mnemonic, "{w}\t{$val, $ptr|$ptr, $val}"),
1384                       [(set
1385                          GR16:$dst,
1386                          (!cast<PatFrag>(frag # "_16") addr:$ptr, GR16:$val))],
1387                       itin>, OpSize;
1388     def NAME#32rm : I<opc, MRMSrcMem, (outs GR32:$dst),
1389                       (ins GR32:$val, i32mem:$ptr),
1390                       !strconcat(mnemonic, "{l}\t{$val, $ptr|$ptr, $val}"),
1391                       [(set
1392                          GR32:$dst,
1393                          (!cast<PatFrag>(frag # "_32") addr:$ptr, GR32:$val))],
1394                       itin>;
1395     def NAME#64rm : RI<opc, MRMSrcMem, (outs GR64:$dst),
1396                        (ins GR64:$val, i64mem:$ptr),
1397                        !strconcat(mnemonic, "{q}\t{$val, $ptr|$ptr, $val}"),
1398                        [(set
1399                          GR64:$dst,
1400                          (!cast<PatFrag>(frag # "_64") addr:$ptr, GR64:$val))],
1401                        itin>;
1402   }
1403 }
1404
1405 defm XCHG    : ATOMIC_SWAP<0x86, 0x87, "xchg", "atomic_swap", IIC_XCHG_MEM>;
1406
1407 // Swap between registers.
1408 let SchedRW = [WriteALU] in {
1409 let Constraints = "$val = $dst" in {
1410 def XCHG8rr : I<0x86, MRMSrcReg, (outs GR8:$dst), (ins GR8:$val, GR8:$src),
1411                 "xchg{b}\t{$val, $src|$src, $val}", [], IIC_XCHG_REG>;
1412 def XCHG16rr : I<0x87, MRMSrcReg, (outs GR16:$dst), (ins GR16:$val, GR16:$src),
1413                  "xchg{w}\t{$val, $src|$src, $val}", [], IIC_XCHG_REG>, OpSize;
1414 def XCHG32rr : I<0x87, MRMSrcReg, (outs GR32:$dst), (ins GR32:$val, GR32:$src),
1415                  "xchg{l}\t{$val, $src|$src, $val}", [], IIC_XCHG_REG>;
1416 def XCHG64rr : RI<0x87, MRMSrcReg, (outs GR64:$dst), (ins GR64:$val,GR64:$src),
1417                   "xchg{q}\t{$val, $src|$src, $val}", [], IIC_XCHG_REG>;
1418 }
1419
1420 // Swap between EAX and other registers.
1421 def XCHG16ar : I<0x90, AddRegFrm, (outs), (ins GR16:$src),
1422                   "xchg{w}\t{$src, %ax|AX, $src}", [], IIC_XCHG_REG>, OpSize;
1423 def XCHG32ar : I<0x90, AddRegFrm, (outs), (ins GR32:$src),
1424                   "xchg{l}\t{$src, %eax|EAX, $src}", [], IIC_XCHG_REG>,
1425                   Requires<[In32BitMode]>;
1426 // Uses GR32_NOAX in 64-bit mode to prevent encoding using the 0x90 NOP encoding.
1427 // xchg %eax, %eax needs to clear upper 32-bits of RAX so is not a NOP.
1428 def XCHG32ar64 : I<0x90, AddRegFrm, (outs), (ins GR32_NOAX:$src),
1429                    "xchg{l}\t{$src, %eax|EAX, $src}", [], IIC_XCHG_REG>,
1430                    Requires<[In64BitMode]>;
1431 def XCHG64ar : RI<0x90, AddRegFrm, (outs), (ins GR64:$src),
1432                   "xchg{q}\t{$src, %rax|RAX, $src}", [], IIC_XCHG_REG>;
1433 } // SchedRW
1434
1435 let SchedRW = [WriteALU] in {
1436 def XADD8rr : I<0xC0, MRMDestReg, (outs GR8:$dst), (ins GR8:$src),
1437                 "xadd{b}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB;
1438 def XADD16rr : I<0xC1, MRMDestReg, (outs GR16:$dst), (ins GR16:$src),
1439                  "xadd{w}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB,
1440                  OpSize;
1441 def XADD32rr  : I<0xC1, MRMDestReg, (outs GR32:$dst), (ins GR32:$src),
1442                  "xadd{l}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB;
1443 def XADD64rr  : RI<0xC1, MRMDestReg, (outs GR64:$dst), (ins GR64:$src),
1444                    "xadd{q}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB;
1445 } // SchedRW
1446
1447 let mayLoad = 1, mayStore = 1, SchedRW = [WriteALULd, WriteRMW] in {
1448 def XADD8rm   : I<0xC0, MRMDestMem, (outs), (ins i8mem:$dst, GR8:$src),
1449                  "xadd{b}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB;
1450 def XADD16rm  : I<0xC1, MRMDestMem, (outs), (ins i16mem:$dst, GR16:$src),
1451                  "xadd{w}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB,
1452                  OpSize;
1453 def XADD32rm  : I<0xC1, MRMDestMem, (outs), (ins i32mem:$dst, GR32:$src),
1454                  "xadd{l}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB;
1455 def XADD64rm  : RI<0xC1, MRMDestMem, (outs), (ins i64mem:$dst, GR64:$src),
1456                    "xadd{q}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB;
1457
1458 }
1459
1460 let SchedRW = [WriteALU] in {
1461 def CMPXCHG8rr : I<0xB0, MRMDestReg, (outs GR8:$dst), (ins GR8:$src),
1462                    "cmpxchg{b}\t{$src, $dst|$dst, $src}", [],
1463                    IIC_CMPXCHG_REG8>, TB;
1464 def CMPXCHG16rr : I<0xB1, MRMDestReg, (outs GR16:$dst), (ins GR16:$src),
1465                     "cmpxchg{w}\t{$src, $dst|$dst, $src}", [],
1466                     IIC_CMPXCHG_REG>, TB, OpSize;
1467 def CMPXCHG32rr  : I<0xB1, MRMDestReg, (outs GR32:$dst), (ins GR32:$src),
1468                      "cmpxchg{l}\t{$src, $dst|$dst, $src}", [],
1469                      IIC_CMPXCHG_REG>, TB;
1470 def CMPXCHG64rr  : RI<0xB1, MRMDestReg, (outs GR64:$dst), (ins GR64:$src),
1471                       "cmpxchg{q}\t{$src, $dst|$dst, $src}", [],
1472                       IIC_CMPXCHG_REG>, TB;
1473 } // SchedRW
1474
1475 let SchedRW = [WriteALULd, WriteRMW] in {
1476 let mayLoad = 1, mayStore = 1 in {
1477 def CMPXCHG8rm   : I<0xB0, MRMDestMem, (outs), (ins i8mem:$dst, GR8:$src),
1478                      "cmpxchg{b}\t{$src, $dst|$dst, $src}", [],
1479                      IIC_CMPXCHG_MEM8>, TB;
1480 def CMPXCHG16rm  : I<0xB1, MRMDestMem, (outs), (ins i16mem:$dst, GR16:$src),
1481                      "cmpxchg{w}\t{$src, $dst|$dst, $src}", [],
1482                      IIC_CMPXCHG_MEM>, TB, OpSize;
1483 def CMPXCHG32rm  : I<0xB1, MRMDestMem, (outs), (ins i32mem:$dst, GR32:$src),
1484                      "cmpxchg{l}\t{$src, $dst|$dst, $src}", [],
1485                      IIC_CMPXCHG_MEM>, TB;
1486 def CMPXCHG64rm  : RI<0xB1, MRMDestMem, (outs), (ins i64mem:$dst, GR64:$src),
1487                       "cmpxchg{q}\t{$src, $dst|$dst, $src}", [],
1488                       IIC_CMPXCHG_MEM>, TB;
1489 }
1490
1491 let Defs = [EAX, EDX, EFLAGS], Uses = [EAX, EBX, ECX, EDX] in
1492 def CMPXCHG8B : I<0xC7, MRM1m, (outs), (ins i64mem:$dst),
1493                   "cmpxchg8b\t$dst", [], IIC_CMPXCHG_8B>, TB;
1494
1495 let Defs = [RAX, RDX, EFLAGS], Uses = [RAX, RBX, RCX, RDX] in
1496 def CMPXCHG16B : RI<0xC7, MRM1m, (outs), (ins i128mem:$dst),
1497                     "cmpxchg16b\t$dst", [], IIC_CMPXCHG_16B>,
1498                     TB, Requires<[HasCmpxchg16b]>;
1499 } // SchedRW
1500
1501
1502 // Lock instruction prefix
1503 def LOCK_PREFIX : I<0xF0, RawFrm, (outs),  (ins), "lock", []>;
1504
1505 // Rex64 instruction prefix
1506 def REX64_PREFIX : I<0x48, RawFrm, (outs),  (ins), "rex64", []>;
1507
1508 // Data16 instruction prefix
1509 def DATA16_PREFIX : I<0x66, RawFrm, (outs),  (ins), "data16", []>;
1510
1511 // Repeat string operation instruction prefixes
1512 // These uses the DF flag in the EFLAGS register to inc or dec ECX
1513 let Defs = [ECX], Uses = [ECX,EFLAGS] in {
1514 // Repeat (used with INS, OUTS, MOVS, LODS and STOS)
1515 def REP_PREFIX : I<0xF3, RawFrm, (outs),  (ins), "rep", []>;
1516 // Repeat while not equal (used with CMPS and SCAS)
1517 def REPNE_PREFIX : I<0xF2, RawFrm, (outs),  (ins), "repne", []>;
1518 }
1519
1520
1521 // String manipulation instructions
1522 let SchedRW = [WriteMicrocoded] in {
1523 def LODSB : I<0xAC, RawFrm, (outs), (ins), "lodsb", [], IIC_LODS>;
1524 def LODSW : I<0xAD, RawFrm, (outs), (ins), "lodsw", [], IIC_LODS>, OpSize;
1525 def LODSD : I<0xAD, RawFrm, (outs), (ins), "lods{l|d}", [], IIC_LODS>;
1526 def LODSQ : RI<0xAD, RawFrm, (outs), (ins), "lodsq", [], IIC_LODS>;
1527 }
1528
1529 let SchedRW = [WriteSystem] in {
1530 def OUTSB : I<0x6E, RawFrm, (outs), (ins), "outsb", [], IIC_OUTS>;
1531 def OUTSW : I<0x6F, RawFrm, (outs), (ins), "outsw", [], IIC_OUTS>, OpSize;
1532 def OUTSD : I<0x6F, RawFrm, (outs), (ins), "outs{l|d}", [], IIC_OUTS>;
1533 }
1534
1535 // Flag instructions
1536 let SchedRW = [WriteALU] in {
1537 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", [], IIC_CLC>;
1538 def STC : I<0xF9, RawFrm, (outs), (ins), "stc", [], IIC_STC>;
1539 def CLI : I<0xFA, RawFrm, (outs), (ins), "cli", [], IIC_CLI>;
1540 def STI : I<0xFB, RawFrm, (outs), (ins), "sti", [], IIC_STI>;
1541 def CLD : I<0xFC, RawFrm, (outs), (ins), "cld", [], IIC_CLD>;
1542 def STD : I<0xFD, RawFrm, (outs), (ins), "std", [], IIC_STD>;
1543 def CMC : I<0xF5, RawFrm, (outs), (ins), "cmc", [], IIC_CMC>;
1544
1545 def CLTS : I<0x06, RawFrm, (outs), (ins), "clts", [], IIC_CLTS>, TB;
1546 }
1547
1548 // Table lookup instructions
1549 def XLAT : I<0xD7, RawFrm, (outs), (ins), "xlatb", [], IIC_XLAT>,
1550            Sched<[WriteLoad]>;
1551
1552 let SchedRW = [WriteMicrocoded] in {
1553 // ASCII Adjust After Addition
1554 // sets AL, AH and CF and AF of EFLAGS and uses AL and AF of EFLAGS
1555 def AAA : I<0x37, RawFrm, (outs), (ins), "aaa", [], IIC_AAA>,
1556             Requires<[In32BitMode]>;
1557
1558 // ASCII Adjust AX Before Division
1559 // sets AL, AH and EFLAGS and uses AL and AH
1560 def AAD8i8 : Ii8<0xD5, RawFrm, (outs), (ins i8imm:$src),
1561                  "aad\t$src", [], IIC_AAD>, Requires<[In32BitMode]>;
1562
1563 // ASCII Adjust AX After Multiply
1564 // sets AL, AH and EFLAGS and uses AL
1565 def AAM8i8 : Ii8<0xD4, RawFrm, (outs), (ins i8imm:$src),
1566                  "aam\t$src", [], IIC_AAM>, Requires<[In32BitMode]>;
1567
1568 // ASCII Adjust AL After Subtraction - sets
1569 // sets AL, AH and CF and AF of EFLAGS and uses AL and AF of EFLAGS
1570 def AAS : I<0x3F, RawFrm, (outs), (ins), "aas", [], IIC_AAS>,
1571             Requires<[In32BitMode]>;
1572
1573 // Decimal Adjust AL after Addition
1574 // sets AL, CF and AF of EFLAGS and uses AL, CF and AF of EFLAGS
1575 def DAA : I<0x27, RawFrm, (outs), (ins), "daa", [], IIC_DAA>,
1576             Requires<[In32BitMode]>;
1577
1578 // Decimal Adjust AL after Subtraction
1579 // sets AL, CF and AF of EFLAGS and uses AL, CF and AF of EFLAGS
1580 def DAS : I<0x2F, RawFrm, (outs), (ins), "das", [], IIC_DAS>,
1581             Requires<[In32BitMode]>;
1582 } // SchedRW
1583
1584 let SchedRW = [WriteSystem] in {
1585 // Check Array Index Against Bounds
1586 def BOUNDS16rm : I<0x62, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
1587                    "bound\t{$src, $dst|$dst, $src}", [], IIC_BOUND>, OpSize,
1588                    Requires<[In32BitMode]>;
1589 def BOUNDS32rm : I<0x62, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
1590                    "bound\t{$src, $dst|$dst, $src}", [], IIC_BOUND>,
1591                    Requires<[In32BitMode]>;
1592
1593 // Adjust RPL Field of Segment Selector
1594 def ARPL16rr : I<0x63, MRMDestReg, (outs GR16:$dst), (ins GR16:$src),
1595                  "arpl\t{$src, $dst|$dst, $src}", [], IIC_ARPL_REG>,
1596                  Requires<[In32BitMode]>;
1597 def ARPL16mr : I<0x63, MRMDestMem, (outs), (ins i16mem:$dst, GR16:$src),
1598                  "arpl\t{$src, $dst|$dst, $src}", [], IIC_ARPL_MEM>,
1599                  Requires<[In32BitMode]>;
1600 } // SchedRW
1601
1602 //===----------------------------------------------------------------------===//
1603 // MOVBE Instructions
1604 //
1605 let Predicates = [HasMOVBE] in {
1606   let SchedRW = [WriteALULd] in {
1607   def MOVBE16rm : I<0xF0, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
1608                     "movbe{w}\t{$src, $dst|$dst, $src}",
1609                     [(set GR16:$dst, (bswap (loadi16 addr:$src)))], IIC_MOVBE>,
1610                     OpSize, T8;
1611   def MOVBE32rm : I<0xF0, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
1612                     "movbe{l}\t{$src, $dst|$dst, $src}",
1613                     [(set GR32:$dst, (bswap (loadi32 addr:$src)))], IIC_MOVBE>,
1614                     T8;
1615   def MOVBE64rm : RI<0xF0, MRMSrcMem, (outs GR64:$dst), (ins i64mem:$src),
1616                      "movbe{q}\t{$src, $dst|$dst, $src}",
1617                      [(set GR64:$dst, (bswap (loadi64 addr:$src)))], IIC_MOVBE>,
1618                      T8;
1619   }
1620   let SchedRW = [WriteStore] in {
1621   def MOVBE16mr : I<0xF1, MRMDestMem, (outs), (ins i16mem:$dst, GR16:$src),
1622                     "movbe{w}\t{$src, $dst|$dst, $src}",
1623                     [(store (bswap GR16:$src), addr:$dst)], IIC_MOVBE>,
1624                     OpSize, T8;
1625   def MOVBE32mr : I<0xF1, MRMDestMem, (outs), (ins i32mem:$dst, GR32:$src),
1626                     "movbe{l}\t{$src, $dst|$dst, $src}",
1627                     [(store (bswap GR32:$src), addr:$dst)], IIC_MOVBE>,
1628                     T8;
1629   def MOVBE64mr : RI<0xF1, MRMDestMem, (outs), (ins i64mem:$dst, GR64:$src),
1630                      "movbe{q}\t{$src, $dst|$dst, $src}",
1631                      [(store (bswap GR64:$src), addr:$dst)], IIC_MOVBE>,
1632                      T8;
1633   }
1634 }
1635
1636 //===----------------------------------------------------------------------===//
1637 // RDRAND Instruction
1638 //
1639 let Predicates = [HasRDRAND], Defs = [EFLAGS] in {
1640   def RDRAND16r : I<0xC7, MRM6r, (outs GR16:$dst), (ins),
1641                     "rdrand{w}\t$dst",
1642                     [(set GR16:$dst, EFLAGS, (X86rdrand))]>, OpSize, TB;
1643   def RDRAND32r : I<0xC7, MRM6r, (outs GR32:$dst), (ins),
1644                     "rdrand{l}\t$dst",
1645                     [(set GR32:$dst, EFLAGS, (X86rdrand))]>, TB;
1646   def RDRAND64r : RI<0xC7, MRM6r, (outs GR64:$dst), (ins),
1647                      "rdrand{q}\t$dst",
1648                      [(set GR64:$dst, EFLAGS, (X86rdrand))]>, TB;
1649 }
1650
1651 //===----------------------------------------------------------------------===//
1652 // RDSEED Instruction
1653 //
1654 let Predicates = [HasRDSEED], Defs = [EFLAGS] in {
1655   def RDSEED16r : I<0xC7, MRM7r, (outs GR16:$dst), (ins),
1656                     "rdseed{w}\t$dst",
1657                     [(set GR16:$dst, EFLAGS, (X86rdseed))]>, OpSize, TB;
1658   def RDSEED32r : I<0xC7, MRM7r, (outs GR32:$dst), (ins),
1659                     "rdseed{l}\t$dst",
1660                     [(set GR32:$dst, EFLAGS, (X86rdseed))]>, TB;
1661   def RDSEED64r : RI<0xC7, MRM7r, (outs GR64:$dst), (ins),
1662                      "rdseed{q}\t$dst",
1663                      [(set GR64:$dst, EFLAGS, (X86rdseed))]>, TB;
1664 }
1665
1666 //===----------------------------------------------------------------------===//
1667 // LZCNT Instruction
1668 //
1669 let Predicates = [HasLZCNT], Defs = [EFLAGS] in {
1670   def LZCNT16rr : I<0xBD, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src),
1671                     "lzcnt{w}\t{$src, $dst|$dst, $src}",
1672                     [(set GR16:$dst, (ctlz GR16:$src)), (implicit EFLAGS)]>, XS,
1673                     OpSize;
1674   def LZCNT16rm : I<0xBD, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
1675                     "lzcnt{w}\t{$src, $dst|$dst, $src}",
1676                     [(set GR16:$dst, (ctlz (loadi16 addr:$src))),
1677                      (implicit EFLAGS)]>, XS, OpSize;
1678
1679   def LZCNT32rr : I<0xBD, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src),
1680                     "lzcnt{l}\t{$src, $dst|$dst, $src}",
1681                     [(set GR32:$dst, (ctlz GR32:$src)), (implicit EFLAGS)]>, XS;
1682   def LZCNT32rm : I<0xBD, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
1683                     "lzcnt{l}\t{$src, $dst|$dst, $src}",
1684                     [(set GR32:$dst, (ctlz (loadi32 addr:$src))),
1685                      (implicit EFLAGS)]>, XS;
1686
1687   def LZCNT64rr : RI<0xBD, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src),
1688                      "lzcnt{q}\t{$src, $dst|$dst, $src}",
1689                      [(set GR64:$dst, (ctlz GR64:$src)), (implicit EFLAGS)]>,
1690                      XS;
1691   def LZCNT64rm : RI<0xBD, MRMSrcMem, (outs GR64:$dst), (ins i64mem:$src),
1692                      "lzcnt{q}\t{$src, $dst|$dst, $src}",
1693                      [(set GR64:$dst, (ctlz (loadi64 addr:$src))),
1694                       (implicit EFLAGS)]>, XS;
1695 }
1696
1697 //===----------------------------------------------------------------------===//
1698 // BMI Instructions
1699 //
1700 let Predicates = [HasBMI], Defs = [EFLAGS] in {
1701   def TZCNT16rr : I<0xBC, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src),
1702                     "tzcnt{w}\t{$src, $dst|$dst, $src}",
1703                     [(set GR16:$dst, (cttz GR16:$src)), (implicit EFLAGS)]>, XS,
1704                     OpSize;
1705   def TZCNT16rm : I<0xBC, MRMSrcMem, (outs GR16:$dst), (ins i16mem:$src),
1706                     "tzcnt{w}\t{$src, $dst|$dst, $src}",
1707                     [(set GR16:$dst, (cttz (loadi16 addr:$src))),
1708                      (implicit EFLAGS)]>, XS, OpSize;
1709
1710   def TZCNT32rr : I<0xBC, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src),
1711                     "tzcnt{l}\t{$src, $dst|$dst, $src}",
1712                     [(set GR32:$dst, (cttz GR32:$src)), (implicit EFLAGS)]>, XS;
1713   def TZCNT32rm : I<0xBC, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
1714                     "tzcnt{l}\t{$src, $dst|$dst, $src}",
1715                     [(set GR32:$dst, (cttz (loadi32 addr:$src))),
1716                      (implicit EFLAGS)]>, XS;
1717
1718   def TZCNT64rr : RI<0xBC, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src),
1719                      "tzcnt{q}\t{$src, $dst|$dst, $src}",
1720                      [(set GR64:$dst, (cttz GR64:$src)), (implicit EFLAGS)]>,
1721                      XS;
1722   def TZCNT64rm : RI<0xBC, MRMSrcMem, (outs GR64:$dst), (ins i64mem:$src),
1723                      "tzcnt{q}\t{$src, $dst|$dst, $src}",
1724                      [(set GR64:$dst, (cttz (loadi64 addr:$src))),
1725                       (implicit EFLAGS)]>, XS;
1726 }
1727
1728 multiclass bmi_bls<string mnemonic, Format RegMRM, Format MemMRM,
1729                   RegisterClass RC, X86MemOperand x86memop, SDNode OpNode,
1730                   PatFrag ld_frag> {
1731   def rr : I<0xF3, RegMRM, (outs RC:$dst), (ins RC:$src),
1732              !strconcat(mnemonic, "\t{$src, $dst|$dst, $src}"),
1733              [(set RC:$dst, (OpNode RC:$src)), (implicit EFLAGS)]>, T8, VEX_4V;
1734   def rm : I<0xF3, MemMRM, (outs RC:$dst), (ins x86memop:$src),
1735              !strconcat(mnemonic, "\t{$src, $dst|$dst, $src}"),
1736              [(set RC:$dst, (OpNode (ld_frag addr:$src))), (implicit EFLAGS)]>,
1737              T8, VEX_4V;
1738 }
1739
1740 let Predicates = [HasBMI], Defs = [EFLAGS] in {
1741   defm BLSR32 : bmi_bls<"blsr{l}", MRM1r, MRM1m, GR32, i32mem,
1742                         X86blsr, loadi32>;
1743   defm BLSR64 : bmi_bls<"blsr{q}", MRM1r, MRM1m, GR64, i64mem,
1744                         X86blsr, loadi64>, VEX_W;
1745   defm BLSMSK32 : bmi_bls<"blsmsk{l}", MRM2r, MRM2m, GR32, i32mem,
1746                           X86blsmsk, loadi32>;
1747   defm BLSMSK64 : bmi_bls<"blsmsk{q}", MRM2r, MRM2m, GR64, i64mem,
1748                           X86blsmsk, loadi64>, VEX_W;
1749   defm BLSI32 : bmi_bls<"blsi{l}", MRM3r, MRM3m, GR32, i32mem,
1750                         X86blsi, loadi32>;
1751   defm BLSI64 : bmi_bls<"blsi{q}", MRM3r, MRM3m, GR64, i64mem,
1752                         X86blsi, loadi64>, VEX_W;
1753 }
1754
1755 multiclass bmi_bextr_bzhi<bits<8> opc, string mnemonic, RegisterClass RC,
1756                           X86MemOperand x86memop, Intrinsic Int,
1757                           PatFrag ld_frag> {
1758   def rr : I<opc, MRMSrcReg, (outs RC:$dst), (ins RC:$src1, RC:$src2),
1759              !strconcat(mnemonic, "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),
1760              [(set RC:$dst, (Int RC:$src1, RC:$src2)), (implicit EFLAGS)]>,
1761              T8, VEX_4VOp3;
1762   def rm : I<opc, MRMSrcMem, (outs RC:$dst), (ins x86memop:$src1, RC:$src2),
1763              !strconcat(mnemonic, "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),
1764              [(set RC:$dst, (Int (ld_frag addr:$src1), RC:$src2)),
1765               (implicit EFLAGS)]>, T8, VEX_4VOp3;
1766 }
1767
1768 let Predicates = [HasBMI], Defs = [EFLAGS] in {
1769   defm BEXTR32 : bmi_bextr_bzhi<0xF7, "bextr{l}", GR32, i32mem,
1770                                 int_x86_bmi_bextr_32, loadi32>;
1771   defm BEXTR64 : bmi_bextr_bzhi<0xF7, "bextr{q}", GR64, i64mem,
1772                                 int_x86_bmi_bextr_64, loadi64>, VEX_W;
1773 }
1774
1775 let Predicates = [HasBMI2], Defs = [EFLAGS] in {
1776   defm BZHI32 : bmi_bextr_bzhi<0xF5, "bzhi{l}", GR32, i32mem,
1777                                int_x86_bmi_bzhi_32, loadi32>;
1778   defm BZHI64 : bmi_bextr_bzhi<0xF5, "bzhi{q}", GR64, i64mem,
1779                                int_x86_bmi_bzhi_64, loadi64>, VEX_W;
1780 }
1781
1782 multiclass bmi_pdep_pext<string mnemonic, RegisterClass RC,
1783                          X86MemOperand x86memop, Intrinsic Int,
1784                          PatFrag ld_frag> {
1785   def rr : I<0xF5, MRMSrcReg, (outs RC:$dst), (ins RC:$src1, RC:$src2),
1786              !strconcat(mnemonic, "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),
1787              [(set RC:$dst, (Int RC:$src1, RC:$src2))]>,
1788              VEX_4V;
1789   def rm : I<0xF5, MRMSrcMem, (outs RC:$dst), (ins RC:$src1, x86memop:$src2),
1790              !strconcat(mnemonic, "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),
1791              [(set RC:$dst, (Int RC:$src1, (ld_frag addr:$src2)))]>, VEX_4V;
1792 }
1793
1794 let Predicates = [HasBMI2] in {
1795   defm PDEP32 : bmi_pdep_pext<"pdep{l}", GR32, i32mem,
1796                                int_x86_bmi_pdep_32, loadi32>, T8XD;
1797   defm PDEP64 : bmi_pdep_pext<"pdep{q}", GR64, i64mem,
1798                                int_x86_bmi_pdep_64, loadi64>, T8XD, VEX_W;
1799   defm PEXT32 : bmi_pdep_pext<"pext{l}", GR32, i32mem,
1800                                int_x86_bmi_pext_32, loadi32>, T8XS;
1801   defm PEXT64 : bmi_pdep_pext<"pext{q}", GR64, i64mem,
1802                                int_x86_bmi_pext_64, loadi64>, T8XS, VEX_W;
1803 }
1804
1805 //===----------------------------------------------------------------------===//
1806 // Subsystems.
1807 //===----------------------------------------------------------------------===//
1808
1809 include "X86InstrArithmetic.td"
1810 include "X86InstrCMovSetCC.td"
1811 include "X86InstrExtension.td"
1812 include "X86InstrControl.td"
1813 include "X86InstrShiftRotate.td"
1814
1815 // X87 Floating Point Stack.
1816 include "X86InstrFPStack.td"
1817
1818 // SIMD support (SSE, MMX and AVX)
1819 include "X86InstrFragmentsSIMD.td"
1820
1821 // FMA - Fused Multiply-Add support (requires FMA)
1822 include "X86InstrFMA.td"
1823
1824 // XOP
1825 include "X86InstrXOP.td"
1826
1827 // SSE, MMX and 3DNow! vector support.
1828 include "X86InstrSSE.td"
1829 include "X86InstrMMX.td"
1830 include "X86Instr3DNow.td"
1831
1832 include "X86InstrVMX.td"
1833 include "X86InstrSVM.td"
1834
1835 include "X86InstrTSX.td"
1836
1837 // System instructions.
1838 include "X86InstrSystem.td"
1839
1840 // Compiler Pseudo Instructions and Pat Patterns
1841 include "X86InstrCompiler.td"
1842
1843 //===----------------------------------------------------------------------===//
1844 // Assembler Mnemonic Aliases
1845 //===----------------------------------------------------------------------===//
1846
1847 def : MnemonicAlias<"call", "calll", "att">, Requires<[In32BitMode]>;
1848 def : MnemonicAlias<"call", "callq", "att">, Requires<[In64BitMode]>;
1849
1850 def : MnemonicAlias<"cbw",  "cbtw", "att">;
1851 def : MnemonicAlias<"cwde", "cwtl", "att">;
1852 def : MnemonicAlias<"cwd",  "cwtd", "att">;
1853 def : MnemonicAlias<"cdq",  "cltd", "att">;
1854 def : MnemonicAlias<"cdqe", "cltq", "att">;
1855 def : MnemonicAlias<"cqo",  "cqto", "att">;
1856
1857 // lret maps to lretl, it is not ambiguous with lretq.
1858 def : MnemonicAlias<"lret", "lretl", "att">;
1859
1860 def : MnemonicAlias<"leavel", "leave", "att">, Requires<[In32BitMode]>;
1861 def : MnemonicAlias<"leaveq", "leave", "att">, Requires<[In64BitMode]>;
1862
1863 def : MnemonicAlias<"loopz",  "loope",  "att">;
1864 def : MnemonicAlias<"loopnz", "loopne", "att">;
1865
1866 def : MnemonicAlias<"pop",   "popl",  "att">, Requires<[In32BitMode]>;
1867 def : MnemonicAlias<"pop",   "popq",  "att">, Requires<[In64BitMode]>;
1868 def : MnemonicAlias<"popf",  "popfl", "att">, Requires<[In32BitMode]>;
1869 def : MnemonicAlias<"popf",  "popfq", "att">, Requires<[In64BitMode]>;
1870 def : MnemonicAlias<"popfd", "popfl", "att">;
1871
1872 // FIXME: This is wrong for "push reg".  "push %bx" should turn into pushw in
1873 // all modes.  However: "push (addr)" and "push $42" should default to
1874 // pushl/pushq depending on the current mode.  Similar for "pop %bx"
1875 def : MnemonicAlias<"push",   "pushl",  "att">, Requires<[In32BitMode]>;
1876 def : MnemonicAlias<"push",   "pushq",  "att">, Requires<[In64BitMode]>;
1877 def : MnemonicAlias<"pushf",  "pushfl", "att">, Requires<[In32BitMode]>;
1878 def : MnemonicAlias<"pushf",  "pushfq", "att">, Requires<[In64BitMode]>;
1879 def : MnemonicAlias<"pushfd", "pushfl", "att">;
1880
1881 def : MnemonicAlias<"popad",   "popa", "intel">, Requires<[In32BitMode]>;
1882 def : MnemonicAlias<"pushad",  "pusha", "intel">, Requires<[In32BitMode]>;
1883
1884 def : MnemonicAlias<"repe",  "rep",   "att">;
1885 def : MnemonicAlias<"repz",  "rep",   "att">;
1886 def : MnemonicAlias<"repnz", "repne", "att">;
1887
1888 def : MnemonicAlias<"retl", "ret", "att">, Requires<[In32BitMode]>;
1889 def : MnemonicAlias<"retq", "ret", "att">, Requires<[In64BitMode]>;
1890
1891 def : MnemonicAlias<"salb", "shlb", "att">;
1892 def : MnemonicAlias<"salw", "shlw", "att">;
1893 def : MnemonicAlias<"sall", "shll", "att">;
1894 def : MnemonicAlias<"salq", "shlq", "att">;
1895
1896 def : MnemonicAlias<"smovb", "movsb", "att">;
1897 def : MnemonicAlias<"smovw", "movsw", "att">;
1898 def : MnemonicAlias<"smovl", "movsl", "att">;
1899 def : MnemonicAlias<"smovq", "movsq", "att">;
1900
1901 def : MnemonicAlias<"ud2a",  "ud2",  "att">;
1902 def : MnemonicAlias<"verrw", "verr", "att">;
1903
1904 // System instruction aliases.
1905 def : MnemonicAlias<"iret",    "iretl",    "att">;
1906 def : MnemonicAlias<"sysret",  "sysretl",  "att">;
1907 def : MnemonicAlias<"sysexit", "sysexitl", "att">;
1908
1909 def : MnemonicAlias<"lgdtl", "lgdt", "att">, Requires<[In32BitMode]>;
1910 def : MnemonicAlias<"lgdtq", "lgdt", "att">, Requires<[In64BitMode]>;
1911 def : MnemonicAlias<"lidtl", "lidt", "att">, Requires<[In32BitMode]>;
1912 def : MnemonicAlias<"lidtq", "lidt", "att">, Requires<[In64BitMode]>;
1913 def : MnemonicAlias<"sgdtl", "sgdt", "att">, Requires<[In32BitMode]>;
1914 def : MnemonicAlias<"sgdtq", "sgdt", "att">, Requires<[In64BitMode]>;
1915 def : MnemonicAlias<"sidtl", "sidt", "att">, Requires<[In32BitMode]>;
1916 def : MnemonicAlias<"sidtq", "sidt", "att">, Requires<[In64BitMode]>;
1917
1918
1919 // Floating point stack aliases.
1920 def : MnemonicAlias<"fcmovz",   "fcmove",   "att">;
1921 def : MnemonicAlias<"fcmova",   "fcmovnbe", "att">;
1922 def : MnemonicAlias<"fcmovnae", "fcmovb",   "att">;
1923 def : MnemonicAlias<"fcmovna",  "fcmovbe",  "att">;
1924 def : MnemonicAlias<"fcmovae",  "fcmovnb",  "att">;
1925 def : MnemonicAlias<"fcomip",   "fcompi",   "att">;
1926 def : MnemonicAlias<"fildq",    "fildll",   "att">;
1927 def : MnemonicAlias<"fistpq",   "fistpll",  "att">;
1928 def : MnemonicAlias<"fisttpq",  "fisttpll", "att">;
1929 def : MnemonicAlias<"fldcww",   "fldcw",    "att">;
1930 def : MnemonicAlias<"fnstcww",  "fnstcw",   "att">;
1931 def : MnemonicAlias<"fnstsww",  "fnstsw",   "att">;
1932 def : MnemonicAlias<"fucomip",  "fucompi",  "att">;
1933 def : MnemonicAlias<"fwait",    "wait",     "att">;
1934
1935
1936 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond,
1937                     string VariantName>
1938   : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),
1939                   !strconcat(Prefix, NewCond, Suffix), VariantName>;
1940
1941 /// IntegerCondCodeMnemonicAlias - This multiclass defines a bunch of
1942 /// MnemonicAlias's that canonicalize the condition code in a mnemonic, for
1943 /// example "setz" -> "sete".
1944 multiclass IntegerCondCodeMnemonicAlias<string Prefix, string Suffix,
1945                                         string V = ""> {
1946   def C   : CondCodeAlias<Prefix, Suffix, "c",   "b",  V>; // setc   -> setb
1947   def Z   : CondCodeAlias<Prefix, Suffix, "z" ,  "e",  V>; // setz   -> sete
1948   def NA  : CondCodeAlias<Prefix, Suffix, "na",  "be", V>; // setna  -> setbe
1949   def NB  : CondCodeAlias<Prefix, Suffix, "nb",  "ae", V>; // setnb  -> setae
1950   def NC  : CondCodeAlias<Prefix, Suffix, "nc",  "ae", V>; // setnc  -> setae
1951   def NG  : CondCodeAlias<Prefix, Suffix, "ng",  "le", V>; // setng  -> setle
1952   def NL  : CondCodeAlias<Prefix, Suffix, "nl",  "ge", V>; // setnl  -> setge
1953   def NZ  : CondCodeAlias<Prefix, Suffix, "nz",  "ne", V>; // setnz  -> setne
1954   def PE  : CondCodeAlias<Prefix, Suffix, "pe",  "p",  V>; // setpe  -> setp
1955   def PO  : CondCodeAlias<Prefix, Suffix, "po",  "np", V>; // setpo  -> setnp
1956
1957   def NAE : CondCodeAlias<Prefix, Suffix, "nae", "b",  V>; // setnae -> setb
1958   def NBE : CondCodeAlias<Prefix, Suffix, "nbe", "a",  V>; // setnbe -> seta
1959   def NGE : CondCodeAlias<Prefix, Suffix, "nge", "l",  V>; // setnge -> setl
1960   def NLE : CondCodeAlias<Prefix, Suffix, "nle", "g",  V>; // setnle -> setg
1961 }
1962
1963 // Aliases for set<CC>
1964 defm : IntegerCondCodeMnemonicAlias<"set", "">;
1965 // Aliases for j<CC>
1966 defm : IntegerCondCodeMnemonicAlias<"j", "">;
1967 // Aliases for cmov<CC>{w,l,q}
1968 defm : IntegerCondCodeMnemonicAlias<"cmov", "w", "att">;
1969 defm : IntegerCondCodeMnemonicAlias<"cmov", "l", "att">;
1970 defm : IntegerCondCodeMnemonicAlias<"cmov", "q", "att">;
1971 // No size suffix for intel-style asm.
1972 defm : IntegerCondCodeMnemonicAlias<"cmov", "", "intel">;
1973
1974
1975 //===----------------------------------------------------------------------===//
1976 // Assembler Instruction Aliases
1977 //===----------------------------------------------------------------------===//
1978
1979 // aad/aam default to base 10 if no operand is specified.
1980 def : InstAlias<"aad", (AAD8i8 10)>;
1981 def : InstAlias<"aam", (AAM8i8 10)>;
1982
1983 // Disambiguate the mem/imm form of bt-without-a-suffix as btl.
1984 def : InstAlias<"bt {$imm, $mem|$mem, $imm}",
1985                 (BT32mi8 i32mem:$mem, i32i8imm:$imm), 0>;
1986
1987 // clr aliases.
1988 def : InstAlias<"clrb $reg", (XOR8rr  GR8 :$reg, GR8 :$reg)>;
1989 def : InstAlias<"clrw $reg", (XOR16rr GR16:$reg, GR16:$reg)>;
1990 def : InstAlias<"clrl $reg", (XOR32rr GR32:$reg, GR32:$reg)>;
1991 def : InstAlias<"clrq $reg", (XOR64rr GR64:$reg, GR64:$reg)>;
1992
1993 // div and idiv aliases for explicit A register.
1994 def : InstAlias<"div{b}\t{$src, %al|AL, $src}", (DIV8r  GR8 :$src)>;
1995 def : InstAlias<"div{w}\t{$src, %ax|AX, $src}", (DIV16r GR16:$src)>;
1996 def : InstAlias<"div{l}\t{$src, %eax|EAX, $src}", (DIV32r GR32:$src)>;
1997 def : InstAlias<"div{q}\t{$src, %rax|RAX, $src}", (DIV64r GR64:$src)>;
1998 def : InstAlias<"div{b}\t{$src, %al|AL, $src}", (DIV8m  i8mem :$src)>;
1999 def : InstAlias<"div{w}\t{$src, %ax|AX, $src}", (DIV16m i16mem:$src)>;
2000 def : InstAlias<"div{l}\t{$src, %eax|EAX, $src}", (DIV32m i32mem:$src)>;
2001 def : InstAlias<"div{q}\t{$src, %rax|RAX, $src}", (DIV64m i64mem:$src)>;
2002 def : InstAlias<"idiv{b}\t{$src, %al|AL, $src}", (IDIV8r  GR8 :$src)>;
2003 def : InstAlias<"idiv{w}\t{$src, %ax|AX, $src}", (IDIV16r GR16:$src)>;
2004 def : InstAlias<"idiv{l}\t{$src, %eax|EAX, $src}", (IDIV32r GR32:$src)>;
2005 def : InstAlias<"idiv{q}\t{$src, %rax|RAX, $src}", (IDIV64r GR64:$src)>;
2006 def : InstAlias<"idiv{b}\t{$src, %al|AL, $src}", (IDIV8m  i8mem :$src)>;
2007 def : InstAlias<"idiv{w}\t{$src, %ax|AX, $src}", (IDIV16m i16mem:$src)>;
2008 def : InstAlias<"idiv{l}\t{$src, %eax|EAX, $src}", (IDIV32m i32mem:$src)>;
2009 def : InstAlias<"idiv{q}\t{$src, %rax|RAX, $src}", (IDIV64m i64mem:$src)>;
2010
2011
2012
2013 // Various unary fpstack operations default to operating on on ST1.
2014 // For example, "fxch" -> "fxch %st(1)"
2015 def : InstAlias<"faddp",        (ADD_FPrST0  ST1), 0>;
2016 def : InstAlias<"fsubp",        (SUBR_FPrST0 ST1), 0>;
2017 def : InstAlias<"fsubrp",       (SUB_FPrST0  ST1), 0>;
2018 def : InstAlias<"fmulp",        (MUL_FPrST0  ST1), 0>;
2019 def : InstAlias<"fdivp",        (DIVR_FPrST0 ST1), 0>;
2020 def : InstAlias<"fdivrp",       (DIV_FPrST0  ST1), 0>;
2021 def : InstAlias<"fxch",         (XCH_F       ST1), 0>;
2022 def : InstAlias<"fcom",         (COM_FST0r   ST1), 0>;
2023 def : InstAlias<"fcomp",        (COMP_FST0r  ST1), 0>;
2024 def : InstAlias<"fcomi",        (COM_FIr     ST1), 0>;
2025 def : InstAlias<"fcompi",       (COM_FIPr    ST1), 0>;
2026 def : InstAlias<"fucom",        (UCOM_Fr     ST1), 0>;
2027 def : InstAlias<"fucomp",       (UCOM_FPr    ST1), 0>;
2028 def : InstAlias<"fucomi",       (UCOM_FIr    ST1), 0>;
2029 def : InstAlias<"fucompi",      (UCOM_FIPr   ST1), 0>;
2030
2031 // Handle fmul/fadd/fsub/fdiv instructions with explicitly written st(0) op.
2032 // For example, "fadd %st(4), %st(0)" -> "fadd %st(4)".  We also disambiguate
2033 // instructions like "fadd %st(0), %st(0)" as "fadd %st(0)" for consistency with
2034 // gas.
2035 multiclass FpUnaryAlias<string Mnemonic, Instruction Inst, bit EmitAlias = 1> {
2036  def : InstAlias<!strconcat(Mnemonic, "\t{$op, %st(0)|ST(0), $op}"),
2037                  (Inst RST:$op), EmitAlias>;
2038  def : InstAlias<!strconcat(Mnemonic, "\t{%st(0), %st(0)|ST(0), ST(0)}"),
2039                  (Inst ST0), EmitAlias>;
2040 }
2041
2042 defm : FpUnaryAlias<"fadd",   ADD_FST0r>;
2043 defm : FpUnaryAlias<"faddp",  ADD_FPrST0, 0>;
2044 defm : FpUnaryAlias<"fsub",   SUB_FST0r>;
2045 defm : FpUnaryAlias<"fsubp",  SUBR_FPrST0>;
2046 defm : FpUnaryAlias<"fsubr",  SUBR_FST0r>;
2047 defm : FpUnaryAlias<"fsubrp", SUB_FPrST0>;
2048 defm : FpUnaryAlias<"fmul",   MUL_FST0r>;
2049 defm : FpUnaryAlias<"fmulp",  MUL_FPrST0>;
2050 defm : FpUnaryAlias<"fdiv",   DIV_FST0r>;
2051 defm : FpUnaryAlias<"fdivp",  DIVR_FPrST0>;
2052 defm : FpUnaryAlias<"fdivr",  DIVR_FST0r>;
2053 defm : FpUnaryAlias<"fdivrp", DIV_FPrST0>;
2054 defm : FpUnaryAlias<"fcomi",   COM_FIr, 0>;
2055 defm : FpUnaryAlias<"fucomi",  UCOM_FIr, 0>;
2056 defm : FpUnaryAlias<"fcompi",   COM_FIPr>;
2057 defm : FpUnaryAlias<"fucompi",  UCOM_FIPr>;
2058
2059
2060 // Handle "f{mulp,addp} st(0), $op" the same as "f{mulp,addp} $op", since they
2061 // commute.  We also allow fdiv[r]p/fsubrp even though they don't commute,
2062 // solely because gas supports it.
2063 def : InstAlias<"faddp\t{%st(0), $op|$op, ST(0)}", (ADD_FPrST0 RST:$op), 0>;
2064 def : InstAlias<"fmulp\t{%st(0), $op|$op, ST(0)}", (MUL_FPrST0 RST:$op)>;
2065 def : InstAlias<"fsub{|r}p\t{%st(0), $op|$op, ST(0)}", (SUBR_FPrST0 RST:$op)>;
2066 def : InstAlias<"fsub{r|}p\t{%st(0), $op|$op, ST(0)}", (SUB_FPrST0 RST:$op)>;
2067 def : InstAlias<"fdiv{|r}p\t{%st(0), $op|$op, ST(0)}", (DIVR_FPrST0 RST:$op)>;
2068 def : InstAlias<"fdiv{r|}p\t{%st(0), $op|$op, ST(0)}", (DIV_FPrST0 RST:$op)>;
2069
2070 // We accept "fnstsw %eax" even though it only writes %ax.
2071 def : InstAlias<"fnstsw\t{%eax|EAX}", (FNSTSW16r)>;
2072 def : InstAlias<"fnstsw\t{%al|AL}" , (FNSTSW16r)>;
2073 def : InstAlias<"fnstsw"     , (FNSTSW16r)>;
2074
2075 // lcall and ljmp aliases.  This seems to be an odd mapping in 64-bit mode, but
2076 // this is compatible with what GAS does.
2077 def : InstAlias<"lcall $seg, $off", (FARCALL32i i32imm:$off, i16imm:$seg)>;
2078 def : InstAlias<"ljmp $seg, $off",  (FARJMP32i  i32imm:$off, i16imm:$seg)>;
2079 def : InstAlias<"lcall *$dst",      (FARCALL32m opaque48mem:$dst)>;
2080 def : InstAlias<"ljmp *$dst",       (FARJMP32m  opaque48mem:$dst)>;
2081
2082 // "imul <imm>, B" is an alias for "imul <imm>, B, B".
2083 def : InstAlias<"imulw $imm, $r", (IMUL16rri  GR16:$r, GR16:$r, i16imm:$imm)>;
2084 def : InstAlias<"imulw $imm, $r", (IMUL16rri8 GR16:$r, GR16:$r, i16i8imm:$imm)>;
2085 def : InstAlias<"imull $imm, $r", (IMUL32rri  GR32:$r, GR32:$r, i32imm:$imm)>;
2086 def : InstAlias<"imull $imm, $r", (IMUL32rri8 GR32:$r, GR32:$r, i32i8imm:$imm)>;
2087 def : InstAlias<"imulq $imm, $r",(IMUL64rri32 GR64:$r, GR64:$r,i64i32imm:$imm)>;
2088 def : InstAlias<"imulq $imm, $r", (IMUL64rri8 GR64:$r, GR64:$r, i64i8imm:$imm)>;
2089
2090 // inb %dx -> inb %al, %dx
2091 def : InstAlias<"inb\t{%dx|DX}", (IN8rr), 0>;
2092 def : InstAlias<"inw\t{%dx|DX}", (IN16rr), 0>;
2093 def : InstAlias<"inl\t{%dx|DX}", (IN32rr), 0>;
2094 def : InstAlias<"inb\t$port", (IN8ri i8imm:$port), 0>;
2095 def : InstAlias<"inw\t$port", (IN16ri i8imm:$port), 0>;
2096 def : InstAlias<"inl\t$port", (IN32ri i8imm:$port), 0>;
2097
2098
2099 // jmp and call aliases for lcall and ljmp.  jmp $42,$5 -> ljmp
2100 def : InstAlias<"call $seg, $off",  (FARCALL32i i32imm:$off, i16imm:$seg)>;
2101 def : InstAlias<"jmp $seg, $off",   (FARJMP32i  i32imm:$off, i16imm:$seg)>;
2102 def : InstAlias<"callw $seg, $off", (FARCALL16i i16imm:$off, i16imm:$seg)>;
2103 def : InstAlias<"jmpw $seg, $off",  (FARJMP16i  i16imm:$off, i16imm:$seg)>;
2104 def : InstAlias<"calll $seg, $off", (FARCALL32i i32imm:$off, i16imm:$seg)>;
2105 def : InstAlias<"jmpl $seg, $off",  (FARJMP32i  i32imm:$off, i16imm:$seg)>;
2106
2107 // Force mov without a suffix with a segment and mem to prefer the 'l' form of
2108 // the move.  All segment/mem forms are equivalent, this has the shortest
2109 // encoding.
2110 def : InstAlias<"mov $mem, $seg", (MOV32sm SEGMENT_REG:$seg, i32mem:$mem)>;
2111 def : InstAlias<"mov $seg, $mem", (MOV32ms i32mem:$mem, SEGMENT_REG:$seg)>;
2112
2113 // Match 'movq <largeimm>, <reg>' as an alias for movabsq.
2114 def : InstAlias<"movq $imm, $reg", (MOV64ri GR64:$reg, i64imm:$imm)>;
2115
2116 // Match 'movq GR64, MMX' as an alias for movd.
2117 def : InstAlias<"movq $src, $dst",
2118                 (MMX_MOVD64to64rr VR64:$dst, GR64:$src), 0>;
2119 def : InstAlias<"movq $src, $dst",
2120                 (MMX_MOVD64from64rr GR64:$dst, VR64:$src), 0>;
2121
2122 // movsd with no operands (as opposed to the SSE scalar move of a double) is an
2123 // alias for movsl. (as in rep; movsd)
2124 def : InstAlias<"movsd", (MOVSD)>;
2125
2126 // movsx aliases
2127 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>;
2128 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8 GR16:$dst, i8mem:$src), 0>;
2129 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8:$src), 0>;
2130 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16:$src), 0>;
2131 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8:$src), 0>;
2132 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16:$src), 0>;
2133 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32:$src), 0>;
2134
2135 // movzx aliases
2136 def : InstAlias<"movzx $src, $dst", (MOVZX16rr8 GR16:$dst, GR8:$src), 0>;
2137 def : InstAlias<"movzx $src, $dst", (MOVZX16rm8 GR16:$dst, i8mem:$src), 0>;
2138 def : InstAlias<"movzx $src, $dst", (MOVZX32rr8 GR32:$dst, GR8:$src), 0>;
2139 def : InstAlias<"movzx $src, $dst", (MOVZX32rr16 GR32:$dst, GR16:$src), 0>;
2140 def : InstAlias<"movzx $src, $dst", (MOVZX64rr8_Q GR64:$dst, GR8:$src), 0>;
2141 def : InstAlias<"movzx $src, $dst", (MOVZX64rr16_Q GR64:$dst, GR16:$src), 0>;
2142 // Note: No GR32->GR64 movzx form.
2143
2144 // outb %dx -> outb %al, %dx
2145 def : InstAlias<"outb\t{%dx|DX}", (OUT8rr), 0>;
2146 def : InstAlias<"outw\t{%dx|DX}", (OUT16rr), 0>;
2147 def : InstAlias<"outl\t{%dx|DX}", (OUT32rr), 0>;
2148 def : InstAlias<"outb\t$port", (OUT8ir i8imm:$port), 0>;
2149 def : InstAlias<"outw\t$port", (OUT16ir i8imm:$port), 0>;
2150 def : InstAlias<"outl\t$port", (OUT32ir i8imm:$port), 0>;
2151
2152 // 'sldt <mem>' can be encoded with either sldtw or sldtq with the same
2153 // effect (both store to a 16-bit mem).  Force to sldtw to avoid ambiguity
2154 // errors, since its encoding is the most compact.
2155 def : InstAlias<"sldt $mem", (SLDT16m i16mem:$mem)>;
2156
2157 // shld/shrd op,op -> shld op, op, CL
2158 def : InstAlias<"shldw $r2, $r1", (SHLD16rrCL GR16:$r1, GR16:$r2)>;
2159 def : InstAlias<"shldl $r2, $r1", (SHLD32rrCL GR32:$r1, GR32:$r2)>;
2160 def : InstAlias<"shldq $r2, $r1", (SHLD64rrCL GR64:$r1, GR64:$r2)>;
2161 def : InstAlias<"shrdw $r2, $r1", (SHRD16rrCL GR16:$r1, GR16:$r2)>;
2162 def : InstAlias<"shrdl $r2, $r1", (SHRD32rrCL GR32:$r1, GR32:$r2)>;
2163 def : InstAlias<"shrdq $r2, $r1", (SHRD64rrCL GR64:$r1, GR64:$r2)>;
2164
2165 def : InstAlias<"shldw $reg, $mem", (SHLD16mrCL i16mem:$mem, GR16:$reg)>;
2166 def : InstAlias<"shldl $reg, $mem", (SHLD32mrCL i32mem:$mem, GR32:$reg)>;
2167 def : InstAlias<"shldq $reg, $mem", (SHLD64mrCL i64mem:$mem, GR64:$reg)>;
2168 def : InstAlias<"shrdw $reg, $mem", (SHRD16mrCL i16mem:$mem, GR16:$reg)>;
2169 def : InstAlias<"shrdl $reg, $mem", (SHRD32mrCL i32mem:$mem, GR32:$reg)>;
2170 def : InstAlias<"shrdq $reg, $mem", (SHRD64mrCL i64mem:$mem, GR64:$reg)>;
2171
2172 /*  FIXME: This is disabled because the asm matcher is currently incapable of
2173  *  matching a fixed immediate like $1.
2174 // "shl X, $1" is an alias for "shl X".
2175 multiclass ShiftRotateByOneAlias<string Mnemonic, string Opc> {
2176  def : InstAlias<!strconcat(Mnemonic, "b $op, $$1"),
2177                  (!cast<Instruction>(!strconcat(Opc, "8r1")) GR8:$op)>;
2178  def : InstAlias<!strconcat(Mnemonic, "w $op, $$1"),
2179                  (!cast<Instruction>(!strconcat(Opc, "16r1")) GR16:$op)>;
2180  def : InstAlias<!strconcat(Mnemonic, "l $op, $$1"),
2181                  (!cast<Instruction>(!strconcat(Opc, "32r1")) GR32:$op)>;
2182  def : InstAlias<!strconcat(Mnemonic, "q $op, $$1"),
2183                  (!cast<Instruction>(!strconcat(Opc, "64r1")) GR64:$op)>;
2184  def : InstAlias<!strconcat(Mnemonic, "b $op, $$1"),
2185                  (!cast<Instruction>(!strconcat(Opc, "8m1")) i8mem:$op)>;
2186  def : InstAlias<!strconcat(Mnemonic, "w $op, $$1"),
2187                  (!cast<Instruction>(!strconcat(Opc, "16m1")) i16mem:$op)>;
2188  def : InstAlias<!strconcat(Mnemonic, "l $op, $$1"),
2189                  (!cast<Instruction>(!strconcat(Opc, "32m1")) i32mem:$op)>;
2190  def : InstAlias<!strconcat(Mnemonic, "q $op, $$1"),
2191                  (!cast<Instruction>(!strconcat(Opc, "64m1")) i64mem:$op)>;
2192 }
2193
2194 defm : ShiftRotateByOneAlias<"rcl", "RCL">;
2195 defm : ShiftRotateByOneAlias<"rcr", "RCR">;
2196 defm : ShiftRotateByOneAlias<"rol", "ROL">;
2197 defm : ShiftRotateByOneAlias<"ror", "ROR">;
2198 FIXME */
2199
2200 // test: We accept "testX <reg>, <mem>" and "testX <mem>, <reg>" as synonyms.
2201 def : InstAlias<"test{b}\t{$val, $mem|$mem, $val}", (TEST8rm  GR8 :$val, i8mem :$mem)>;
2202 def : InstAlias<"test{w}\t{$val, $mem|$mem, $val}", (TEST16rm GR16:$val, i16mem:$mem)>;
2203 def : InstAlias<"test{l}\t{$val, $mem|$mem, $val}", (TEST32rm GR32:$val, i32mem:$mem)>;
2204 def : InstAlias<"test{q}\t{$val, $mem|$mem, $val}", (TEST64rm GR64:$val, i64mem:$mem)>;
2205
2206 // xchg: We accept "xchgX <reg>, <mem>" and "xchgX <mem>, <reg>" as synonyms.
2207 def : InstAlias<"xchg{b}\t{$mem, $val|$val, $mem}", (XCHG8rm  GR8 :$val, i8mem :$mem)>;
2208 def : InstAlias<"xchg{w}\t{$mem, $val|$val, $mem}", (XCHG16rm GR16:$val, i16mem:$mem)>;
2209 def : InstAlias<"xchg{l}\t{$mem, $val|$val, $mem}", (XCHG32rm GR32:$val, i32mem:$mem)>;
2210 def : InstAlias<"xchg{q}\t{$mem, $val|$val, $mem}", (XCHG64rm GR64:$val, i64mem:$mem)>;
2211
2212 // xchg: We accept "xchgX <reg>, %eax" and "xchgX %eax, <reg>" as synonyms.
2213 def : InstAlias<"xchg{w}\t{%ax, $src|$src, AX}", (XCHG16ar GR16:$src)>;
2214 def : InstAlias<"xchg{l}\t{%eax, $src|$src, EAX}", (XCHG32ar GR32:$src)>, Requires<[In32BitMode]>;
2215 def : InstAlias<"xchg{l}\t{%eax, $src|$src, EAX}", (XCHG32ar64 GR32_NOAX:$src)>, Requires<[In64BitMode]>;
2216 def : InstAlias<"xchg{q}\t{%rax, $src|$src, RAX}", (XCHG64ar GR64:$src)>;