blob: f57f0c975ad69be6ac7b555c030e6983e4ea574b [file] [log] [blame]
Jia Liub22310f2012-02-18 12:03:15 +00001//===-- PPCInstrInfo.td - The PowerPC Instruction Set ------*- tablegen -*-===//
2//
Misha Brukmane05203f2004-06-21 16:55:25 +00003// The LLVM Compiler Infrastructure
4//
Chris Lattnerf3ebc3f2007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
Jia Liub22310f2012-02-18 12:03:15 +00007//
Misha Brukmane05203f2004-06-21 16:55:25 +00008//===----------------------------------------------------------------------===//
9//
Misha Brukman5295e1d2004-08-09 17:24:04 +000010// This file describes the subset of the 32-bit PowerPC instruction set, as used
11// by the PowerPC instruction selector.
Misha Brukmane05203f2004-06-21 16:55:25 +000012//
13//===----------------------------------------------------------------------===//
14
Chris Lattner7503d462005-10-14 23:40:39 +000015include "PPCInstrFormats.td"
Misha Brukmane05203f2004-06-21 16:55:25 +000016
Chris Lattnercd7f1012005-10-25 20:41:46 +000017//===----------------------------------------------------------------------===//
Chris Lattner27f53452006-03-01 05:50:56 +000018// PowerPC specific type constraints.
19//
20def SDT_PPCstfiwx : SDTypeProfile<0, 2, [ // stfiwx
21 SDTCisVT<0, f64>, SDTCisPtrTy<1>
22]>;
Bill Wendling77b13af2007-11-13 09:19:02 +000023def SDT_PPCCallSeqStart : SDCallSeqStart<[ SDTCisVT<0, i32> ]>;
24def SDT_PPCCallSeqEnd : SDCallSeqEnd<[ SDTCisVT<0, i32>,
25 SDTCisVT<1, i32> ]>;
Chris Lattnera8713b12006-03-20 01:53:53 +000026def SDT_PPCvperm : SDTypeProfile<1, 3, [
27 SDTCisVT<3, v16i8>, SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>
28]>;
29
Chris Lattnerd7495ae2006-03-31 05:13:27 +000030def SDT_PPCvcmp : SDTypeProfile<1, 3, [
Chris Lattner6961fc72006-03-26 10:06:40 +000031 SDTCisSameAs<0, 1>, SDTCisSameAs<1, 2>, SDTCisVT<3, i32>
32]>;
33
Chris Lattner9754d142006-04-18 17:59:36 +000034def SDT_PPCcondbr : SDTypeProfile<0, 3, [
Chris Lattnerbe9377a2006-11-17 22:37:34 +000035 SDTCisVT<0, i32>, SDTCisVT<2, OtherVT>
Chris Lattner9754d142006-04-18 17:59:36 +000036]>;
37
Dan Gohman48b185d2009-09-25 20:36:54 +000038def SDT_PPClbrx : SDTypeProfile<1, 2, [
39 SDTCisVT<0, i32>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>
Chris Lattnera7976d32006-07-10 20:56:58 +000040]>;
Dan Gohman48b185d2009-09-25 20:36:54 +000041def SDT_PPCstbrx : SDTypeProfile<0, 3, [
42 SDTCisVT<0, i32>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>
Chris Lattnera7976d32006-07-10 20:56:58 +000043]>;
44
Evan Cheng32e376f2008-07-12 02:23:19 +000045def SDT_PPClarx : SDTypeProfile<1, 1, [
46 SDTCisInt<0>, SDTCisPtrTy<1>
Evan Cheng51096af2008-04-19 01:30:48 +000047]>;
Evan Cheng32e376f2008-07-12 02:23:19 +000048def SDT_PPCstcx : SDTypeProfile<0, 2, [
49 SDTCisInt<0>, SDTCisPtrTy<1>
Evan Cheng51096af2008-04-19 01:30:48 +000050]>;
51
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +000052def SDT_PPCTC_ret : SDTypeProfile<0, 2, [
53 SDTCisPtrTy<0>, SDTCisVT<1, i32>
54]>;
55
Tilmann Schellerd1aaa322009-08-15 11:54:46 +000056def SDT_PPCnop : SDTypeProfile<0, 0, []>;
57
Chris Lattner27f53452006-03-01 05:50:56 +000058//===----------------------------------------------------------------------===//
Chris Lattnercd7f1012005-10-25 20:41:46 +000059// PowerPC specific DAG Nodes.
60//
61
62def PPCfcfid : SDNode<"PPCISD::FCFID" , SDTFPUnaryOp, []>;
63def PPCfctidz : SDNode<"PPCISD::FCTIDZ", SDTFPUnaryOp, []>;
64def PPCfctiwz : SDNode<"PPCISD::FCTIWZ", SDTFPUnaryOp, []>;
Chris Lattnera348f552008-01-06 06:44:58 +000065def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx,
66 [SDNPHasChain, SDNPMayStore]>;
Chris Lattnercd7f1012005-10-25 20:41:46 +000067
Dale Johannesen666323e2007-10-10 01:01:31 +000068// This sequence is used for long double->int conversions. It changes the
69// bits in the FPSCR which is not modelled.
70def PPCmffs : SDNode<"PPCISD::MFFS", SDTypeProfile<1, 0, [SDTCisVT<0, f64>]>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +000071 [SDNPOutGlue]>;
Dale Johannesen666323e2007-10-10 01:01:31 +000072def PPCmtfsb0 : SDNode<"PPCISD::MTFSB0", SDTypeProfile<0, 1, [SDTCisInt<0>]>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +000073 [SDNPInGlue, SDNPOutGlue]>;
Dale Johannesen666323e2007-10-10 01:01:31 +000074def PPCmtfsb1 : SDNode<"PPCISD::MTFSB1", SDTypeProfile<0, 1, [SDTCisInt<0>]>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +000075 [SDNPInGlue, SDNPOutGlue]>;
Dale Johannesen666323e2007-10-10 01:01:31 +000076def PPCfaddrtz: SDNode<"PPCISD::FADDRTZ", SDTFPBinOp,
Chris Lattner2a0a3b42010-12-23 18:28:41 +000077 [SDNPInGlue, SDNPOutGlue]>;
Dale Johannesen666323e2007-10-10 01:01:31 +000078def PPCmtfsf : SDNode<"PPCISD::MTFSF", SDTypeProfile<1, 3,
79 [SDTCisVT<0, f64>, SDTCisInt<1>, SDTCisVT<2, f64>,
80 SDTCisVT<3, f64>]>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +000081 [SDNPInGlue]>;
Dale Johannesen666323e2007-10-10 01:01:31 +000082
Chris Lattner261009a2005-10-25 20:55:47 +000083def PPCfsel : SDNode<"PPCISD::FSEL",
84 // Type constraint for fsel.
85 SDTypeProfile<1, 3, [SDTCisSameAs<0, 2>, SDTCisSameAs<0, 3>,
86 SDTCisFP<0>, SDTCisVT<1, f64>]>, []>;
Chris Lattner0ec8fa02005-09-08 19:50:41 +000087
Nate Begeman69caef22005-12-13 22:55:22 +000088def PPChi : SDNode<"PPCISD::Hi", SDTIntBinOp, []>;
89def PPClo : SDNode<"PPCISD::Lo", SDTIntBinOp, []>;
Tilmann Schellerd1aaa322009-08-15 11:54:46 +000090def PPCtoc_entry: SDNode<"PPCISD::TOC_ENTRY", SDTIntBinOp, [SDNPMayLoad]>;
Nate Begeman69caef22005-12-13 22:55:22 +000091def PPCvmaddfp : SDNode<"PPCISD::VMADDFP", SDTFPTernaryOp, []>;
92def PPCvnmsubfp : SDNode<"PPCISD::VNMSUBFP", SDTFPTernaryOp, []>;
Chris Lattner595088a2005-11-17 07:30:41 +000093
Chris Lattnera8713b12006-03-20 01:53:53 +000094def PPCvperm : SDNode<"PPCISD::VPERM", SDT_PPCvperm, []>;
Chris Lattner7e9440a2006-03-19 06:55:52 +000095
Chris Lattnerfea33f72005-12-06 02:10:38 +000096// These nodes represent the 32-bit PPC shifts that operate on 6-bit shift
97// amounts. These nodes are generated by the multi-precision shift code.
Chris Lattner20b5a2b2008-03-07 20:18:24 +000098def PPCsrl : SDNode<"PPCISD::SRL" , SDTIntShiftOp>;
99def PPCsra : SDNode<"PPCISD::SRA" , SDTIntShiftOp>;
100def PPCshl : SDNode<"PPCISD::SHL" , SDTIntShiftOp>;
Chris Lattnerfea33f72005-12-06 02:10:38 +0000101
Chris Lattner4a66d692006-03-22 05:30:33 +0000102def PPCextsw_32 : SDNode<"PPCISD::EXTSW_32" , SDTIntUnaryOp>;
Chris Lattnera348f552008-01-06 06:44:58 +0000103def PPCstd_32 : SDNode<"PPCISD::STD_32" , SDTStore,
104 [SDNPHasChain, SDNPMayStore]>;
Chris Lattner4a66d692006-03-22 05:30:33 +0000105
Chris Lattnerf9797942005-12-04 19:01:59 +0000106// These are target-independent nodes, but have target-specific formats.
Bill Wendling77b13af2007-11-13 09:19:02 +0000107def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000108 [SDNPHasChain, SDNPOutGlue]>;
Bill Wendling77b13af2007-11-13 09:19:02 +0000109def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PPCCallSeqEnd,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000110 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
Chris Lattnerf9797942005-12-04 19:01:59 +0000111
Chris Lattner3b587342006-06-27 18:36:44 +0000112def SDT_PPCCall : SDTypeProfile<0, -1, [SDTCisInt<0>]>;
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000113def PPCcall_Darwin : SDNode<"PPCISD::CALL_Darwin", SDT_PPCCall,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000114 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue,
Chris Lattner04336992010-03-19 05:33:51 +0000115 SDNPVariadic]>;
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000116def PPCcall_SVR4 : SDNode<"PPCISD::CALL_SVR4", SDT_PPCCall,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000117 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue,
Chris Lattner04336992010-03-19 05:33:51 +0000118 SDNPVariadic]>;
Hal Finkel51861b42012-03-31 14:45:15 +0000119def PPCcall_nop_SVR4 : SDNode<"PPCISD::CALL_NOP_SVR4", SDT_PPCCall,
120 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue,
121 SDNPVariadic]>;
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000122def PPCnop : SDNode<"PPCISD::NOP", SDT_PPCnop, [SDNPInGlue, SDNPOutGlue]>;
Tilmann Scheller79fef932009-12-18 13:00:15 +0000123def PPCload : SDNode<"PPCISD::LOAD", SDTypeProfile<1, 1, []>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000124 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
Tilmann Scheller79fef932009-12-18 13:00:15 +0000125def PPCload_toc : SDNode<"PPCISD::LOAD_TOC", SDTypeProfile<0, 1, []>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000126 [SDNPHasChain, SDNPInGlue, SDNPOutGlue]>;
Tilmann Scheller79fef932009-12-18 13:00:15 +0000127def PPCtoc_restore : SDNode<"PPCISD::TOC_RESTORE", SDTypeProfile<0, 0, []>,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000128 [SDNPHasChain, SDNPInGlue, SDNPOutGlue]>;
Chris Lattnereb755fc2006-05-17 19:00:46 +0000129def PPCmtctr : SDNode<"PPCISD::MTCTR", SDT_PPCCall,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000130 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000131def PPCbctrl_Darwin : SDNode<"PPCISD::BCTRL_Darwin", SDTNone,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000132 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue,
Chris Lattner04336992010-03-19 05:33:51 +0000133 SDNPVariadic]>;
Chris Lattner43df5b32007-02-25 05:34:32 +0000134
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000135def PPCbctrl_SVR4 : SDNode<"PPCISD::BCTRL_SVR4", SDTNone,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000136 [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue,
Chris Lattner04336992010-03-19 05:33:51 +0000137 SDNPVariadic]>;
Chris Lattnerb1e9e372006-05-17 06:01:33 +0000138
Chris Lattner9a249b02008-01-15 22:02:54 +0000139def retflag : SDNode<"PPCISD::RET_FLAG", SDTNone,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000140 [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]>;
Nate Begemanb11b8e42005-12-20 00:26:01 +0000141
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000142def PPCtc_return : SDNode<"PPCISD::TC_RETURN", SDT_PPCTC_ret,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000143 [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]>;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000144
Chris Lattnerd7495ae2006-03-31 05:13:27 +0000145def PPCvcmp : SDNode<"PPCISD::VCMP" , SDT_PPCvcmp, []>;
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000146def PPCvcmp_o : SDNode<"PPCISD::VCMPo", SDT_PPCvcmp, [SDNPOutGlue]>;
Chris Lattner6961fc72006-03-26 10:06:40 +0000147
Chris Lattner9754d142006-04-18 17:59:36 +0000148def PPCcondbranch : SDNode<"PPCISD::COND_BRANCH", SDT_PPCcondbr,
Chris Lattner2a0a3b42010-12-23 18:28:41 +0000149 [SDNPHasChain, SDNPOptInGlue]>;
Chris Lattner9754d142006-04-18 17:59:36 +0000150
Chris Lattner94de7bc2008-01-10 05:12:37 +0000151def PPClbrx : SDNode<"PPCISD::LBRX", SDT_PPClbrx,
152 [SDNPHasChain, SDNPMayLoad]>;
Chris Lattnera348f552008-01-06 06:44:58 +0000153def PPCstbrx : SDNode<"PPCISD::STBRX", SDT_PPCstbrx,
154 [SDNPHasChain, SDNPMayStore]>;
Chris Lattnera7976d32006-07-10 20:56:58 +0000155
Evan Cheng32e376f2008-07-12 02:23:19 +0000156// Instructions to support atomic operations
Evan Cheng5102bd92008-04-19 02:30:38 +0000157def PPClarx : SDNode<"PPCISD::LARX", SDT_PPClarx,
158 [SDNPHasChain, SDNPMayLoad]>;
159def PPCstcx : SDNode<"PPCISD::STCX", SDT_PPCstcx,
160 [SDNPHasChain, SDNPMayStore]>;
Evan Cheng51096af2008-04-19 01:30:48 +0000161
Jim Laskey48850c12006-11-16 22:43:37 +0000162// Instructions to support dynamic alloca.
163def SDTDynOp : SDTypeProfile<1, 2, []>;
164def PPCdynalloc : SDNode<"PPCISD::DYNALLOC", SDTDynOp, [SDNPHasChain]>;
165
Chris Lattner0ec8fa02005-09-08 19:50:41 +0000166//===----------------------------------------------------------------------===//
Chris Lattner39b4d83f2005-09-09 00:39:56 +0000167// PowerPC specific transformation functions and pattern fragments.
168//
Nate Begeman9eaa6ba2005-10-19 01:12:32 +0000169
Nate Begeman9f3c26c2005-10-19 18:42:01 +0000170def SHL32 : SDNodeXForm<imm, [{
171 // Transformation function: 31 - imm
Dan Gohmaneffb8942008-09-12 16:56:44 +0000172 return getI32Imm(31 - N->getZExtValue());
Nate Begeman9f3c26c2005-10-19 18:42:01 +0000173}]>;
174
Nate Begeman9f3c26c2005-10-19 18:42:01 +0000175def SRL32 : SDNodeXForm<imm, [{
176 // Transformation function: 32 - imm
Dan Gohmaneffb8942008-09-12 16:56:44 +0000177 return N->getZExtValue() ? getI32Imm(32 - N->getZExtValue()) : getI32Imm(0);
Nate Begeman9f3c26c2005-10-19 18:42:01 +0000178}]>;
179
Chris Lattner39b4d83f2005-09-09 00:39:56 +0000180def LO16 : SDNodeXForm<imm, [{
181 // Transformation function: get the low 16 bits.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000182 return getI32Imm((unsigned short)N->getZExtValue());
Chris Lattner39b4d83f2005-09-09 00:39:56 +0000183}]>;
184
185def HI16 : SDNodeXForm<imm, [{
186 // Transformation function: shift the immediate value down into the low bits.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000187 return getI32Imm((unsigned)N->getZExtValue() >> 16);
Chris Lattner39b4d83f2005-09-09 00:39:56 +0000188}]>;
Chris Lattner2d8032b2005-09-08 17:33:10 +0000189
Chris Lattnerd4e9e8b2005-09-28 23:07:13 +0000190def HA16 : SDNodeXForm<imm, [{
191 // Transformation function: shift the immediate value down into the low bits.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000192 signed int Val = N->getZExtValue();
Chris Lattnerd4e9e8b2005-09-28 23:07:13 +0000193 return getI32Imm((Val - (signed short)Val) >> 16);
194}]>;
Nate Begemand31efd12006-09-22 05:01:56 +0000195def MB : SDNodeXForm<imm, [{
196 // Transformation function: get the start bit of a mask
Duncan Sandsdc845112008-10-16 13:02:33 +0000197 unsigned mb = 0, me;
Dan Gohmaneffb8942008-09-12 16:56:44 +0000198 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
Nate Begemand31efd12006-09-22 05:01:56 +0000199 return getI32Imm(mb);
200}]>;
Chris Lattnerd4e9e8b2005-09-28 23:07:13 +0000201
Nate Begemand31efd12006-09-22 05:01:56 +0000202def ME : SDNodeXForm<imm, [{
203 // Transformation function: get the end bit of a mask
Duncan Sandsdc845112008-10-16 13:02:33 +0000204 unsigned mb, me = 0;
Dan Gohmaneffb8942008-09-12 16:56:44 +0000205 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
Nate Begemand31efd12006-09-22 05:01:56 +0000206 return getI32Imm(me);
207}]>;
208def maskimm32 : PatLeaf<(imm), [{
209 // maskImm predicate - True if immediate is a run of ones.
210 unsigned mb, me;
Owen Anderson9f944592009-08-11 20:47:22 +0000211 if (N->getValueType(0) == MVT::i32)
Dan Gohmaneffb8942008-09-12 16:56:44 +0000212 return isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
Nate Begemand31efd12006-09-22 05:01:56 +0000213 else
214 return false;
215}]>;
Chris Lattnerd4e9e8b2005-09-28 23:07:13 +0000216
Chris Lattner2d8032b2005-09-08 17:33:10 +0000217def immSExt16 : PatLeaf<(imm), [{
218 // immSExt16 predicate - True if the immediate fits in a 16-bit sign extended
219 // field. Used by instructions like 'addi'.
Owen Anderson9f944592009-08-11 20:47:22 +0000220 if (N->getValueType(0) == MVT::i32)
Dan Gohmaneffb8942008-09-12 16:56:44 +0000221 return (int32_t)N->getZExtValue() == (short)N->getZExtValue();
Chris Lattner1f1b0962006-06-20 23:21:20 +0000222 else
Dan Gohmaneffb8942008-09-12 16:56:44 +0000223 return (int64_t)N->getZExtValue() == (short)N->getZExtValue();
Chris Lattner2d8032b2005-09-08 17:33:10 +0000224}]>;
Chris Lattner76cb0062005-09-08 17:40:49 +0000225def immZExt16 : PatLeaf<(imm), [{
226 // immZExt16 predicate - True if the immediate fits in a 16-bit zero extended
227 // field. Used by instructions like 'ori'.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000228 return (uint64_t)N->getZExtValue() == (unsigned short)N->getZExtValue();
Chris Lattner39b4d83f2005-09-09 00:39:56 +0000229}], LO16>;
230
Chris Lattner7e742e42006-06-20 22:34:10 +0000231// imm16Shifted* - These match immediates where the low 16-bits are zero. There
232// are two forms: imm16ShiftedSExt and imm16ShiftedZExt. These two forms are
233// identical in 32-bit mode, but in 64-bit mode, they return true if the
234// immediate fits into a sign/zero extended 32-bit immediate (with the low bits
235// clear).
236def imm16ShiftedZExt : PatLeaf<(imm), [{
237 // imm16ShiftedZExt predicate - True if only bits in the top 16-bits of the
238 // immediate are set. Used by instructions like 'xoris'.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000239 return (N->getZExtValue() & ~uint64_t(0xFFFF0000)) == 0;
Chris Lattner7e742e42006-06-20 22:34:10 +0000240}], HI16>;
241
242def imm16ShiftedSExt : PatLeaf<(imm), [{
243 // imm16ShiftedSExt predicate - True if only bits in the top 16-bits of the
244 // immediate are set. Used by instructions like 'addis'. Identical to
245 // imm16ShiftedZExt in 32-bit mode.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000246 if (N->getZExtValue() & 0xFFFF) return false;
Owen Anderson9f944592009-08-11 20:47:22 +0000247 if (N->getValueType(0) == MVT::i32)
Chris Lattnerd6e160d2006-06-20 21:39:30 +0000248 return true;
249 // For 64-bit, make sure it is sext right.
Dan Gohmaneffb8942008-09-12 16:56:44 +0000250 return N->getZExtValue() == (uint64_t)(int)N->getZExtValue();
Chris Lattner39b4d83f2005-09-09 00:39:56 +0000251}], HI16>;
Chris Lattner2d8032b2005-09-08 17:33:10 +0000252
Chris Lattner2771e2c2006-03-25 06:12:06 +0000253
Chris Lattner0ec8fa02005-09-08 19:50:41 +0000254//===----------------------------------------------------------------------===//
255// PowerPC Flag Definitions.
256
Chris Lattnerc7cb8c72005-04-19 04:32:54 +0000257class isPPC64 { bit PPC64 = 1; }
Chris Lattnerf9172e12005-04-19 05:15:18 +0000258class isDOT {
259 list<Register> Defs = [CR0];
260 bit RC = 1;
261}
Chris Lattnerc7cb8c72005-04-19 04:32:54 +0000262
Chris Lattner6a5a4f82006-11-08 02:13:12 +0000263class RegConstraint<string C> {
264 string Constraints = C;
265}
Chris Lattner57711562006-11-15 23:24:18 +0000266class NoEncode<string E> {
267 string DisableEncoding = E;
268}
Chris Lattner0ec8fa02005-09-08 19:50:41 +0000269
270
271//===----------------------------------------------------------------------===//
272// PowerPC Operand Definitions.
Chris Lattnerec1cc1b2004-08-14 23:27:29 +0000273
Chris Lattner2771e2c2006-03-25 06:12:06 +0000274def s5imm : Operand<i32> {
275 let PrintMethod = "printS5ImmOperand";
276}
Chris Lattnerf006d152005-09-14 20:53:05 +0000277def u5imm : Operand<i32> {
Nate Begeman3ad3ad42004-08-21 05:56:39 +0000278 let PrintMethod = "printU5ImmOperand";
279}
Chris Lattnerf006d152005-09-14 20:53:05 +0000280def u6imm : Operand<i32> {
Nate Begeman143cf942004-08-30 02:28:06 +0000281 let PrintMethod = "printU6ImmOperand";
282}
Chris Lattnerf006d152005-09-14 20:53:05 +0000283def s16imm : Operand<i32> {
Nate Begeman4bfceb12004-09-04 05:00:00 +0000284 let PrintMethod = "printS16ImmOperand";
285}
Chris Lattnerf006d152005-09-14 20:53:05 +0000286def u16imm : Operand<i32> {
Chris Lattner8a796852004-08-15 05:20:16 +0000287 let PrintMethod = "printU16ImmOperand";
288}
Chris Lattner5a2fb972005-10-18 16:51:22 +0000289def s16immX4 : Operand<i32> { // Multiply imm by 4 before printing.
290 let PrintMethod = "printS16X4ImmOperand";
291}
Chris Lattner0e3461e2010-11-15 06:09:35 +0000292def directbrtarget : Operand<OtherVT> {
Nate Begeman61738782004-09-02 08:13:00 +0000293 let PrintMethod = "printBranchOperand";
Chris Lattner0e3461e2010-11-15 06:09:35 +0000294 let EncoderMethod = "getDirectBrEncoding";
295}
296def condbrtarget : Operand<OtherVT> {
Chris Lattnercfedba72010-11-16 01:45:05 +0000297 let PrintMethod = "printBranchOperand";
Chris Lattner0e3461e2010-11-15 06:09:35 +0000298 let EncoderMethod = "getCondBrEncoding";
Nate Begeman61738782004-09-02 08:13:00 +0000299}
Chris Lattnera5190ae2006-06-16 21:01:35 +0000300def calltarget : Operand<iPTR> {
Chris Lattner0e3461e2010-11-15 06:09:35 +0000301 let EncoderMethod = "getDirectBrEncoding";
Chris Lattnerbd9efdb2005-11-17 19:16:08 +0000302}
Chris Lattnera5190ae2006-06-16 21:01:35 +0000303def aaddr : Operand<iPTR> {
Nate Begemana171f6b2005-11-16 00:48:01 +0000304 let PrintMethod = "printAbsAddrOperand";
305}
Nate Begeman4bfceb12004-09-04 05:00:00 +0000306def symbolHi: Operand<i32> {
307 let PrintMethod = "printSymbolHi";
Chris Lattner65661122010-11-15 06:33:39 +0000308 let EncoderMethod = "getHA16Encoding";
Nate Begeman4bfceb12004-09-04 05:00:00 +0000309}
310def symbolLo: Operand<i32> {
311 let PrintMethod = "printSymbolLo";
Chris Lattner65661122010-11-15 06:33:39 +0000312 let EncoderMethod = "getLO16Encoding";
Nate Begeman4bfceb12004-09-04 05:00:00 +0000313}
Nate Begeman8465fe82005-07-20 22:42:00 +0000314def crbitm: Operand<i8> {
315 let PrintMethod = "printcrbitm";
Chris Lattnerd6a07cc2010-11-15 05:19:25 +0000316 let EncoderMethod = "get_crbitm_encoding";
Nate Begeman8465fe82005-07-20 22:42:00 +0000317}
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000318// Address operands
Chris Lattnera5190ae2006-06-16 21:01:35 +0000319def memri : Operand<iPTR> {
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000320 let PrintMethod = "printMemRegImm";
Chris Lattner13969612006-11-15 02:43:19 +0000321 let MIOperandInfo = (ops i32imm:$imm, ptr_rc:$reg);
Chris Lattnerefacb9e2010-11-15 08:22:03 +0000322 let EncoderMethod = "getMemRIEncoding";
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000323}
Chris Lattnera5190ae2006-06-16 21:01:35 +0000324def memrr : Operand<iPTR> {
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000325 let PrintMethod = "printMemRegReg";
Hal Finkelca542be2012-06-20 15:43:03 +0000326 let MIOperandInfo = (ops ptr_rc:$offreg, ptr_rc:$ptrreg);
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000327}
Chris Lattnera5190ae2006-06-16 21:01:35 +0000328def memrix : Operand<iPTR> { // memri where the imm is shifted 2 bits.
Chris Lattner4a66d692006-03-22 05:30:33 +0000329 let PrintMethod = "printMemRegImmShifted";
Chris Lattner474b5b72006-11-15 19:55:13 +0000330 let MIOperandInfo = (ops i32imm:$imm, ptr_rc:$reg);
Chris Lattner8f4444d2010-11-15 08:02:41 +0000331 let EncoderMethod = "getMemRIXEncoding";
Chris Lattner4a66d692006-03-22 05:30:33 +0000332}
Tilmann Schellerd1aaa322009-08-15 11:54:46 +0000333def tocentry : Operand<iPTR> {
Tilmann Schellerd1aaa322009-08-15 11:54:46 +0000334 let MIOperandInfo = (ops i32imm:$imm);
335}
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000336
Chris Lattner29597892006-11-04 05:42:48 +0000337// PowerPC Predicate operand. 20 = (0<<5)|20 = always, CR0 is a dummy reg
Chris Lattner6be72602006-11-04 05:27:39 +0000338// that doesn't matter.
Evan Cheng76a97c52007-07-06 23:22:46 +0000339def pred : PredicateOperand<OtherVT, (ops imm, CRRC),
Nate Begeman87abe952008-02-13 02:58:33 +0000340 (ops (i32 20), (i32 zero_reg))> {
Chris Lattner6be72602006-11-04 05:27:39 +0000341 let PrintMethod = "printPredicateOperand";
342}
Chris Lattnerc8a68d02006-11-03 23:53:25 +0000343
Chris Lattner268d3582006-01-12 02:05:36 +0000344// Define PowerPC specific addressing mode.
Evan Cheng577ef762006-10-11 21:03:53 +0000345def iaddr : ComplexPattern<iPTR, 2, "SelectAddrImm", [], []>;
346def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>;
347def xoaddr : ComplexPattern<iPTR, 2, "SelectAddrIdxOnly",[], []>;
348def ixaddr : ComplexPattern<iPTR, 2, "SelectAddrImmShift", [], []>; // "std"
Chris Lattner8a796852004-08-15 05:20:16 +0000349
Chris Lattner6f5840c2006-11-16 00:41:37 +0000350/// This is just the offset part of iaddr, used for preinc.
351def iaddroff : ComplexPattern<iPTR, 1, "SelectAddrImmOffs", [], []>;
Hal Finkel1cc27e42012-06-19 02:34:32 +0000352def xaddroff : ComplexPattern<iPTR, 1, "SelectAddrIdxOffs", [], []>;
Chris Lattner13969612006-11-15 02:43:19 +0000353
Evan Cheng3db275d2005-12-14 22:07:12 +0000354//===----------------------------------------------------------------------===//
355// PowerPC Instruction Predicate Definitions.
Evan Chengec271b12007-10-23 06:42:42 +0000356def In32BitMode : Predicate<"!PPCSubTarget.isPPC64()">;
357def In64BitMode : Predicate<"PPCSubTarget.isPPC64()">;
Hal Finkel6fa56972011-10-17 04:03:49 +0000358def IsBookE : Predicate<"PPCSubTarget.isBookE()">;
Chris Lattner44dbdbe2006-11-14 18:44:47 +0000359
Chris Lattner0ec8fa02005-09-08 19:50:41 +0000360//===----------------------------------------------------------------------===//
361// PowerPC Instruction Definitions.
362
Misha Brukmane05203f2004-06-21 16:55:25 +0000363// Pseudo-instructions:
Chris Lattner0ec8fa02005-09-08 19:50:41 +0000364
Chris Lattner51348c52006-03-12 09:13:49 +0000365let hasCtrlDep = 1 in {
Evan Cheng3e18e502007-09-11 19:55:27 +0000366let Defs = [R1], Uses = [R1] in {
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000367def ADJCALLSTACKDOWN : Pseudo<(outs), (ins u16imm:$amt), "",
Chris Lattner27539552008-10-11 22:08:30 +0000368 [(callseq_start timm:$amt)]>;
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000369def ADJCALLSTACKUP : Pseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), "",
Chris Lattner27539552008-10-11 22:08:30 +0000370 [(callseq_end timm:$amt1, timm:$amt2)]>;
Evan Cheng3e18e502007-09-11 19:55:27 +0000371}
Chris Lattner02e2c182006-03-13 21:52:10 +0000372
Evan Cheng94b5a802007-07-19 01:14:50 +0000373def UPDATE_VRSAVE : Pseudo<(outs GPRC:$rD), (ins GPRC:$rS),
Chris Lattner02e2c182006-03-13 21:52:10 +0000374 "UPDATE_VRSAVE $rD, $rS", []>;
Nate Begeman6e6514c2004-10-07 22:30:03 +0000375}
Jim Laskey48850c12006-11-16 22:43:37 +0000376
Evan Cheng3e18e502007-09-11 19:55:27 +0000377let Defs = [R1], Uses = [R1] in
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000378def DYNALLOC : Pseudo<(outs GPRC:$result), (ins GPRC:$negsize, memri:$fpsi), "",
Jim Laskey48850c12006-11-16 22:43:37 +0000379 [(set GPRC:$result,
Evan Cheng3e18e502007-09-11 19:55:27 +0000380 (PPCdynalloc GPRC:$negsize, iaddr:$fpsi))]>;
Jim Laskey48850c12006-11-16 22:43:37 +0000381
Dan Gohman453d64c2009-10-29 18:10:34 +0000382// SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
383// instruction selection into a branch sequence.
384let usesCustomInserter = 1, // Expanded after instruction selection.
Chris Lattner51348c52006-03-12 09:13:49 +0000385 PPC970_Single = 1 in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000386 def SELECT_CC_I4 : Pseudo<(outs GPRC:$dst), (ins CRRC:$cond, GPRC:$T, GPRC:$F,
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000387 i32imm:$BROPC), "",
Chris Lattner67f8cc52006-09-27 02:55:21 +0000388 []>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000389 def SELECT_CC_I8 : Pseudo<(outs G8RC:$dst), (ins CRRC:$cond, G8RC:$T, G8RC:$F,
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000390 i32imm:$BROPC), "",
Chris Lattner67f8cc52006-09-27 02:55:21 +0000391 []>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000392 def SELECT_CC_F4 : Pseudo<(outs F4RC:$dst), (ins CRRC:$cond, F4RC:$T, F4RC:$F,
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000393 i32imm:$BROPC), "",
Chris Lattner67f8cc52006-09-27 02:55:21 +0000394 []>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000395 def SELECT_CC_F8 : Pseudo<(outs F8RC:$dst), (ins CRRC:$cond, F8RC:$T, F8RC:$F,
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000396 i32imm:$BROPC), "",
Chris Lattner67f8cc52006-09-27 02:55:21 +0000397 []>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000398 def SELECT_CC_VRRC: Pseudo<(outs VRRC:$dst), (ins CRRC:$cond, VRRC:$T, VRRC:$F,
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000399 i32imm:$BROPC), "",
Chris Lattner67f8cc52006-09-27 02:55:21 +0000400 []>;
Chris Lattner9b577f12005-08-26 21:23:58 +0000401}
402
Bill Wendling632ea652008-03-03 22:19:16 +0000403// SPILL_CR - Indicate that we're dumping the CR register, so we'll need to
404// scavenge a register for it.
Hal Finkelabbc2522011-12-07 06:33:57 +0000405let mayStore = 1 in
406def SPILL_CR : Pseudo<(outs), (ins CRRC:$cond, memri:$F),
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000407 "", []>;
Bill Wendling632ea652008-03-03 22:19:16 +0000408
Hal Finkelbde7f8f2011-12-06 20:55:36 +0000409// RESTORE_CR - Indicate that we're restoring the CR register (previously
410// spilled), so we'll need to scavenge a register for it.
Hal Finkelabbc2522011-12-07 06:33:57 +0000411let mayLoad = 1 in
412def RESTORE_CR : Pseudo<(outs CRRC:$cond), (ins memri:$F),
Hal Finkelbde7f8f2011-12-06 20:55:36 +0000413 "", []>;
414
Evan Chengac1591b2007-07-21 00:34:19 +0000415let isTerminator = 1, isBarrier = 1, PPC970_Unit = 7 in {
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000416 let isReturn = 1, Uses = [LR, RM] in
Evan Cheng94b5a802007-07-19 01:14:50 +0000417 def BLR : XLForm_2_br<19, 16, 0, (outs), (ins pred:$p),
Chris Lattner29597892006-11-04 05:42:48 +0000418 "b${p:cc}lr ${p:reg}", BrB,
419 [(retflag)]>;
Dale Johannesene395d782008-10-23 20:41:28 +0000420 let isBranch = 1, isIndirectBranch = 1, Uses = [CTR] in
Owen Anderson933b5b72007-11-12 07:39:39 +0000421 def BCTR : XLForm_2_ext<19, 528, 20, 0, 0, (outs), (ins), "bctr", BrB, []>;
Chris Lattner0ec8fa02005-09-08 19:50:41 +0000422}
423
Chris Lattner915fd0d2005-02-15 20:26:49 +0000424let Defs = [LR] in
Cameron Zwarichdadd7332011-05-19 02:56:28 +0000425 def MovePCtoLR : Pseudo<(outs), (ins), "", []>,
Chris Lattner51348c52006-03-12 09:13:49 +0000426 PPC970_Unit_BRU;
Misha Brukmane05203f2004-06-21 16:55:25 +0000427
Evan Chengac1591b2007-07-21 00:34:19 +0000428let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in {
Chris Lattnercf569172006-10-13 19:10:34 +0000429 let isBarrier = 1 in {
Chris Lattner0e3461e2010-11-15 06:09:35 +0000430 def B : IForm<18, 0, 0, (outs), (ins directbrtarget:$dst),
Chris Lattnerd9d18af2005-12-04 18:42:54 +0000431 "b $dst", BrB,
432 [(br bb:$dst)]>;
Chris Lattnercf569172006-10-13 19:10:34 +0000433 }
Chris Lattner40565d72004-11-22 23:07:01 +0000434
Chris Lattnerbe9377a2006-11-17 22:37:34 +0000435 // BCC represents an arbitrary conditional branch on a predicate.
436 // FIXME: should be able to write a pattern for PPCcondbranch, but can't use
437 // a two-value operand where a dag node expects two operands. :(
Chris Lattner0e3461e2010-11-15 06:09:35 +0000438 def BCC : BForm<16, 0, 0, (outs), (ins pred:$cond, condbrtarget:$dst),
Chris Lattner542dfd52006-11-18 00:32:03 +0000439 "b${cond:cc} ${cond:reg}, $dst"
440 /*[(PPCcondbranch CRRC:$crS, imm:$opc, bb:$dst)]*/>;
Hal Finkel96c2d4d2012-06-08 15:38:21 +0000441
442 let Defs = [CTR], Uses = [CTR] in {
443 def BDZ : IForm_ext<16, 18, 0, 0, (outs), (ins condbrtarget:$dst),
444 "bdz $dst", BrB, []>;
445 def BDNZ : IForm_ext<16, 16, 0, 0, (outs), (ins condbrtarget:$dst),
446 "bdnz $dst", BrB, []>;
447 }
Misha Brukman767fa112004-06-28 18:23:35 +0000448}
449
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000450// Darwin ABI Calls.
Roman Divackyef21be22012-03-06 16:41:49 +0000451let isCall = 1, PPC970_Unit = 7, Defs = [LR] in {
Misha Brukman0648a902004-06-30 22:00:45 +0000452 // Convenient aliases for call instructions
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000453 let Uses = [RM] in {
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000454 def BL_Darwin : IForm<18, 0, 1,
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000455 (outs), (ins calltarget:$func),
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000456 "bl $func", BrB, []>; // See Pat patterns below.
457 def BLA_Darwin : IForm<18, 1, 1,
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000458 (outs), (ins aaddr:$func),
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000459 "bla $func", BrB, [(PPCcall_Darwin (i32 imm:$func))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000460 }
461 let Uses = [CTR, RM] in {
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000462 def BCTRL_Darwin : XLForm_2_ext<19, 528, 20, 0, 1,
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000463 (outs), (ins),
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000464 "bctrl", BrB,
465 [(PPCbctrl_Darwin)]>, Requires<[In32BitMode]>;
Dale Johannesene395d782008-10-23 20:41:28 +0000466 }
Chris Lattner43df5b32007-02-25 05:34:32 +0000467}
468
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000469// SVR4 ABI Calls.
Roman Divackyef21be22012-03-06 16:41:49 +0000470let isCall = 1, PPC970_Unit = 7, Defs = [LR] in {
Chris Lattner43df5b32007-02-25 05:34:32 +0000471 // Convenient aliases for call instructions
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000472 let Uses = [RM] in {
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000473 def BL_SVR4 : IForm<18, 0, 1,
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000474 (outs), (ins calltarget:$func),
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000475 "bl $func", BrB, []>; // See Pat patterns below.
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000476 def BLA_SVR4 : IForm<18, 1, 1,
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000477 (outs), (ins aaddr:$func),
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000478 "bla $func", BrB,
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000479 [(PPCcall_SVR4 (i32 imm:$func))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000480 }
481 let Uses = [CTR, RM] in {
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000482 def BCTRL_SVR4 : XLForm_2_ext<19, 528, 20, 0, 1,
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000483 (outs), (ins),
Tilmann Scheller773f14c2009-07-03 06:47:08 +0000484 "bctrl", BrB,
485 [(PPCbctrl_SVR4)]>, Requires<[In32BitMode]>;
Dale Johannesene395d782008-10-23 20:41:28 +0000486 }
Misha Brukman7454c6f2004-06-29 23:37:36 +0000487}
488
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000489
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000490let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Uses = [RM] in
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000491def TCRETURNdi :Pseudo< (outs),
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000492 (ins calltarget:$dst, i32imm:$offset),
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000493 "#TC_RETURNd $dst $offset",
494 []>;
495
496
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000497let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Uses = [RM] in
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000498def TCRETURNai :Pseudo<(outs), (ins aaddr:$func, i32imm:$offset),
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000499 "#TC_RETURNa $func $offset",
500 [(PPCtc_return (i32 imm:$func), imm:$offset)]>;
501
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000502let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Uses = [RM] in
Jakob Stoklund Olesened6c0402012-07-13 20:44:29 +0000503def TCRETURNri : Pseudo<(outs), (ins CTRRC:$dst, i32imm:$offset),
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000504 "#TC_RETURNr $dst $offset",
505 []>;
506
507
508let isTerminator = 1, isBarrier = 1, PPC970_Unit = 7, isBranch = 1,
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000509 isIndirectBranch = 1, isCall = 1, isReturn = 1, Uses = [CTR, RM] in
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000510def TAILBCTR : XLForm_2_ext<19, 528, 20, 0, 0, (outs), (ins), "bctr", BrB, []>,
511 Requires<[In32BitMode]>;
512
513
514
515let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7,
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000516 isBarrier = 1, isCall = 1, isReturn = 1, Uses = [RM] in
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000517def TAILB : IForm<18, 0, 0, (outs), (ins calltarget:$dst),
518 "b $dst", BrB,
519 []>;
520
521
522let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7,
Dale Johannesen98aa9d32008-10-29 18:26:45 +0000523 isBarrier = 1, isCall = 1, isReturn = 1, Uses = [RM] in
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +0000524def TAILBA : IForm<18, 0, 0, (outs), (ins aaddr:$dst),
525 "ba $dst", BrB,
526 []>;
527
528
Chris Lattnerc8587d42006-06-06 21:29:23 +0000529// DCB* instructions.
Evan Cheng94b5a802007-07-19 01:14:50 +0000530def DCBA : DCB_Form<758, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000531 "dcba $dst", LdStDCBF, [(int_ppc_dcba xoaddr:$dst)]>,
532 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000533def DCBF : DCB_Form<86, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000534 "dcbf $dst", LdStDCBF, [(int_ppc_dcbf xoaddr:$dst)]>,
535 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000536def DCBI : DCB_Form<470, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000537 "dcbi $dst", LdStDCBF, [(int_ppc_dcbi xoaddr:$dst)]>,
538 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000539def DCBST : DCB_Form<54, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000540 "dcbst $dst", LdStDCBF, [(int_ppc_dcbst xoaddr:$dst)]>,
541 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000542def DCBT : DCB_Form<278, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000543 "dcbt $dst", LdStDCBF, [(int_ppc_dcbt xoaddr:$dst)]>,
544 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000545def DCBTST : DCB_Form<246, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000546 "dcbtst $dst", LdStDCBF, [(int_ppc_dcbtst xoaddr:$dst)]>,
547 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000548def DCBZ : DCB_Form<1014, 0, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000549 "dcbz $dst", LdStDCBF, [(int_ppc_dcbz xoaddr:$dst)]>,
550 PPC970_DGroup_Single;
Evan Cheng94b5a802007-07-19 01:14:50 +0000551def DCBZL : DCB_Form<1014, 1, (outs), (ins memrr:$dst),
Chris Lattnerd43e8a72006-10-24 01:08:42 +0000552 "dcbzl $dst", LdStDCBF, [(int_ppc_dcbzl xoaddr:$dst)]>,
553 PPC970_DGroup_Single;
Chris Lattnere79a4512006-11-14 19:19:53 +0000554
Hal Finkel322e41a2012-04-01 20:08:17 +0000555def : Pat<(prefetch xoaddr:$dst, (i32 0), imm, (i32 1)),
556 (DCBT xoaddr:$dst)>;
557
Evan Cheng32e376f2008-07-12 02:23:19 +0000558// Atomic operations
Dan Gohman453d64c2009-10-29 18:10:34 +0000559let usesCustomInserter = 1 in {
Jakob Stoklund Olesen86e1a652011-04-04 17:07:09 +0000560 let Defs = [CR0] in {
Dale Johannesena32affb2008-08-28 17:53:09 +0000561 def ATOMIC_LOAD_ADD_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000562 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000563 [(set GPRC:$dst, (atomic_load_add_8 xoaddr:$ptr, GPRC:$incr))]>;
564 def ATOMIC_LOAD_SUB_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000565 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000566 [(set GPRC:$dst, (atomic_load_sub_8 xoaddr:$ptr, GPRC:$incr))]>;
567 def ATOMIC_LOAD_AND_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000568 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000569 [(set GPRC:$dst, (atomic_load_and_8 xoaddr:$ptr, GPRC:$incr))]>;
570 def ATOMIC_LOAD_OR_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000571 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000572 [(set GPRC:$dst, (atomic_load_or_8 xoaddr:$ptr, GPRC:$incr))]>;
573 def ATOMIC_LOAD_XOR_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000574 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000575 [(set GPRC:$dst, (atomic_load_xor_8 xoaddr:$ptr, GPRC:$incr))]>;
576 def ATOMIC_LOAD_NAND_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000577 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000578 [(set GPRC:$dst, (atomic_load_nand_8 xoaddr:$ptr, GPRC:$incr))]>;
579 def ATOMIC_LOAD_ADD_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000580 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000581 [(set GPRC:$dst, (atomic_load_add_16 xoaddr:$ptr, GPRC:$incr))]>;
582 def ATOMIC_LOAD_SUB_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000583 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000584 [(set GPRC:$dst, (atomic_load_sub_16 xoaddr:$ptr, GPRC:$incr))]>;
585 def ATOMIC_LOAD_AND_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000586 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000587 [(set GPRC:$dst, (atomic_load_and_16 xoaddr:$ptr, GPRC:$incr))]>;
588 def ATOMIC_LOAD_OR_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000589 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000590 [(set GPRC:$dst, (atomic_load_or_16 xoaddr:$ptr, GPRC:$incr))]>;
591 def ATOMIC_LOAD_XOR_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000592 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000593 [(set GPRC:$dst, (atomic_load_xor_16 xoaddr:$ptr, GPRC:$incr))]>;
594 def ATOMIC_LOAD_NAND_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000595 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000596 [(set GPRC:$dst, (atomic_load_nand_16 xoaddr:$ptr, GPRC:$incr))]>;
Evan Cheng32e376f2008-07-12 02:23:19 +0000597 def ATOMIC_LOAD_ADD_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000598 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesen765065c2008-08-25 21:09:52 +0000599 [(set GPRC:$dst, (atomic_load_add_32 xoaddr:$ptr, GPRC:$incr))]>;
Dale Johannesend4eb0522008-08-25 22:34:37 +0000600 def ATOMIC_LOAD_SUB_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000601 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesend4eb0522008-08-25 22:34:37 +0000602 [(set GPRC:$dst, (atomic_load_sub_32 xoaddr:$ptr, GPRC:$incr))]>;
603 def ATOMIC_LOAD_AND_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000604 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesend4eb0522008-08-25 22:34:37 +0000605 [(set GPRC:$dst, (atomic_load_and_32 xoaddr:$ptr, GPRC:$incr))]>;
606 def ATOMIC_LOAD_OR_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000607 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesend4eb0522008-08-25 22:34:37 +0000608 [(set GPRC:$dst, (atomic_load_or_32 xoaddr:$ptr, GPRC:$incr))]>;
609 def ATOMIC_LOAD_XOR_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000610 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesend4eb0522008-08-25 22:34:37 +0000611 [(set GPRC:$dst, (atomic_load_xor_32 xoaddr:$ptr, GPRC:$incr))]>;
612 def ATOMIC_LOAD_NAND_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000613 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "",
Dale Johannesend4eb0522008-08-25 22:34:37 +0000614 [(set GPRC:$dst, (atomic_load_nand_32 xoaddr:$ptr, GPRC:$incr))]>;
615
Dale Johannesena32affb2008-08-28 17:53:09 +0000616 def ATOMIC_CMP_SWAP_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000617 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$old, GPRC:$new), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000618 [(set GPRC:$dst,
619 (atomic_cmp_swap_8 xoaddr:$ptr, GPRC:$old, GPRC:$new))]>;
620 def ATOMIC_CMP_SWAP_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000621 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$old, GPRC:$new), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000622 [(set GPRC:$dst,
623 (atomic_cmp_swap_16 xoaddr:$ptr, GPRC:$old, GPRC:$new))]>;
Dale Johannesendec51702008-08-22 03:49:10 +0000624 def ATOMIC_CMP_SWAP_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000625 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$old, GPRC:$new), "",
Dale Johannesendec51702008-08-22 03:49:10 +0000626 [(set GPRC:$dst,
Dale Johannesen765065c2008-08-25 21:09:52 +0000627 (atomic_cmp_swap_32 xoaddr:$ptr, GPRC:$old, GPRC:$new))]>;
Dale Johannesend4eb0522008-08-25 22:34:37 +0000628
Dale Johannesena32affb2008-08-28 17:53:09 +0000629 def ATOMIC_SWAP_I8 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000630 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$new), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000631 [(set GPRC:$dst, (atomic_swap_8 xoaddr:$ptr, GPRC:$new))]>;
632 def ATOMIC_SWAP_I16 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000633 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$new), "",
Dale Johannesena32affb2008-08-28 17:53:09 +0000634 [(set GPRC:$dst, (atomic_swap_16 xoaddr:$ptr, GPRC:$new))]>;
Dale Johannesen765065c2008-08-25 21:09:52 +0000635 def ATOMIC_SWAP_I32 : Pseudo<
Chris Lattneraa4d03d2010-11-15 03:48:58 +0000636 (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$new), "",
Dale Johannesen765065c2008-08-25 21:09:52 +0000637 [(set GPRC:$dst, (atomic_swap_32 xoaddr:$ptr, GPRC:$new))]>;
Dale Johannesendec51702008-08-22 03:49:10 +0000638 }
Evan Cheng51096af2008-04-19 01:30:48 +0000639}
640
Evan Cheng32e376f2008-07-12 02:23:19 +0000641// Instructions to support atomic operations
642def LWARX : XForm_1<31, 20, (outs GPRC:$rD), (ins memrr:$src),
643 "lwarx $rD, $src", LdStLWARX,
644 [(set GPRC:$rD, (PPClarx xoaddr:$src))]>;
645
646let Defs = [CR0] in
647def STWCX : XForm_1<31, 150, (outs), (ins GPRC:$rS, memrr:$dst),
648 "stwcx. $rS, $dst", LdStSTWCX,
649 [(PPCstcx GPRC:$rS, xoaddr:$dst)]>,
650 isDOT;
651
Dan Gohman30e3db22010-05-14 16:46:02 +0000652let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in
Hal Finkel59607e62012-04-01 04:44:16 +0000653def TRAP : XForm_24<31, 4, (outs), (ins), "trap", LdStLoad, [(trap)]>;
Nate Begemanf69d13b2008-08-11 17:36:31 +0000654
Chris Lattnere79a4512006-11-14 19:19:53 +0000655//===----------------------------------------------------------------------===//
656// PPC32 Load Instructions.
Nate Begeman143cf942004-08-30 02:28:06 +0000657//
Chris Lattnere79a4512006-11-14 19:19:53 +0000658
Chris Lattner13969612006-11-15 02:43:19 +0000659// Unindexed (r+i) Loads.
Dan Gohman69cc2cb2008-12-03 18:15:48 +0000660let canFoldAsLoad = 1, PPC970_Unit = 2 in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000661def LBZ : DForm_1<34, (outs GPRC:$rD), (ins memri:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000662 "lbz $rD, $src", LdStLoad,
Evan Chenge71fe34d2006-10-09 20:57:25 +0000663 [(set GPRC:$rD, (zextloadi8 iaddr:$src))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000664def LHA : DForm_1<42, (outs GPRC:$rD), (ins memri:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000665 "lha $rD, $src", LdStLHA,
Evan Chenge71fe34d2006-10-09 20:57:25 +0000666 [(set GPRC:$rD, (sextloadi16 iaddr:$src))]>,
Chris Lattner7579cfb2006-03-13 05:15:10 +0000667 PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +0000668def LHZ : DForm_1<40, (outs GPRC:$rD), (ins memri:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000669 "lhz $rD, $src", LdStLoad,
Evan Chenge71fe34d2006-10-09 20:57:25 +0000670 [(set GPRC:$rD, (zextloadi16 iaddr:$src))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000671def LWZ : DForm_1<32, (outs GPRC:$rD), (ins memri:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000672 "lwz $rD, $src", LdStLoad,
Nate Begeman8e6a8af2005-12-19 23:25:09 +0000673 [(set GPRC:$rD, (load iaddr:$src))]>;
Chris Lattner6a5a4f82006-11-08 02:13:12 +0000674
Evan Cheng94b5a802007-07-19 01:14:50 +0000675def LFS : DForm_1<48, (outs F4RC:$rD), (ins memri:$src),
Chris Lattnerce645542006-11-10 02:08:47 +0000676 "lfs $rD, $src", LdStLFDU,
677 [(set F4RC:$rD, (load iaddr:$src))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000678def LFD : DForm_1<50, (outs F8RC:$rD), (ins memri:$src),
Chris Lattnerce645542006-11-10 02:08:47 +0000679 "lfd $rD, $src", LdStLFD,
680 [(set F8RC:$rD, (load iaddr:$src))]>;
681
Chris Lattnerce645542006-11-10 02:08:47 +0000682
Chris Lattner13969612006-11-15 02:43:19 +0000683// Unindexed (r+i) Loads with Update (preinc).
Dan Gohmanae3ba452008-12-03 02:30:17 +0000684let mayLoad = 1 in {
Evan Cheng58c3c302007-08-01 23:07:38 +0000685def LBZU : DForm_1<35, (outs GPRC:$rD, ptr_rc:$ea_result), (ins memri:$addr),
Hal Finkel59607e62012-04-01 04:44:16 +0000686 "lbzu $rD, $addr", LdStLoad,
Chris Lattner57711562006-11-15 23:24:18 +0000687 []>, RegConstraint<"$addr.reg = $ea_result">,
688 NoEncode<"$ea_result">;
Chris Lattnerce645542006-11-10 02:08:47 +0000689
Evan Cheng58c3c302007-08-01 23:07:38 +0000690def LHAU : DForm_1<43, (outs GPRC:$rD, ptr_rc:$ea_result), (ins memri:$addr),
Hal Finkel59607e62012-04-01 04:44:16 +0000691 "lhau $rD, $addr", LdStLoad,
Chris Lattner57711562006-11-15 23:24:18 +0000692 []>, RegConstraint<"$addr.reg = $ea_result">,
693 NoEncode<"$ea_result">;
Chris Lattnerce645542006-11-10 02:08:47 +0000694
Evan Cheng58c3c302007-08-01 23:07:38 +0000695def LHZU : DForm_1<41, (outs GPRC:$rD, ptr_rc:$ea_result), (ins memri:$addr),
Hal Finkel59607e62012-04-01 04:44:16 +0000696 "lhzu $rD, $addr", LdStLoad,
Chris Lattner57711562006-11-15 23:24:18 +0000697 []>, RegConstraint<"$addr.reg = $ea_result">,
698 NoEncode<"$ea_result">;
Chris Lattnerce645542006-11-10 02:08:47 +0000699
Evan Cheng58c3c302007-08-01 23:07:38 +0000700def LWZU : DForm_1<33, (outs GPRC:$rD, ptr_rc:$ea_result), (ins memri:$addr),
Hal Finkel59607e62012-04-01 04:44:16 +0000701 "lwzu $rD, $addr", LdStLoad,
Chris Lattner57711562006-11-15 23:24:18 +0000702 []>, RegConstraint<"$addr.reg = $ea_result">,
703 NoEncode<"$ea_result">;
Chris Lattnerce645542006-11-10 02:08:47 +0000704
Evan Cheng58c3c302007-08-01 23:07:38 +0000705def LFSU : DForm_1<49, (outs F4RC:$rD, ptr_rc:$ea_result), (ins memri:$addr),
Chris Lattner13969612006-11-15 02:43:19 +0000706 "lfs $rD, $addr", LdStLFDU,
Chris Lattner57711562006-11-15 23:24:18 +0000707 []>, RegConstraint<"$addr.reg = $ea_result">,
708 NoEncode<"$ea_result">;
709
Evan Cheng58c3c302007-08-01 23:07:38 +0000710def LFDU : DForm_1<51, (outs F8RC:$rD, ptr_rc:$ea_result), (ins memri:$addr),
Chris Lattner13969612006-11-15 02:43:19 +0000711 "lfd $rD, $addr", LdStLFD,
Chris Lattner57711562006-11-15 23:24:18 +0000712 []>, RegConstraint<"$addr.reg = $ea_result">,
713 NoEncode<"$ea_result">;
Hal Finkelca542be2012-06-20 15:43:03 +0000714
715
716// Indexed (r+r) Loads with Update (preinc).
717def LBZUX : XForm_1<31, 119, (outs GPRC:$rD, ptr_rc:$ea_result),
718 (ins memrr:$addr),
719 "lbzux $rD, $addr", LdStLoad,
720 []>, RegConstraint<"$addr.offreg = $ea_result">,
721 NoEncode<"$ea_result">;
722
723def LHAUX : XForm_1<31, 375, (outs GPRC:$rD, ptr_rc:$ea_result),
724 (ins memrr:$addr),
725 "lhaux $rD, $addr", LdStLoad,
726 []>, RegConstraint<"$addr.offreg = $ea_result">,
727 NoEncode<"$ea_result">;
728
729def LHZUX : XForm_1<31, 331, (outs GPRC:$rD, ptr_rc:$ea_result),
730 (ins memrr:$addr),
731 "lhzux $rD, $addr", LdStLoad,
732 []>, RegConstraint<"$addr.offreg = $ea_result">,
733 NoEncode<"$ea_result">;
734
735def LWZUX : XForm_1<31, 55, (outs GPRC:$rD, ptr_rc:$ea_result),
736 (ins memrr:$addr),
737 "lwzux $rD, $addr", LdStLoad,
738 []>, RegConstraint<"$addr.offreg = $ea_result">,
739 NoEncode<"$ea_result">;
740
741def LFSUX : XForm_1<31, 567, (outs F4RC:$rD, ptr_rc:$ea_result),
742 (ins memrr:$addr),
743 "lfsux $rD, $addr", LdStLoad,
744 []>, RegConstraint<"$addr.offreg = $ea_result">,
745 NoEncode<"$ea_result">;
746
747def LFDUX : XForm_1<31, 631, (outs F8RC:$rD, ptr_rc:$ea_result),
748 (ins memrr:$addr),
749 "lfdux $rD, $addr", LdStLoad,
750 []>, RegConstraint<"$addr.offreg = $ea_result">,
751 NoEncode<"$ea_result">;
Nate Begeman6e6514c2004-10-07 22:30:03 +0000752}
Dan Gohmanae3ba452008-12-03 02:30:17 +0000753}
Chris Lattner6a5a4f82006-11-08 02:13:12 +0000754
Chris Lattner13969612006-11-15 02:43:19 +0000755// Indexed (r+r) Loads.
Chris Lattnere79a4512006-11-14 19:19:53 +0000756//
Dan Gohman69cc2cb2008-12-03 18:15:48 +0000757let canFoldAsLoad = 1, PPC970_Unit = 2 in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000758def LBZX : XForm_1<31, 87, (outs GPRC:$rD), (ins memrr:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000759 "lbzx $rD, $src", LdStLoad,
Chris Lattnere79a4512006-11-14 19:19:53 +0000760 [(set GPRC:$rD, (zextloadi8 xaddr:$src))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000761def LHAX : XForm_1<31, 343, (outs GPRC:$rD), (ins memrr:$src),
Chris Lattnere79a4512006-11-14 19:19:53 +0000762 "lhax $rD, $src", LdStLHA,
763 [(set GPRC:$rD, (sextloadi16 xaddr:$src))]>,
764 PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +0000765def LHZX : XForm_1<31, 279, (outs GPRC:$rD), (ins memrr:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000766 "lhzx $rD, $src", LdStLoad,
Chris Lattnere79a4512006-11-14 19:19:53 +0000767 [(set GPRC:$rD, (zextloadi16 xaddr:$src))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000768def LWZX : XForm_1<31, 23, (outs GPRC:$rD), (ins memrr:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000769 "lwzx $rD, $src", LdStLoad,
Chris Lattnere79a4512006-11-14 19:19:53 +0000770 [(set GPRC:$rD, (load xaddr:$src))]>;
771
772
Evan Cheng94b5a802007-07-19 01:14:50 +0000773def LHBRX : XForm_1<31, 790, (outs GPRC:$rD), (ins memrr:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000774 "lhbrx $rD, $src", LdStLoad,
Dan Gohman48b185d2009-09-25 20:36:54 +0000775 [(set GPRC:$rD, (PPClbrx xoaddr:$src, i16))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000776def LWBRX : XForm_1<31, 534, (outs GPRC:$rD), (ins memrr:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000777 "lwbrx $rD, $src", LdStLoad,
Dan Gohman48b185d2009-09-25 20:36:54 +0000778 [(set GPRC:$rD, (PPClbrx xoaddr:$src, i32))]>;
Chris Lattnere79a4512006-11-14 19:19:53 +0000779
Evan Cheng94b5a802007-07-19 01:14:50 +0000780def LFSX : XForm_25<31, 535, (outs F4RC:$frD), (ins memrr:$src),
Chris Lattnere79a4512006-11-14 19:19:53 +0000781 "lfsx $frD, $src", LdStLFDU,
782 [(set F4RC:$frD, (load xaddr:$src))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000783def LFDX : XForm_25<31, 599, (outs F8RC:$frD), (ins memrr:$src),
Chris Lattnere79a4512006-11-14 19:19:53 +0000784 "lfdx $frD, $src", LdStLFDU,
785 [(set F8RC:$frD, (load xaddr:$src))]>;
786}
787
788//===----------------------------------------------------------------------===//
789// PPC32 Store Instructions.
790//
791
Chris Lattner13969612006-11-15 02:43:19 +0000792// Unindexed (r+i) Stores.
Chris Lattnere20f3802008-01-06 05:53:26 +0000793let PPC970_Unit = 2 in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000794def STB : DForm_1<38, (outs), (ins GPRC:$rS, memri:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000795 "stb $rS, $src", LdStStore,
Chris Lattnere79a4512006-11-14 19:19:53 +0000796 [(truncstorei8 GPRC:$rS, iaddr:$src)]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000797def STH : DForm_1<44, (outs), (ins GPRC:$rS, memri:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000798 "sth $rS, $src", LdStStore,
Chris Lattnere79a4512006-11-14 19:19:53 +0000799 [(truncstorei16 GPRC:$rS, iaddr:$src)]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000800def STW : DForm_1<36, (outs), (ins GPRC:$rS, memri:$src),
Hal Finkel59607e62012-04-01 04:44:16 +0000801 "stw $rS, $src", LdStStore,
Chris Lattnere79a4512006-11-14 19:19:53 +0000802 [(store GPRC:$rS, iaddr:$src)]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000803def STFS : DForm_1<52, (outs), (ins F4RC:$rS, memri:$dst),
Chris Lattnere79a4512006-11-14 19:19:53 +0000804 "stfs $rS, $dst", LdStUX,
805 [(store F4RC:$rS, iaddr:$dst)]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000806def STFD : DForm_1<54, (outs), (ins F8RC:$rS, memri:$dst),
Chris Lattnere79a4512006-11-14 19:19:53 +0000807 "stfd $rS, $dst", LdStUX,
808 [(store F8RC:$rS, iaddr:$dst)]>;
809}
810
Chris Lattner13969612006-11-15 02:43:19 +0000811// Unindexed (r+i) Stores with Update (preinc).
Chris Lattnere20f3802008-01-06 05:53:26 +0000812let PPC970_Unit = 2 in {
Chris Lattnerefacb9e2010-11-15 08:22:03 +0000813def STBU : DForm_1a<39, (outs ptr_rc:$ea_res), (ins GPRC:$rS,
Chris Lattner3a494982006-11-16 00:33:34 +0000814 symbolLo:$ptroff, ptr_rc:$ptrreg),
Hal Finkel59607e62012-04-01 04:44:16 +0000815 "stbu $rS, $ptroff($ptrreg)", LdStStore,
Chris Lattner6f5840c2006-11-16 00:41:37 +0000816 [(set ptr_rc:$ea_res,
817 (pre_truncsti8 GPRC:$rS, ptr_rc:$ptrreg,
818 iaddroff:$ptroff))]>,
Chris Lattner3a494982006-11-16 00:33:34 +0000819 RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
Chris Lattnerefacb9e2010-11-15 08:22:03 +0000820def STHU : DForm_1a<45, (outs ptr_rc:$ea_res), (ins GPRC:$rS,
Chris Lattner3a494982006-11-16 00:33:34 +0000821 symbolLo:$ptroff, ptr_rc:$ptrreg),
Hal Finkel59607e62012-04-01 04:44:16 +0000822 "sthu $rS, $ptroff($ptrreg)", LdStStore,
Chris Lattner6f5840c2006-11-16 00:41:37 +0000823 [(set ptr_rc:$ea_res,
824 (pre_truncsti16 GPRC:$rS, ptr_rc:$ptrreg,
825 iaddroff:$ptroff))]>,
Chris Lattner3a494982006-11-16 00:33:34 +0000826 RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
Chris Lattnerefacb9e2010-11-15 08:22:03 +0000827def STWU : DForm_1a<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS,
Chris Lattner3a494982006-11-16 00:33:34 +0000828 symbolLo:$ptroff, ptr_rc:$ptrreg),
Hal Finkel59607e62012-04-01 04:44:16 +0000829 "stwu $rS, $ptroff($ptrreg)", LdStStore,
Chris Lattner6f5840c2006-11-16 00:41:37 +0000830 [(set ptr_rc:$ea_res, (pre_store GPRC:$rS, ptr_rc:$ptrreg,
831 iaddroff:$ptroff))]>,
Chris Lattner3a494982006-11-16 00:33:34 +0000832 RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
Chris Lattnerefacb9e2010-11-15 08:22:03 +0000833def STFSU : DForm_1a<37, (outs ptr_rc:$ea_res), (ins F4RC:$rS,
Chris Lattner3a494982006-11-16 00:33:34 +0000834 symbolLo:$ptroff, ptr_rc:$ptrreg),
Hal Finkel59607e62012-04-01 04:44:16 +0000835 "stfsu $rS, $ptroff($ptrreg)", LdStStore,
Chris Lattner6f5840c2006-11-16 00:41:37 +0000836 [(set ptr_rc:$ea_res, (pre_store F4RC:$rS, ptr_rc:$ptrreg,
837 iaddroff:$ptroff))]>,
Chris Lattner3a494982006-11-16 00:33:34 +0000838 RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
Chris Lattnerefacb9e2010-11-15 08:22:03 +0000839def STFDU : DForm_1a<37, (outs ptr_rc:$ea_res), (ins F8RC:$rS,
Chris Lattner3a494982006-11-16 00:33:34 +0000840 symbolLo:$ptroff, ptr_rc:$ptrreg),
Hal Finkel59607e62012-04-01 04:44:16 +0000841 "stfdu $rS, $ptroff($ptrreg)", LdStStore,
Chris Lattner6f5840c2006-11-16 00:41:37 +0000842 [(set ptr_rc:$ea_res, (pre_store F8RC:$rS, ptr_rc:$ptrreg,
843 iaddroff:$ptroff))]>,
Chris Lattner3a494982006-11-16 00:33:34 +0000844 RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
Chris Lattner13969612006-11-15 02:43:19 +0000845}
846
847
Chris Lattnere79a4512006-11-14 19:19:53 +0000848// Indexed (r+r) Stores.
849//
Chris Lattnere20f3802008-01-06 05:53:26 +0000850let PPC970_Unit = 2 in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000851def STBX : XForm_8<31, 215, (outs), (ins GPRC:$rS, memrr:$dst),
Hal Finkel59607e62012-04-01 04:44:16 +0000852 "stbx $rS, $dst", LdStStore,
Chris Lattnere79a4512006-11-14 19:19:53 +0000853 [(truncstorei8 GPRC:$rS, xaddr:$dst)]>,
854 PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +0000855def STHX : XForm_8<31, 407, (outs), (ins GPRC:$rS, memrr:$dst),
Hal Finkel59607e62012-04-01 04:44:16 +0000856 "sthx $rS, $dst", LdStStore,
Chris Lattnere79a4512006-11-14 19:19:53 +0000857 [(truncstorei16 GPRC:$rS, xaddr:$dst)]>,
858 PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +0000859def STWX : XForm_8<31, 151, (outs), (ins GPRC:$rS, memrr:$dst),
Hal Finkel59607e62012-04-01 04:44:16 +0000860 "stwx $rS, $dst", LdStStore,
Chris Lattnere79a4512006-11-14 19:19:53 +0000861 [(store GPRC:$rS, xaddr:$dst)]>,
862 PPC970_DGroup_Cracked;
Hal Finkel1cc27e42012-06-19 02:34:32 +0000863
864def STBUX : XForm_8<31, 247, (outs ptr_rc:$ea_res),
865 (ins GPRC:$rS, ptr_rc:$ptroff, ptr_rc:$ptrreg),
866 "stbux $rS, $ptroff, $ptrreg", LdStStore,
867 [(set ptr_rc:$ea_res,
868 (pre_truncsti8 GPRC:$rS,
869 ptr_rc:$ptrreg, xaddroff:$ptroff))]>,
870 RegConstraint<"$ptroff = $ea_res">, NoEncode<"$ea_res">,
871 PPC970_DGroup_Cracked;
872
873def STHUX : XForm_8<31, 439, (outs ptr_rc:$ea_res),
874 (ins GPRC:$rS, ptr_rc:$ptroff, ptr_rc:$ptrreg),
875 "sthux $rS, $ptroff, $ptrreg", LdStStore,
876 [(set ptr_rc:$ea_res,
877 (pre_truncsti16 GPRC:$rS,
878 ptr_rc:$ptrreg, xaddroff:$ptroff))]>,
879 RegConstraint<"$ptroff = $ea_res">, NoEncode<"$ea_res">,
880 PPC970_DGroup_Cracked;
881
882def STWUX : XForm_8<31, 183, (outs ptr_rc:$ea_res),
883 (ins GPRC:$rS, ptr_rc:$ptroff, ptr_rc:$ptrreg),
884 "stwux $rS, $ptroff, $ptrreg", LdStStore,
885 [(set ptr_rc:$ea_res,
886 (pre_store GPRC:$rS, ptr_rc:$ptrreg, xaddroff:$ptroff))]>,
887 RegConstraint<"$ptroff = $ea_res">, NoEncode<"$ea_res">,
888 PPC970_DGroup_Cracked;
889
890def STFSUX : XForm_8<31, 695, (outs ptr_rc:$ea_res),
891 (ins F4RC:$rS, ptr_rc:$ptroff, ptr_rc:$ptrreg),
892 "stfsux $rS, $ptroff, $ptrreg", LdStStore,
893 [(set ptr_rc:$ea_res,
894 (pre_store F4RC:$rS, ptr_rc:$ptrreg, xaddroff:$ptroff))]>,
895 RegConstraint<"$ptroff = $ea_res">, NoEncode<"$ea_res">,
896 PPC970_DGroup_Cracked;
897
898def STFDUX : XForm_8<31, 759, (outs ptr_rc:$ea_res),
899 (ins F8RC:$rS, ptr_rc:$ptroff, ptr_rc:$ptrreg),
900 "stfdux $rS, $ptroff, $ptrreg", LdStStore,
901 [(set ptr_rc:$ea_res,
902 (pre_store F8RC:$rS, ptr_rc:$ptrreg, xaddroff:$ptroff))]>,
903 RegConstraint<"$ptroff = $ea_res">, NoEncode<"$ea_res">,
904 PPC970_DGroup_Cracked;
905
Evan Cheng94b5a802007-07-19 01:14:50 +0000906def STHBRX: XForm_8<31, 918, (outs), (ins GPRC:$rS, memrr:$dst),
Hal Finkel59607e62012-04-01 04:44:16 +0000907 "sthbrx $rS, $dst", LdStStore,
Dan Gohman48b185d2009-09-25 20:36:54 +0000908 [(PPCstbrx GPRC:$rS, xoaddr:$dst, i16)]>,
Chris Lattnere79a4512006-11-14 19:19:53 +0000909 PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +0000910def STWBRX: XForm_8<31, 662, (outs), (ins GPRC:$rS, memrr:$dst),
Hal Finkel59607e62012-04-01 04:44:16 +0000911 "stwbrx $rS, $dst", LdStStore,
Dan Gohman48b185d2009-09-25 20:36:54 +0000912 [(PPCstbrx GPRC:$rS, xoaddr:$dst, i32)]>,
Chris Lattnere79a4512006-11-14 19:19:53 +0000913 PPC970_DGroup_Cracked;
914
Evan Cheng94b5a802007-07-19 01:14:50 +0000915def STFIWX: XForm_28<31, 983, (outs), (ins F8RC:$frS, memrr:$dst),
Chris Lattnere79a4512006-11-14 19:19:53 +0000916 "stfiwx $frS, $dst", LdStUX,
917 [(PPCstfiwx F8RC:$frS, xoaddr:$dst)]>;
Chris Lattnera348f552008-01-06 06:44:58 +0000918
Evan Cheng94b5a802007-07-19 01:14:50 +0000919def STFSX : XForm_28<31, 663, (outs), (ins F4RC:$frS, memrr:$dst),
Chris Lattnere79a4512006-11-14 19:19:53 +0000920 "stfsx $frS, $dst", LdStUX,
921 [(store F4RC:$frS, xaddr:$dst)]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000922def STFDX : XForm_28<31, 727, (outs), (ins F8RC:$frS, memrr:$dst),
Chris Lattnere79a4512006-11-14 19:19:53 +0000923 "stfdx $frS, $dst", LdStUX,
924 [(store F8RC:$frS, xaddr:$dst)]>;
925}
926
Dale Johannesened86f682008-08-22 17:20:54 +0000927def SYNC : XForm_24_sync<31, 598, (outs), (ins),
928 "sync", LdStSync,
929 [(int_ppc_sync)]>;
Chris Lattnere79a4512006-11-14 19:19:53 +0000930
931//===----------------------------------------------------------------------===//
932// PPC32 Arithmetic Instructions.
933//
Chris Lattner6a5a4f82006-11-08 02:13:12 +0000934
Chris Lattner51348c52006-03-12 09:13:49 +0000935let PPC970_Unit = 1 in { // FXU Operations.
Evan Cheng94b5a802007-07-19 01:14:50 +0000936def ADDI : DForm_2<14, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000937 "addi $rD, $rA, $imm", IntSimple,
Chris Lattner2d8032b2005-09-08 17:33:10 +0000938 [(set GPRC:$rD, (add GPRC:$rA, immSExt16:$imm))]>;
Roman Divackye3f15c982012-06-04 17:36:38 +0000939def ADDIL : DForm_2<14, (outs GPRC:$rD), (ins GPRC:$rA, symbolLo:$imm),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000940 "addi $rD, $rA, $imm", IntSimple,
Roman Divackye3f15c982012-06-04 17:36:38 +0000941 [(set GPRC:$rD, (add GPRC:$rA, immSExt16:$imm))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +0000942let Defs = [CARRY] in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000943def ADDIC : DForm_2<12, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm),
Jim Laskey74ab9962005-10-19 19:51:16 +0000944 "addic $rD, $rA, $imm", IntGeneral,
Chris Lattner7579cfb2006-03-13 05:15:10 +0000945 [(set GPRC:$rD, (addc GPRC:$rA, immSExt16:$imm))]>,
946 PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +0000947def ADDICo : DForm_2<13, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm),
Jim Laskey74ab9962005-10-19 19:51:16 +0000948 "addic. $rD, $rA, $imm", IntGeneral,
Chris Lattner2d8032b2005-09-08 17:33:10 +0000949 []>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +0000950}
Evan Cheng94b5a802007-07-19 01:14:50 +0000951def ADDIS : DForm_2<15, (outs GPRC:$rD), (ins GPRC:$rA, symbolHi:$imm),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000952 "addis $rD, $rA, $imm", IntSimple,
Chris Lattner7e742e42006-06-20 22:34:10 +0000953 [(set GPRC:$rD, (add GPRC:$rA, imm16ShiftedSExt:$imm))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000954def LA : DForm_2<14, (outs GPRC:$rD), (ins GPRC:$rA, symbolLo:$sym),
Jim Laskey74ab9962005-10-19 19:51:16 +0000955 "la $rD, $sym($rA)", IntGeneral,
Chris Lattner4b11fa22005-11-17 17:52:01 +0000956 [(set GPRC:$rD, (add GPRC:$rA,
957 (PPClo tglobaladdr:$sym, 0)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000958def MULLI : DForm_2< 7, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm),
Jim Laskey74ab9962005-10-19 19:51:16 +0000959 "mulli $rD, $rA, $imm", IntMulLI,
Chris Lattner2d8032b2005-09-08 17:33:10 +0000960 [(set GPRC:$rD, (mul GPRC:$rA, immSExt16:$imm))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +0000961let Defs = [CARRY] in {
Evan Cheng94b5a802007-07-19 01:14:50 +0000962def SUBFIC : DForm_2< 8, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm),
Jim Laskey74ab9962005-10-19 19:51:16 +0000963 "subfic $rD, $rA, $imm", IntGeneral,
Nate Begeman21f87d02006-03-17 22:41:37 +0000964 [(set GPRC:$rD, (subc immSExt16:$imm, GPRC:$rA))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +0000965}
Bill Wendlingfb706bc2007-12-07 21:42:31 +0000966
Chris Lattneraca7ca32008-01-10 05:45:39 +0000967let isReMaterializable = 1 in {
Bill Wendlingfb706bc2007-12-07 21:42:31 +0000968 def LI : DForm_2_r0<14, (outs GPRC:$rD), (ins symbolLo:$imm),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000969 "li $rD, $imm", IntSimple,
Bill Wendlingfb706bc2007-12-07 21:42:31 +0000970 [(set GPRC:$rD, immSExt16:$imm)]>;
971 def LIS : DForm_2_r0<15, (outs GPRC:$rD), (ins symbolHi:$imm),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000972 "lis $rD, $imm", IntSimple,
Bill Wendlingfb706bc2007-12-07 21:42:31 +0000973 [(set GPRC:$rD, imm16ShiftedSExt:$imm)]>;
974}
Chris Lattner51348c52006-03-12 09:13:49 +0000975}
Chris Lattnere79a4512006-11-14 19:19:53 +0000976
Chris Lattner51348c52006-03-12 09:13:49 +0000977let PPC970_Unit = 1 in { // FXU Operations.
Evan Cheng94b5a802007-07-19 01:14:50 +0000978def ANDIo : DForm_4<28, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Jim Laskey74ab9962005-10-19 19:51:16 +0000979 "andi. $dst, $src1, $src2", IntGeneral,
Nate Begemanbc3ec1d2006-02-12 09:09:52 +0000980 [(set GPRC:$dst, (and GPRC:$src1, immZExt16:$src2))]>,
981 isDOT;
Evan Cheng94b5a802007-07-19 01:14:50 +0000982def ANDISo : DForm_4<29, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Jim Laskey74ab9962005-10-19 19:51:16 +0000983 "andis. $dst, $src1, $src2", IntGeneral,
Chris Lattner7e742e42006-06-20 22:34:10 +0000984 [(set GPRC:$dst, (and GPRC:$src1,imm16ShiftedZExt:$src2))]>,
Nate Begemanbc3ec1d2006-02-12 09:09:52 +0000985 isDOT;
Evan Cheng94b5a802007-07-19 01:14:50 +0000986def ORI : DForm_4<24, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000987 "ori $dst, $src1, $src2", IntSimple,
Chris Lattner6b013fc2005-09-14 18:18:39 +0000988 [(set GPRC:$dst, (or GPRC:$src1, immZExt16:$src2))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000989def ORIS : DForm_4<25, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000990 "oris $dst, $src1, $src2", IntSimple,
Chris Lattner7e742e42006-06-20 22:34:10 +0000991 [(set GPRC:$dst, (or GPRC:$src1, imm16ShiftedZExt:$src2))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000992def XORI : DForm_4<26, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000993 "xori $dst, $src1, $src2", IntSimple,
Chris Lattner6b013fc2005-09-14 18:18:39 +0000994 [(set GPRC:$dst, (xor GPRC:$src1, immZExt16:$src2))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +0000995def XORIS : DForm_4<27, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Hal Finkel8c33dde2012-06-12 19:01:24 +0000996 "xoris $dst, $src1, $src2", IntSimple,
Chris Lattner7e742e42006-06-20 22:34:10 +0000997 [(set GPRC:$dst, (xor GPRC:$src1,imm16ShiftedZExt:$src2))]>;
Hal Finkel8c33dde2012-06-12 19:01:24 +0000998def NOP : DForm_4_zero<24, (outs), (ins), "nop", IntSimple,
Nate Begemanade6f9a2005-12-09 23:54:18 +0000999 []>;
Evan Cheng58c3c302007-08-01 23:07:38 +00001000def CMPWI : DForm_5_ext<11, (outs CRRC:$crD), (ins GPRC:$rA, s16imm:$imm),
Jim Laskey74ab9962005-10-19 19:51:16 +00001001 "cmpwi $crD, $rA, $imm", IntCompare>;
Evan Cheng58c3c302007-08-01 23:07:38 +00001002def CMPLWI : DForm_6_ext<10, (outs CRRC:$dst), (ins GPRC:$src1, u16imm:$src2),
Jim Laskey74ab9962005-10-19 19:51:16 +00001003 "cmplwi $dst, $src1, $src2", IntCompare>;
Chris Lattner51348c52006-03-12 09:13:49 +00001004}
Nate Begeman4bfceb12004-09-04 05:00:00 +00001005
Chris Lattner2a85fa12006-03-25 07:51:43 +00001006
Chris Lattner51348c52006-03-12 09:13:49 +00001007let PPC970_Unit = 1 in { // FXU Operations.
Evan Cheng94b5a802007-07-19 01:14:50 +00001008def NAND : XForm_6<31, 476, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001009 "nand $rA, $rS, $rB", IntSimple,
Chris Lattner9220f922005-09-03 00:21:51 +00001010 [(set GPRC:$rA, (not (and GPRC:$rS, GPRC:$rB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001011def AND : XForm_6<31, 28, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001012 "and $rA, $rS, $rB", IntSimple,
Chris Lattner6b013fc2005-09-14 18:18:39 +00001013 [(set GPRC:$rA, (and GPRC:$rS, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001014def ANDC : XForm_6<31, 60, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001015 "andc $rA, $rS, $rB", IntSimple,
Chris Lattner9220f922005-09-03 00:21:51 +00001016 [(set GPRC:$rA, (and GPRC:$rS, (not GPRC:$rB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001017def OR : XForm_6<31, 444, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001018 "or $rA, $rS, $rB", IntSimple,
Chris Lattner6b013fc2005-09-14 18:18:39 +00001019 [(set GPRC:$rA, (or GPRC:$rS, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001020def NOR : XForm_6<31, 124, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001021 "nor $rA, $rS, $rB", IntSimple,
Chris Lattner9220f922005-09-03 00:21:51 +00001022 [(set GPRC:$rA, (not (or GPRC:$rS, GPRC:$rB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001023def ORC : XForm_6<31, 412, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001024 "orc $rA, $rS, $rB", IntSimple,
Chris Lattner9220f922005-09-03 00:21:51 +00001025 [(set GPRC:$rA, (or GPRC:$rS, (not GPRC:$rB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001026def EQV : XForm_6<31, 284, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001027 "eqv $rA, $rS, $rB", IntSimple,
Chris Lattner6b013fc2005-09-14 18:18:39 +00001028 [(set GPRC:$rA, (not (xor GPRC:$rS, GPRC:$rB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001029def XOR : XForm_6<31, 316, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001030 "xor $rA, $rS, $rB", IntSimple,
Chris Lattner868a75b2006-06-20 00:39:56 +00001031 [(set GPRC:$rA, (xor GPRC:$rS, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001032def SLW : XForm_6<31, 24, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001033 "slw $rA, $rS, $rB", IntGeneral,
Chris Lattnerfea33f72005-12-06 02:10:38 +00001034 [(set GPRC:$rA, (PPCshl GPRC:$rS, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001035def SRW : XForm_6<31, 536, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001036 "srw $rA, $rS, $rB", IntGeneral,
Chris Lattnerfea33f72005-12-06 02:10:38 +00001037 [(set GPRC:$rA, (PPCsrl GPRC:$rS, GPRC:$rB))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001038let Defs = [CARRY] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001039def SRAW : XForm_6<31, 792, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001040 "sraw $rA, $rS, $rB", IntShift,
Chris Lattnerfea33f72005-12-06 02:10:38 +00001041 [(set GPRC:$rA, (PPCsra GPRC:$rS, GPRC:$rB))]>;
Chris Lattner51348c52006-03-12 09:13:49 +00001042}
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001043}
Chris Lattnere79a4512006-11-14 19:19:53 +00001044
Chris Lattner51348c52006-03-12 09:13:49 +00001045let PPC970_Unit = 1 in { // FXU Operations.
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001046let Defs = [CARRY] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001047def SRAWI : XForm_10<31, 824, (outs GPRC:$rA), (ins GPRC:$rS, u5imm:$SH),
Jim Laskey74ab9962005-10-19 19:51:16 +00001048 "srawi $rA, $rS, $SH", IntShift,
Chris Lattnerf3322af2005-12-05 02:34:05 +00001049 [(set GPRC:$rA, (sra GPRC:$rS, (i32 imm:$SH)))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001050}
Evan Cheng94b5a802007-07-19 01:14:50 +00001051def CNTLZW : XForm_11<31, 26, (outs GPRC:$rA), (ins GPRC:$rS),
Jim Laskey74ab9962005-10-19 19:51:16 +00001052 "cntlzw $rA, $rS", IntGeneral,
Chris Lattnerdcbb5612005-09-02 22:35:53 +00001053 [(set GPRC:$rA, (ctlz GPRC:$rS))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001054def EXTSB : XForm_11<31, 954, (outs GPRC:$rA), (ins GPRC:$rS),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001055 "extsb $rA, $rS", IntSimple,
Chris Lattnerdcbb5612005-09-02 22:35:53 +00001056 [(set GPRC:$rA, (sext_inreg GPRC:$rS, i8))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001057def EXTSH : XForm_11<31, 922, (outs GPRC:$rA), (ins GPRC:$rS),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001058 "extsh $rA, $rS", IntSimple,
Chris Lattnerdcbb5612005-09-02 22:35:53 +00001059 [(set GPRC:$rA, (sext_inreg GPRC:$rS, i16))]>;
Chris Lattner4a66d692006-03-22 05:30:33 +00001060
Evan Cheng94b5a802007-07-19 01:14:50 +00001061def CMPW : XForm_16_ext<31, 0, (outs CRRC:$crD), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001062 "cmpw $crD, $rA, $rB", IntCompare>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001063def CMPLW : XForm_16_ext<31, 32, (outs CRRC:$crD), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001064 "cmplw $crD, $rA, $rB", IntCompare>;
Chris Lattner51348c52006-03-12 09:13:49 +00001065}
1066let PPC970_Unit = 3 in { // FPU Operations.
Evan Cheng94b5a802007-07-19 01:14:50 +00001067//def FCMPO : XForm_17<63, 32, (outs CRRC:$crD), (ins FPRC:$fA, FPRC:$fB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001068// "fcmpo $crD, $fA, $fB", FPCompare>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001069def FCMPUS : XForm_17<63, 0, (outs CRRC:$crD), (ins F4RC:$fA, F4RC:$fB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001070 "fcmpu $crD, $fA, $fB", FPCompare>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001071def FCMPUD : XForm_17<63, 0, (outs CRRC:$crD), (ins F8RC:$fA, F8RC:$fB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001072 "fcmpu $crD, $fA, $fB", FPCompare>;
Chris Lattnere79a4512006-11-14 19:19:53 +00001073
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001074let Uses = [RM] in {
1075 def FCTIWZ : XForm_26<63, 15, (outs F8RC:$frD), (ins F8RC:$frB),
1076 "fctiwz $frD, $frB", FPGeneral,
1077 [(set F8RC:$frD, (PPCfctiwz F8RC:$frB))]>;
1078 def FRSP : XForm_26<63, 12, (outs F4RC:$frD), (ins F8RC:$frB),
1079 "frsp $frD, $frB", FPGeneral,
1080 [(set F4RC:$frD, (fround F8RC:$frB))]>;
1081 def FSQRT : XForm_26<63, 22, (outs F8RC:$frD), (ins F8RC:$frB),
1082 "fsqrt $frD, $frB", FPSqrt,
1083 [(set F8RC:$frD, (fsqrt F8RC:$frB))]>;
1084 def FSQRTS : XForm_26<59, 22, (outs F4RC:$frD), (ins F4RC:$frB),
1085 "fsqrts $frD, $frB", FPSqrt,
1086 [(set F4RC:$frD, (fsqrt F4RC:$frB))]>;
1087 }
Chris Lattner51348c52006-03-12 09:13:49 +00001088}
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001089
Jakob Stoklund Olesen44629eb2010-07-16 21:03:52 +00001090/// Note that FMR is defined as pseudo-ops on the PPC970 because they are
Chris Lattnerf5efddf2006-03-24 07:12:19 +00001091/// often coalesced away and we don't want the dispatch group builder to think
Chris Lattner51348c52006-03-12 09:13:49 +00001092/// that they will fill slots (which could cause the load of a LSU reject to
1093/// sneak into a d-group with a store).
Jakob Stoklund Olesen17d54922010-02-26 21:53:24 +00001094def FMR : XForm_26<63, 72, (outs F4RC:$frD), (ins F4RC:$frB),
1095 "fmr $frD, $frB", FPGeneral,
1096 []>, // (set F4RC:$frD, F4RC:$frB)
1097 PPC970_Unit_Pseudo;
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001098
Chris Lattner51348c52006-03-12 09:13:49 +00001099let PPC970_Unit = 3 in { // FPU Operations.
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001100// These are artificially split into two different forms, for 4/8 byte FP.
Evan Cheng94b5a802007-07-19 01:14:50 +00001101def FABSS : XForm_26<63, 264, (outs F4RC:$frD), (ins F4RC:$frB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001102 "fabs $frD, $frB", FPGeneral,
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001103 [(set F4RC:$frD, (fabs F4RC:$frB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001104def FABSD : XForm_26<63, 264, (outs F8RC:$frD), (ins F8RC:$frB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001105 "fabs $frD, $frB", FPGeneral,
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001106 [(set F8RC:$frD, (fabs F8RC:$frB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001107def FNABSS : XForm_26<63, 136, (outs F4RC:$frD), (ins F4RC:$frB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001108 "fnabs $frD, $frB", FPGeneral,
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001109 [(set F4RC:$frD, (fneg (fabs F4RC:$frB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001110def FNABSD : XForm_26<63, 136, (outs F8RC:$frD), (ins F8RC:$frB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001111 "fnabs $frD, $frB", FPGeneral,
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001112 [(set F8RC:$frD, (fneg (fabs F8RC:$frB)))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001113def FNEGS : XForm_26<63, 40, (outs F4RC:$frD), (ins F4RC:$frB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001114 "fneg $frD, $frB", FPGeneral,
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001115 [(set F4RC:$frD, (fneg F4RC:$frB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001116def FNEGD : XForm_26<63, 40, (outs F8RC:$frD), (ins F8RC:$frB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001117 "fneg $frD, $frB", FPGeneral,
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001118 [(set F8RC:$frD, (fneg F8RC:$frB))]>;
Chris Lattner51348c52006-03-12 09:13:49 +00001119}
Chris Lattnerd3eee1a2005-10-01 01:35:02 +00001120
Nate Begeman6cdbd222004-08-29 22:45:13 +00001121
Nate Begeman143cf942004-08-30 02:28:06 +00001122// XL-Form instructions. condition register logical ops.
1123//
Evan Cheng94b5a802007-07-19 01:14:50 +00001124def MCRF : XLForm_3<19, 0, (outs CRRC:$BF), (ins CRRC:$BFA),
Chris Lattner51348c52006-03-12 09:13:49 +00001125 "mcrf $BF, $BFA", BrMCR>,
1126 PPC970_DGroup_First, PPC970_Unit_CRU;
Nate Begeman143cf942004-08-30 02:28:06 +00001127
Nicolas Geoffrayb1de7a32008-03-10 14:12:10 +00001128def CREQV : XLForm_1<19, 289, (outs CRBITRC:$CRD),
1129 (ins CRBITRC:$CRA, CRBITRC:$CRB),
Chris Lattner43df5b32007-02-25 05:34:32 +00001130 "creqv $CRD, $CRA, $CRB", BrCR,
1131 []>;
1132
Nicolas Geoffrayb1de7a32008-03-10 14:12:10 +00001133def CROR : XLForm_1<19, 449, (outs CRBITRC:$CRD),
1134 (ins CRBITRC:$CRA, CRBITRC:$CRB),
1135 "cror $CRD, $CRA, $CRB", BrCR,
1136 []>;
1137
1138def CRSET : XLForm_1_ext<19, 289, (outs CRBITRC:$dst), (ins),
Chris Lattner43df5b32007-02-25 05:34:32 +00001139 "creqv $dst, $dst, $dst", BrCR,
1140 []>;
1141
Roman Divacky71038e72011-08-30 17:04:16 +00001142def CRUNSET: XLForm_1_ext<19, 193, (outs CRBITRC:$dst), (ins),
1143 "crxor $dst, $dst, $dst", BrCR,
1144 []>;
1145
Chris Lattner51348c52006-03-12 09:13:49 +00001146// XFX-Form instructions. Instructions that deal with SPRs.
Nate Begeman143cf942004-08-30 02:28:06 +00001147//
Dale Johannesene395d782008-10-23 20:41:28 +00001148let Uses = [CTR] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001149def MFCTR : XFXForm_1_ext<31, 339, 9, (outs GPRC:$rT), (ins),
1150 "mfctr $rT", SprMFSPR>,
Chris Lattner51348c52006-03-12 09:13:49 +00001151 PPC970_DGroup_First, PPC970_Unit_FXU;
Dale Johannesene395d782008-10-23 20:41:28 +00001152}
1153let Defs = [CTR], Pattern = [(PPCmtctr GPRC:$rS)] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001154def MTCTR : XFXForm_7_ext<31, 467, 9, (outs), (ins GPRC:$rS),
1155 "mtctr $rS", SprMTSPR>,
Chris Lattner02e2c182006-03-13 21:52:10 +00001156 PPC970_DGroup_First, PPC970_Unit_FXU;
Chris Lattnereb755fc2006-05-17 19:00:46 +00001157}
Chris Lattner02e2c182006-03-13 21:52:10 +00001158
Dale Johannesene395d782008-10-23 20:41:28 +00001159let Defs = [LR] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001160def MTLR : XFXForm_7_ext<31, 467, 8, (outs), (ins GPRC:$rS),
1161 "mtlr $rS", SprMTSPR>,
Chris Lattner02e2c182006-03-13 21:52:10 +00001162 PPC970_DGroup_First, PPC970_Unit_FXU;
Dale Johannesene395d782008-10-23 20:41:28 +00001163}
1164let Uses = [LR] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001165def MFLR : XFXForm_1_ext<31, 339, 8, (outs GPRC:$rT), (ins),
1166 "mflr $rT", SprMFSPR>,
Chris Lattner51348c52006-03-12 09:13:49 +00001167 PPC970_DGroup_First, PPC970_Unit_FXU;
Dale Johannesene395d782008-10-23 20:41:28 +00001168}
Chris Lattner02e2c182006-03-13 21:52:10 +00001169
1170// Move to/from VRSAVE: despite being a SPR, the VRSAVE register is renamed like
1171// a GPR on the PPC970. As such, copies in and out have the same performance
1172// characteristics as an OR instruction.
Evan Cheng94b5a802007-07-19 01:14:50 +00001173def MTVRSAVE : XFXForm_7_ext<31, 467, 256, (outs), (ins GPRC:$rS),
Chris Lattner02e2c182006-03-13 21:52:10 +00001174 "mtspr 256, $rS", IntGeneral>,
Nate Begeman2e1fde72006-03-15 05:25:05 +00001175 PPC970_DGroup_Single, PPC970_Unit_FXU;
Evan Cheng94b5a802007-07-19 01:14:50 +00001176def MFVRSAVE : XFXForm_1_ext<31, 339, 256, (outs GPRC:$rT), (ins),
Chris Lattner02e2c182006-03-13 21:52:10 +00001177 "mfspr $rT, 256", IntGeneral>,
Nate Begeman2e1fde72006-03-15 05:25:05 +00001178 PPC970_DGroup_First, PPC970_Unit_FXU;
Chris Lattner02e2c182006-03-13 21:52:10 +00001179
Hal Finkelac9df3d2011-12-07 06:34:06 +00001180def MTCRF : XFXForm_5<31, 144, (outs crbitm:$FXM), (ins GPRC:$rS),
Chris Lattner51348c52006-03-12 09:13:49 +00001181 "mtcrf $FXM, $rS", BrMCRX>,
1182 PPC970_MicroCode, PPC970_Unit_CRU;
Dale Johannesend7d66382010-05-20 17:48:26 +00001183
1184// This is a pseudo for MFCR, which implicitly uses all 8 of its subregisters;
1185// declaring that here gives the local register allocator problems with this:
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001186// vreg = MCRF CR0
1187// MFCR <kill of whatever preg got assigned to vreg>
Dale Johannesend7d66382010-05-20 17:48:26 +00001188// while not declaring it breaks DeadMachineInstructionElimination.
1189// As it turns out, in all cases where we currently use this,
1190// we're only interested in one subregister of it. Represent this in the
1191// instruction to keep the register allocator from becoming confused.
Chris Lattner2f9f63a2010-11-14 22:03:15 +00001192//
1193// FIXME: Make this a real Pseudo instruction when the JIT switches to MC.
Dale Johannesend7d66382010-05-20 17:48:26 +00001194def MFCRpseud: XFXForm_3<31, 19, (outs GPRC:$rT), (ins crbitm:$FXM),
Chris Lattneraa4d03d2010-11-15 03:48:58 +00001195 "", SprMFCR>,
Chris Lattner6961fc72006-03-26 10:06:40 +00001196 PPC970_MicroCode, PPC970_Unit_CRU;
Chris Lattner2f9f63a2010-11-14 22:03:15 +00001197
1198def MFCR : XFXForm_3<31, 19, (outs GPRC:$rT), (ins),
1199 "mfcr $rT", SprMFCR>,
1200 PPC970_MicroCode, PPC970_Unit_CRU;
1201
Evan Cheng94b5a802007-07-19 01:14:50 +00001202def MFOCRF: XFXForm_5a<31, 19, (outs GPRC:$rT), (ins crbitm:$FXM),
Hal Finkel2c090582012-06-11 15:43:15 +00001203 "mfocrf $rT, $FXM", SprMFCR>,
Chris Lattner51348c52006-03-12 09:13:49 +00001204 PPC970_DGroup_First, PPC970_Unit_CRU;
Nate Begeman143cf942004-08-30 02:28:06 +00001205
Dale Johannesen666323e2007-10-10 01:01:31 +00001206// Instructions to manipulate FPSCR. Only long double handling uses these.
1207// FPSCR is not modelled; we use the SDNode Flag to keep things in order.
1208
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001209let Uses = [RM], Defs = [RM] in {
1210 def MTFSB0 : XForm_43<63, 70, (outs), (ins u5imm:$FM),
1211 "mtfsb0 $FM", IntMTFSB0,
1212 [(PPCmtfsb0 (i32 imm:$FM))]>,
1213 PPC970_DGroup_Single, PPC970_Unit_FPU;
1214 def MTFSB1 : XForm_43<63, 38, (outs), (ins u5imm:$FM),
1215 "mtfsb1 $FM", IntMTFSB0,
1216 [(PPCmtfsb1 (i32 imm:$FM))]>,
1217 PPC970_DGroup_Single, PPC970_Unit_FPU;
1218 // MTFSF does not actually produce an FP result. We pretend it copies
1219 // input reg B to the output. If we didn't do this it would look like the
1220 // instruction had no outputs (because we aren't modelling the FPSCR) and
1221 // it would be deleted.
1222 def MTFSF : XFLForm<63, 711, (outs F8RC:$FRA),
1223 (ins i32imm:$FM, F8RC:$rT, F8RC:$FRB),
1224 "mtfsf $FM, $rT", "$FRB = $FRA", IntMTFSB0,
1225 [(set F8RC:$FRA, (PPCmtfsf (i32 imm:$FM),
1226 F8RC:$rT, F8RC:$FRB))]>,
1227 PPC970_DGroup_Single, PPC970_Unit_FPU;
1228}
1229let Uses = [RM] in {
1230 def MFFS : XForm_42<63, 583, (outs F8RC:$rT), (ins),
1231 "mffs $rT", IntMFFS,
1232 [(set F8RC:$rT, (PPCmffs))]>,
1233 PPC970_DGroup_Single, PPC970_Unit_FPU;
1234 def FADDrtz: AForm_2<63, 21,
1235 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB),
1236 "fadd $FRT, $FRA, $FRB", FPGeneral,
1237 [(set F8RC:$FRT, (PPCfaddrtz F8RC:$FRA, F8RC:$FRB))]>,
1238 PPC970_DGroup_Single, PPC970_Unit_FPU;
1239}
1240
Dale Johannesen666323e2007-10-10 01:01:31 +00001241
Chris Lattner51348c52006-03-12 09:13:49 +00001242let PPC970_Unit = 1 in { // FXU Operations.
Nate Begeman143cf942004-08-30 02:28:06 +00001243
1244// XO-Form instructions. Arithmetic instructions that can set overflow bit
1245//
Evan Cheng94b5a802007-07-19 01:14:50 +00001246def ADD4 : XOForm_1<31, 266, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001247 "add $rT, $rA, $rB", IntSimple,
Chris Lattner3a1002d2005-09-02 21:18:00 +00001248 [(set GPRC:$rT, (add GPRC:$rA, GPRC:$rB))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001249let Defs = [CARRY] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001250def ADDC : XOForm_1<31, 10, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001251 "addc $rT, $rA, $rB", IntGeneral,
Chris Lattner7579cfb2006-03-13 05:15:10 +00001252 [(set GPRC:$rT, (addc GPRC:$rA, GPRC:$rB))]>,
1253 PPC970_DGroup_Cracked;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001254}
Evan Cheng94b5a802007-07-19 01:14:50 +00001255def DIVW : XOForm_1<31, 491, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001256 "divw $rT, $rA, $rB", IntDivW,
Chris Lattner51348c52006-03-12 09:13:49 +00001257 [(set GPRC:$rT, (sdiv GPRC:$rA, GPRC:$rB))]>,
Chris Lattner7579cfb2006-03-13 05:15:10 +00001258 PPC970_DGroup_First, PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +00001259def DIVWU : XOForm_1<31, 459, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001260 "divwu $rT, $rA, $rB", IntDivW,
Chris Lattner51348c52006-03-12 09:13:49 +00001261 [(set GPRC:$rT, (udiv GPRC:$rA, GPRC:$rB))]>,
Chris Lattner7579cfb2006-03-13 05:15:10 +00001262 PPC970_DGroup_First, PPC970_DGroup_Cracked;
Evan Cheng94b5a802007-07-19 01:14:50 +00001263def MULHW : XOForm_1<31, 75, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001264 "mulhw $rT, $rA, $rB", IntMulHW,
Chris Lattner3a1002d2005-09-02 21:18:00 +00001265 [(set GPRC:$rT, (mulhs GPRC:$rA, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001266def MULHWU : XOForm_1<31, 11, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001267 "mulhwu $rT, $rA, $rB", IntMulHWU,
Chris Lattner3a1002d2005-09-02 21:18:00 +00001268 [(set GPRC:$rT, (mulhu GPRC:$rA, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001269def MULLW : XOForm_1<31, 235, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001270 "mullw $rT, $rA, $rB", IntMulHW,
Chris Lattner3a1002d2005-09-02 21:18:00 +00001271 [(set GPRC:$rT, (mul GPRC:$rA, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001272def SUBF : XOForm_1<31, 40, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001273 "subf $rT, $rA, $rB", IntGeneral,
Chris Lattner3a1002d2005-09-02 21:18:00 +00001274 [(set GPRC:$rT, (sub GPRC:$rB, GPRC:$rA))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001275let Defs = [CARRY] in {
Evan Cheng94b5a802007-07-19 01:14:50 +00001276def SUBFC : XOForm_1<31, 8, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001277 "subfc $rT, $rA, $rB", IntGeneral,
Chris Lattner7579cfb2006-03-13 05:15:10 +00001278 [(set GPRC:$rT, (subc GPRC:$rB, GPRC:$rA))]>,
1279 PPC970_DGroup_Cracked;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001280}
1281def NEG : XOForm_3<31, 104, 0, (outs GPRC:$rT), (ins GPRC:$rA),
Hal Finkel8c33dde2012-06-12 19:01:24 +00001282 "neg $rT, $rA", IntSimple,
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001283 [(set GPRC:$rT, (ineg GPRC:$rA))]>;
1284let Uses = [CARRY], Defs = [CARRY] in {
1285def ADDE : XOForm_1<31, 138, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
1286 "adde $rT, $rA, $rB", IntGeneral,
1287 [(set GPRC:$rT, (adde GPRC:$rA, GPRC:$rB))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001288def ADDME : XOForm_3<31, 234, 0, (outs GPRC:$rT), (ins GPRC:$rA),
Jim Laskey74ab9962005-10-19 19:51:16 +00001289 "addme $rT, $rA", IntGeneral,
Chris Lattner986ab3f2010-02-21 03:12:16 +00001290 [(set GPRC:$rT, (adde GPRC:$rA, -1))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001291def ADDZE : XOForm_3<31, 202, 0, (outs GPRC:$rT), (ins GPRC:$rA),
Jim Laskey74ab9962005-10-19 19:51:16 +00001292 "addze $rT, $rA", IntGeneral,
Nate Begeman5965bd12006-02-17 05:43:56 +00001293 [(set GPRC:$rT, (adde GPRC:$rA, 0))]>;
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001294def SUBFE : XOForm_1<31, 136, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
1295 "subfe $rT, $rA, $rB", IntGeneral,
1296 [(set GPRC:$rT, (sube GPRC:$rB, GPRC:$rA))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001297def SUBFME : XOForm_3<31, 232, 0, (outs GPRC:$rT), (ins GPRC:$rA),
Nate Begeman5965bd12006-02-17 05:43:56 +00001298 "subfme $rT, $rA", IntGeneral,
Chris Lattner986ab3f2010-02-21 03:12:16 +00001299 [(set GPRC:$rT, (sube -1, GPRC:$rA))]>;
Evan Cheng94b5a802007-07-19 01:14:50 +00001300def SUBFZE : XOForm_3<31, 200, 0, (outs GPRC:$rT), (ins GPRC:$rA),
Jim Laskey74ab9962005-10-19 19:51:16 +00001301 "subfze $rT, $rA", IntGeneral,
Nate Begeman5965bd12006-02-17 05:43:56 +00001302 [(set GPRC:$rT, (sube 0, GPRC:$rA))]>;
Chris Lattner51348c52006-03-12 09:13:49 +00001303}
Dale Johannesen5e9a5c32009-09-18 20:15:22 +00001304}
Nate Begeman143cf942004-08-30 02:28:06 +00001305
1306// A-Form instructions. Most of the instructions executed in the FPU are of
1307// this type.
1308//
Chris Lattner51348c52006-03-12 09:13:49 +00001309let PPC970_Unit = 3 in { // FPU Operations.
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001310let Uses = [RM] in {
1311 def FMADD : AForm_1<63, 29,
1312 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB),
1313 "fmadd $FRT, $FRA, $FRC, $FRB", FPFused,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001314 [(set F8RC:$FRT,
1315 (fma F8RC:$FRA, F8RC:$FRC, F8RC:$FRB))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001316 def FMADDS : AForm_1<59, 29,
1317 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB),
1318 "fmadds $FRT, $FRA, $FRC, $FRB", FPGeneral,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001319 [(set F4RC:$FRT,
1320 (fma F4RC:$FRA, F4RC:$FRC, F4RC:$FRB))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001321 def FMSUB : AForm_1<63, 28,
1322 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB),
1323 "fmsub $FRT, $FRA, $FRC, $FRB", FPFused,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001324 [(set F8RC:$FRT,
1325 (fma F8RC:$FRA, F8RC:$FRC, (fneg F8RC:$FRB)))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001326 def FMSUBS : AForm_1<59, 28,
1327 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB),
1328 "fmsubs $FRT, $FRA, $FRC, $FRB", FPGeneral,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001329 [(set F4RC:$FRT,
1330 (fma F4RC:$FRA, F4RC:$FRC, (fneg F4RC:$FRB)))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001331 def FNMADD : AForm_1<63, 31,
1332 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB),
1333 "fnmadd $FRT, $FRA, $FRC, $FRB", FPFused,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001334 [(set F8RC:$FRT,
1335 (fneg (fma F8RC:$FRA, F8RC:$FRC, F8RC:$FRB)))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001336 def FNMADDS : AForm_1<59, 31,
1337 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB),
1338 "fnmadds $FRT, $FRA, $FRC, $FRB", FPGeneral,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001339 [(set F4RC:$FRT,
1340 (fneg (fma F4RC:$FRA, F4RC:$FRC, F4RC:$FRB)))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001341 def FNMSUB : AForm_1<63, 30,
1342 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB),
1343 "fnmsub $FRT, $FRA, $FRC, $FRB", FPFused,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001344 [(set F8RC:$FRT, (fneg (fma F8RC:$FRA, F8RC:$FRC,
1345 (fneg F8RC:$FRB))))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001346 def FNMSUBS : AForm_1<59, 30,
1347 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB),
1348 "fnmsubs $FRT, $FRA, $FRC, $FRB", FPGeneral,
Hal Finkel0a479ae2012-06-22 00:49:52 +00001349 [(set F4RC:$FRT, (fneg (fma F4RC:$FRA, F4RC:$FRC,
1350 (fneg F4RC:$FRB))))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001351}
Chris Lattner3734d202005-10-02 07:07:49 +00001352// FSEL is artificially split into 4 and 8-byte forms for the result. To avoid
1353// having 4 of these, force the comparison to always be an 8-byte double (code
1354// should use an FMRSD if the input comparison value really wants to be a float)
Chris Lattner9e986722005-10-02 06:58:23 +00001355// and 4/8 byte forms for the result and operand type..
Chris Lattner3734d202005-10-02 07:07:49 +00001356def FSELD : AForm_1<63, 23,
Evan Cheng94b5a802007-07-19 01:14:50 +00001357 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001358 "fsel $FRT, $FRA, $FRC, $FRB", FPGeneral,
Chris Lattner261009a2005-10-25 20:55:47 +00001359 [(set F8RC:$FRT, (PPCfsel F8RC:$FRA,F8RC:$FRC,F8RC:$FRB))]>;
Chris Lattner3734d202005-10-02 07:07:49 +00001360def FSELS : AForm_1<63, 23,
Evan Cheng94b5a802007-07-19 01:14:50 +00001361 (outs F4RC:$FRT), (ins F8RC:$FRA, F4RC:$FRC, F4RC:$FRB),
Jim Laskey74ab9962005-10-19 19:51:16 +00001362 "fsel $FRT, $FRA, $FRC, $FRB", FPGeneral,
Chris Lattner261009a2005-10-25 20:55:47 +00001363 [(set F4RC:$FRT, (PPCfsel F8RC:$FRA,F4RC:$FRC,F4RC:$FRB))]>;
Dale Johannesen98aa9d32008-10-29 18:26:45 +00001364let Uses = [RM] in {
1365 def FADD : AForm_2<63, 21,
1366 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB),
1367 "fadd $FRT, $FRA, $FRB", FPGeneral,
1368 [(set F8RC:$FRT, (fadd F8RC:$FRA, F8RC:$FRB))]>;
1369 def FADDS : AForm_2<59, 21,
1370 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB),
1371 "fadds $FRT, $FRA, $FRB", FPGeneral,
1372 [(set F4RC:$FRT, (fadd F4RC:$FRA, F4RC:$FRB))]>;
1373 def FDIV : AForm_2<63, 18,
1374 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB),
1375 "fdiv $FRT, $FRA, $FRB", FPDivD,
1376 [(set F8RC:$FRT, (fdiv F8RC:$FRA, F8RC:$FRB))]>;
1377 def FDIVS : AForm_2<59, 18,
1378 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB),
1379 "fdivs $FRT, $FRA, $FRB", FPDivS,
1380 [(set F4RC:$FRT, (fdiv F4RC:$FRA, F4RC:$FRB))]>;
1381 def FMUL : AForm_3<63, 25,
1382 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB),
1383 "fmul $FRT, $FRA, $FRB", FPFused,
1384 [(set F8RC:$FRT, (fmul F8RC:$FRA, F8RC:$FRB))]>;
1385 def FMULS : AForm_3<59, 25,
1386 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB),
1387 "fmuls $FRT, $FRA, $FRB", FPGeneral,
1388 [(set F4RC:$FRT, (fmul F4RC:$FRA, F4RC:$FRB))]>;
1389 def FSUB : AForm_2<63, 20,
1390 (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB),
1391 "fsub $FRT, $FRA, $FRB", FPGeneral,
1392 [(set F8RC:$FRT, (fsub F8RC:$FRA, F8RC:$FRB))]>;
1393 def FSUBS : AForm_2<59, 20,
1394 (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB),
1395 "fsubs $FRT, $FRA, $FRB", FPGeneral,
1396 [(set F4RC:$FRT, (fsub F4RC:$FRA, F4RC:$FRB))]>;
1397 }
Chris Lattner51348c52006-03-12 09:13:49 +00001398}
Nate Begeman143cf942004-08-30 02:28:06 +00001399
Chris Lattner51348c52006-03-12 09:13:49 +00001400let PPC970_Unit = 1 in { // FXU Operations.
Hal Finkel460e94d2012-06-22 23:10:08 +00001401 def ISEL : AForm_1<31, 15,
1402 (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB, pred:$cond),
1403 "isel $rT, $rA, $rB, $cond", IntGeneral,
1404 []>;
1405}
1406
1407let PPC970_Unit = 1 in { // FXU Operations.
Nate Begemana113d742004-08-31 02:28:08 +00001408// M-Form instructions. rotate and mask instructions.
1409//
Chris Lattner57711562006-11-15 23:24:18 +00001410let isCommutable = 1 in {
Chris Lattnerc37a2f12005-09-09 18:17:41 +00001411// RLWIMI can be commuted if the rotate amount is zero.
Chris Lattnerbaa9be52005-04-19 05:21:30 +00001412def RLWIMI : MForm_2<20,
Evan Cheng94b5a802007-07-19 01:14:50 +00001413 (outs GPRC:$rA), (ins GPRC:$rSi, GPRC:$rS, u5imm:$SH, u5imm:$MB,
Jim Laskey74ab9962005-10-19 19:51:16 +00001414 u5imm:$ME), "rlwimi $rA, $rS, $SH, $MB, $ME", IntRotate,
Chris Lattner57711562006-11-15 23:24:18 +00001415 []>, PPC970_DGroup_Cracked, RegConstraint<"$rSi = $rA">,
1416 NoEncode<"$rSi">;
Nate Begeman29dc5f22004-10-16 20:43:38 +00001417}
Chris Lattnerbaa9be52005-04-19 05:21:30 +00001418def RLWINM : MForm_2<21,
Evan Cheng94b5a802007-07-19 01:14:50 +00001419 (outs GPRC:$rA), (ins GPRC:$rS, u5imm:$SH, u5imm:$MB, u5imm:$ME),
Jim Laskey74ab9962005-10-19 19:51:16 +00001420 "rlwinm $rA, $rS, $SH, $MB, $ME", IntGeneral,
Nate Begeman9f3c26c2005-10-19 18:42:01 +00001421 []>;
Chris Lattnerbaa9be52005-04-19 05:21:30 +00001422def RLWINMo : MForm_2<21,
Evan Cheng94b5a802007-07-19 01:14:50 +00001423 (outs GPRC:$rA), (ins GPRC:$rS, u5imm:$SH, u5imm:$MB, u5imm:$ME),
Jim Laskey74ab9962005-10-19 19:51:16 +00001424 "rlwinm. $rA, $rS, $SH, $MB, $ME", IntGeneral,
Chris Lattner7579cfb2006-03-13 05:15:10 +00001425 []>, isDOT, PPC970_DGroup_Cracked;
Chris Lattnerbaa9be52005-04-19 05:21:30 +00001426def RLWNM : MForm_2<23,
Evan Cheng94b5a802007-07-19 01:14:50 +00001427 (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB, u5imm:$MB, u5imm:$ME),
Jim Laskey74ab9962005-10-19 19:51:16 +00001428 "rlwnm $rA, $rS, $rB, $MB, $ME", IntGeneral,
Nate Begeman9f3c26c2005-10-19 18:42:01 +00001429 []>;
Chris Lattner51348c52006-03-12 09:13:49 +00001430}
Nate Begemana113d742004-08-31 02:28:08 +00001431
Chris Lattner382f3562006-03-20 06:15:45 +00001432
Chris Lattner39b4d83f2005-09-09 00:39:56 +00001433//===----------------------------------------------------------------------===//
1434// PowerPC Instruction Patterns
1435//
1436
Chris Lattner4435b142005-09-26 22:20:16 +00001437// Arbitrary immediate support. Implement in terms of LIS/ORI.
1438def : Pat<(i32 imm:$imm),
1439 (ORI (LIS (HI16 imm:$imm)), (LO16 imm:$imm))>;
Chris Lattner8cd7b882005-09-28 17:13:15 +00001440
1441// Implement the 'not' operation with the NOR instruction.
1442def NOT : Pat<(not GPRC:$in),
1443 (NOR GPRC:$in, GPRC:$in)>;
1444
Chris Lattnerd4e9e8b2005-09-28 23:07:13 +00001445// ADD an arbitrary immediate.
1446def : Pat<(add GPRC:$in, imm:$imm),
1447 (ADDIS (ADDI GPRC:$in, (LO16 imm:$imm)), (HA16 imm:$imm))>;
1448// OR an arbitrary immediate.
Chris Lattner39b4d83f2005-09-09 00:39:56 +00001449def : Pat<(or GPRC:$in, imm:$imm),
1450 (ORIS (ORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
Chris Lattnerd4e9e8b2005-09-28 23:07:13 +00001451// XOR an arbitrary immediate.
Chris Lattner39b4d83f2005-09-09 00:39:56 +00001452def : Pat<(xor GPRC:$in, imm:$imm),
1453 (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
Nate Begeman5965bd12006-02-17 05:43:56 +00001454// SUBFIC
Nate Begeman21f87d02006-03-17 22:41:37 +00001455def : Pat<(sub immSExt16:$imm, GPRC:$in),
Nate Begeman5965bd12006-02-17 05:43:56 +00001456 (SUBFIC GPRC:$in, imm:$imm)>;
Chris Lattner5b6f4dc2005-10-19 01:38:02 +00001457
Chris Lattnerb4299832006-06-16 20:22:01 +00001458// SHL/SRL
Chris Lattnerf3322af2005-12-05 02:34:05 +00001459def : Pat<(shl GPRC:$in, (i32 imm:$imm)),
Nate Begeman9f3c26c2005-10-19 18:42:01 +00001460 (RLWINM GPRC:$in, imm:$imm, 0, (SHL32 imm:$imm))>;
Chris Lattnerf3322af2005-12-05 02:34:05 +00001461def : Pat<(srl GPRC:$in, (i32 imm:$imm)),
Nate Begeman9f3c26c2005-10-19 18:42:01 +00001462 (RLWINM GPRC:$in, (SRL32 imm:$imm), imm:$imm, 31)>;
Nate Begeman9f3c26c2005-10-19 18:42:01 +00001463
Nate Begeman1b8121b2006-01-11 21:21:00 +00001464// ROTL
1465def : Pat<(rotl GPRC:$in, GPRC:$sh),
1466 (RLWNM GPRC:$in, GPRC:$sh, 0, 31)>;
1467def : Pat<(rotl GPRC:$in, (i32 imm:$imm)),
1468 (RLWINM GPRC:$in, imm:$imm, 0, 31)>;
Chris Lattnereb755fc2006-05-17 19:00:46 +00001469
Nate Begemand31efd12006-09-22 05:01:56 +00001470// RLWNM
1471def : Pat<(and (rotl GPRC:$in, GPRC:$sh), maskimm32:$imm),
1472 (RLWNM GPRC:$in, GPRC:$sh, (MB maskimm32:$imm), (ME maskimm32:$imm))>;
1473
Chris Lattnereb755fc2006-05-17 19:00:46 +00001474// Calls
Tilmann Scheller773f14c2009-07-03 06:47:08 +00001475def : Pat<(PPCcall_Darwin (i32 tglobaladdr:$dst)),
1476 (BL_Darwin tglobaladdr:$dst)>;
1477def : Pat<(PPCcall_Darwin (i32 texternalsym:$dst)),
1478 (BL_Darwin texternalsym:$dst)>;
1479def : Pat<(PPCcall_SVR4 (i32 tglobaladdr:$dst)),
1480 (BL_SVR4 tglobaladdr:$dst)>;
1481def : Pat<(PPCcall_SVR4 (i32 texternalsym:$dst)),
1482 (BL_SVR4 texternalsym:$dst)>;
Chris Lattnereb755fc2006-05-17 19:00:46 +00001483
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00001484
1485def : Pat<(PPCtc_return (i32 tglobaladdr:$dst), imm:$imm),
1486 (TCRETURNdi tglobaladdr:$dst, imm:$imm)>;
1487
1488def : Pat<(PPCtc_return (i32 texternalsym:$dst), imm:$imm),
1489 (TCRETURNdi texternalsym:$dst, imm:$imm)>;
1490
1491def : Pat<(PPCtc_return CTRRC:$dst, imm:$imm),
1492 (TCRETURNri CTRRC:$dst, imm:$imm)>;
1493
1494
1495
Chris Lattner595088a2005-11-17 07:30:41 +00001496// Hi and Lo for Darwin Global Addresses.
Chris Lattner090eed02005-12-11 07:45:47 +00001497def : Pat<(PPChi tglobaladdr:$in, 0), (LIS tglobaladdr:$in)>;
1498def : Pat<(PPClo tglobaladdr:$in, 0), (LI tglobaladdr:$in)>;
1499def : Pat<(PPChi tconstpool:$in, 0), (LIS tconstpool:$in)>;
1500def : Pat<(PPClo tconstpool:$in, 0), (LI tconstpool:$in)>;
Nate Begeman4ca2ea52006-04-22 18:53:45 +00001501def : Pat<(PPChi tjumptable:$in, 0), (LIS tjumptable:$in)>;
1502def : Pat<(PPClo tjumptable:$in, 0), (LI tjumptable:$in)>;
Bob Wilsonf84f7102009-11-04 21:31:18 +00001503def : Pat<(PPChi tblockaddress:$in, 0), (LIS tblockaddress:$in)>;
1504def : Pat<(PPClo tblockaddress:$in, 0), (LI tblockaddress:$in)>;
Roman Divackye3f15c982012-06-04 17:36:38 +00001505def : Pat<(PPChi tglobaltlsaddr:$g, GPRC:$in),
1506 (ADDIS GPRC:$in, tglobaltlsaddr:$g)>;
1507def : Pat<(PPClo tglobaltlsaddr:$g, GPRC:$in),
1508 (ADDIL GPRC:$in, tglobaltlsaddr:$g)>;
Chris Lattner4b11fa22005-11-17 17:52:01 +00001509def : Pat<(add GPRC:$in, (PPChi tglobaladdr:$g, 0)),
1510 (ADDIS GPRC:$in, tglobaladdr:$g)>;
Nate Begeman4e56db62005-12-10 02:36:00 +00001511def : Pat<(add GPRC:$in, (PPChi tconstpool:$g, 0)),
1512 (ADDIS GPRC:$in, tconstpool:$g)>;
Nate Begeman4ca2ea52006-04-22 18:53:45 +00001513def : Pat<(add GPRC:$in, (PPChi tjumptable:$g, 0)),
1514 (ADDIS GPRC:$in, tjumptable:$g)>;
Bob Wilsonf84f7102009-11-04 21:31:18 +00001515def : Pat<(add GPRC:$in, (PPChi tblockaddress:$g, 0)),
1516 (ADDIS GPRC:$in, tblockaddress:$g)>;
Chris Lattner595088a2005-11-17 07:30:41 +00001517
Chris Lattnerfea33f72005-12-06 02:10:38 +00001518// Standard shifts. These are represented separately from the real shifts above
1519// so that we can distinguish between shifts that allow 5-bit and 6-bit shift
1520// amounts.
1521def : Pat<(sra GPRC:$rS, GPRC:$rB),
1522 (SRAW GPRC:$rS, GPRC:$rB)>;
1523def : Pat<(srl GPRC:$rS, GPRC:$rB),
1524 (SRW GPRC:$rS, GPRC:$rB)>;
1525def : Pat<(shl GPRC:$rS, GPRC:$rB),
1526 (SLW GPRC:$rS, GPRC:$rB)>;
1527
Evan Chenge71fe34d2006-10-09 20:57:25 +00001528def : Pat<(zextloadi1 iaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001529 (LBZ iaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001530def : Pat<(zextloadi1 xaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001531 (LBZX xaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001532def : Pat<(extloadi1 iaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001533 (LBZ iaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001534def : Pat<(extloadi1 xaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001535 (LBZX xaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001536def : Pat<(extloadi8 iaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001537 (LBZ iaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001538def : Pat<(extloadi8 xaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001539 (LBZX xaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001540def : Pat<(extloadi16 iaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001541 (LHZ iaddr:$src)>;
Evan Chenge71fe34d2006-10-09 20:57:25 +00001542def : Pat<(extloadi16 xaddr:$src),
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001543 (LHZX xaddr:$src)>;
Jakob Stoklund Olesen44629eb2010-07-16 21:03:52 +00001544def : Pat<(f64 (extloadf32 iaddr:$src)),
1545 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
1546def : Pat<(f64 (extloadf32 xaddr:$src)),
1547 (COPY_TO_REGCLASS (LFSX xaddr:$src), F8RC)>;
1548
1549def : Pat<(f64 (fextend F4RC:$src)),
1550 (COPY_TO_REGCLASS F4RC:$src, F8RC)>;
Nate Begeman8e6a8af2005-12-19 23:25:09 +00001551
Dale Johannesened86f682008-08-22 17:20:54 +00001552// Memory barriers
Chris Lattnerd1708922010-02-23 06:54:29 +00001553def : Pat<(membarrier (i32 imm /*ll*/),
1554 (i32 imm /*ls*/),
1555 (i32 imm /*sl*/),
1556 (i32 imm /*ss*/),
1557 (i32 imm /*device*/)),
Dale Johannesened86f682008-08-22 17:20:54 +00001558 (SYNC)>;
1559
Eli Friedman26a48482011-07-27 22:21:52 +00001560def : Pat<(atomic_fence (imm), (imm)), (SYNC)>;
1561
Chris Lattner2a85fa12006-03-25 07:51:43 +00001562include "PPCInstrAltivec.td"
Chris Lattnerb4299832006-06-16 20:22:01 +00001563include "PPCInstr64Bit.td"