Jia Liu | 31d157a | 2012-02-18 12:03:15 +0000 | [diff] [blame] | 1 | //===-- PPCInstrInfo.td - The PowerPC Instruction Set ------*- tablegen -*-===// |
| 2 | // |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
Chris Lattner | 4ee451d | 2007-12-29 20:36:04 +0000 | [diff] [blame] | 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
Jia Liu | 31d157a | 2012-02-18 12:03:15 +0000 | [diff] [blame] | 7 | // |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
Misha Brukman | 4ad7d1b | 2004-08-09 17:24:04 +0000 | [diff] [blame] | 10 | // This file describes the subset of the 32-bit PowerPC instruction set, as used |
| 11 | // by the PowerPC instruction selector. |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 12 | // |
| 13 | //===----------------------------------------------------------------------===// |
| 14 | |
Chris Lattner | f379997 | 2005-10-14 23:40:39 +0000 | [diff] [blame] | 15 | include "PPCInstrFormats.td" |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 16 | |
Chris Lattner | e6115b3 | 2005-10-25 20:41:46 +0000 | [diff] [blame] | 17 | //===----------------------------------------------------------------------===// |
Chris Lattner | 5126984 | 2006-03-01 05:50:56 +0000 | [diff] [blame] | 18 | // PowerPC specific type constraints. |
| 19 | // |
| 20 | def SDT_PPCstfiwx : SDTypeProfile<0, 2, [ // stfiwx |
| 21 | SDTCisVT<0, f64>, SDTCisPtrTy<1> |
| 22 | ]>; |
Bill Wendling | c69107c | 2007-11-13 09:19:02 +0000 | [diff] [blame] | 23 | def SDT_PPCCallSeqStart : SDCallSeqStart<[ SDTCisVT<0, i32> ]>; |
| 24 | def SDT_PPCCallSeqEnd : SDCallSeqEnd<[ SDTCisVT<0, i32>, |
| 25 | SDTCisVT<1, i32> ]>; |
Chris Lattner | f1d0b2b | 2006-03-20 01:53:53 +0000 | [diff] [blame] | 26 | def SDT_PPCvperm : SDTypeProfile<1, 3, [ |
| 27 | SDTCisVT<3, v16i8>, SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2> |
| 28 | ]>; |
| 29 | |
Chris Lattner | a17b155 | 2006-03-31 05:13:27 +0000 | [diff] [blame] | 30 | def SDT_PPCvcmp : SDTypeProfile<1, 3, [ |
Chris Lattner | 6d92cad | 2006-03-26 10:06:40 +0000 | [diff] [blame] | 31 | SDTCisSameAs<0, 1>, SDTCisSameAs<1, 2>, SDTCisVT<3, i32> |
| 32 | ]>; |
| 33 | |
Chris Lattner | 90564f2 | 2006-04-18 17:59:36 +0000 | [diff] [blame] | 34 | def SDT_PPCcondbr : SDTypeProfile<0, 3, [ |
Chris Lattner | 18258c6 | 2006-11-17 22:37:34 +0000 | [diff] [blame] | 35 | SDTCisVT<0, i32>, SDTCisVT<2, OtherVT> |
Chris Lattner | 90564f2 | 2006-04-18 17:59:36 +0000 | [diff] [blame] | 36 | ]>; |
| 37 | |
Dan Gohman | c76909a | 2009-09-25 20:36:54 +0000 | [diff] [blame] | 38 | def SDT_PPClbrx : SDTypeProfile<1, 2, [ |
Hal Finkel | efdd467 | 2013-03-28 19:25:55 +0000 | [diff] [blame] | 39 | SDTCisInt<0>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT> |
Chris Lattner | d998938 | 2006-07-10 20:56:58 +0000 | [diff] [blame] | 40 | ]>; |
Dan Gohman | c76909a | 2009-09-25 20:36:54 +0000 | [diff] [blame] | 41 | def SDT_PPCstbrx : SDTypeProfile<0, 3, [ |
Hal Finkel | efdd467 | 2013-03-28 19:25:55 +0000 | [diff] [blame] | 42 | SDTCisInt<0>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT> |
Chris Lattner | d998938 | 2006-07-10 20:56:58 +0000 | [diff] [blame] | 43 | ]>; |
| 44 | |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 45 | def SDT_PPClarx : SDTypeProfile<1, 1, [ |
| 46 | SDTCisInt<0>, SDTCisPtrTy<1> |
Evan Cheng | 54fc97d | 2008-04-19 01:30:48 +0000 | [diff] [blame] | 47 | ]>; |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 48 | def SDT_PPCstcx : SDTypeProfile<0, 2, [ |
| 49 | SDTCisInt<0>, SDTCisPtrTy<1> |
Evan Cheng | 54fc97d | 2008-04-19 01:30:48 +0000 | [diff] [blame] | 50 | ]>; |
| 51 | |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 52 | def SDT_PPCTC_ret : SDTypeProfile<0, 2, [ |
| 53 | SDTCisPtrTy<0>, SDTCisVT<1, i32> |
| 54 | ]>; |
| 55 | |
Tilmann Scheller | 6b16eff | 2009-08-15 11:54:46 +0000 | [diff] [blame] | 56 | |
Chris Lattner | 5126984 | 2006-03-01 05:50:56 +0000 | [diff] [blame] | 57 | //===----------------------------------------------------------------------===// |
Chris Lattner | e6115b3 | 2005-10-25 20:41:46 +0000 | [diff] [blame] | 58 | // PowerPC specific DAG Nodes. |
| 59 | // |
| 60 | |
| 61 | def PPCfcfid : SDNode<"PPCISD::FCFID" , SDTFPUnaryOp, []>; |
| 62 | def PPCfctidz : SDNode<"PPCISD::FCTIDZ", SDTFPUnaryOp, []>; |
| 63 | def PPCfctiwz : SDNode<"PPCISD::FCTIWZ", SDTFPUnaryOp, []>; |
Chris Lattner | c8478d8 | 2008-01-06 06:44:58 +0000 | [diff] [blame] | 64 | def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx, |
| 65 | [SDNPHasChain, SDNPMayStore]>; |
Chris Lattner | e6115b3 | 2005-10-25 20:41:46 +0000 | [diff] [blame] | 66 | |
Ulrich Weigand | 7d35d3f | 2013-03-26 10:56:22 +0000 | [diff] [blame] | 67 | // Extract FPSCR (not modeled at the DAG level). |
| 68 | def PPCmffs : SDNode<"PPCISD::MFFS", |
| 69 | SDTypeProfile<1, 0, [SDTCisVT<0, f64>]>, []>; |
| 70 | |
| 71 | // Perform FADD in round-to-zero mode. |
| 72 | def PPCfaddrtz: SDNode<"PPCISD::FADDRTZ", SDTFPBinOp, []>; |
| 73 | |
Dale Johannesen | 6eaeff2 | 2007-10-10 01:01:31 +0000 | [diff] [blame] | 74 | |
Chris Lattner | 9c73f09 | 2005-10-25 20:55:47 +0000 | [diff] [blame] | 75 | def PPCfsel : SDNode<"PPCISD::FSEL", |
| 76 | // Type constraint for fsel. |
| 77 | SDTypeProfile<1, 3, [SDTCisSameAs<0, 2>, SDTCisSameAs<0, 3>, |
| 78 | SDTCisFP<0>, SDTCisVT<1, f64>]>, []>; |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 79 | |
Nate Begeman | 993aeb2 | 2005-12-13 22:55:22 +0000 | [diff] [blame] | 80 | def PPChi : SDNode<"PPCISD::Hi", SDTIntBinOp, []>; |
| 81 | def PPClo : SDNode<"PPCISD::Lo", SDTIntBinOp, []>; |
Tilmann Scheller | 6b16eff | 2009-08-15 11:54:46 +0000 | [diff] [blame] | 82 | def PPCtoc_entry: SDNode<"PPCISD::TOC_ENTRY", SDTIntBinOp, [SDNPMayLoad]>; |
Nate Begeman | 993aeb2 | 2005-12-13 22:55:22 +0000 | [diff] [blame] | 83 | def PPCvmaddfp : SDNode<"PPCISD::VMADDFP", SDTFPTernaryOp, []>; |
| 84 | def PPCvnmsubfp : SDNode<"PPCISD::VNMSUBFP", SDTFPTernaryOp, []>; |
Chris Lattner | 860e886 | 2005-11-17 07:30:41 +0000 | [diff] [blame] | 85 | |
Bill Schmidt | b453e16 | 2012-12-14 17:02:38 +0000 | [diff] [blame] | 86 | def PPCaddisGotTprelHA : SDNode<"PPCISD::ADDIS_GOT_TPREL_HA", SDTIntBinOp>; |
| 87 | def PPCldGotTprelL : SDNode<"PPCISD::LD_GOT_TPREL_L", SDTIntBinOp, |
| 88 | [SDNPMayLoad]>; |
Bill Schmidt | d7802bf | 2012-12-04 16:18:08 +0000 | [diff] [blame] | 89 | def PPCaddTls : SDNode<"PPCISD::ADD_TLS", SDTIntBinOp, []>; |
Bill Schmidt | 57ac1f4 | 2012-12-11 20:30:11 +0000 | [diff] [blame] | 90 | def PPCaddisTlsgdHA : SDNode<"PPCISD::ADDIS_TLSGD_HA", SDTIntBinOp>; |
| 91 | def PPCaddiTlsgdL : SDNode<"PPCISD::ADDI_TLSGD_L", SDTIntBinOp>; |
| 92 | def PPCgetTlsAddr : SDNode<"PPCISD::GET_TLS_ADDR", SDTIntBinOp>; |
Bill Schmidt | 349c278 | 2012-12-12 19:29:35 +0000 | [diff] [blame] | 93 | def PPCaddisTlsldHA : SDNode<"PPCISD::ADDIS_TLSLD_HA", SDTIntBinOp>; |
| 94 | def PPCaddiTlsldL : SDNode<"PPCISD::ADDI_TLSLD_L", SDTIntBinOp>; |
| 95 | def PPCgetTlsldAddr : SDNode<"PPCISD::GET_TLSLD_ADDR", SDTIntBinOp>; |
| 96 | def PPCaddisDtprelHA : SDNode<"PPCISD::ADDIS_DTPREL_HA", SDTIntBinOp, |
| 97 | [SDNPHasChain]>; |
| 98 | def PPCaddiDtprelL : SDNode<"PPCISD::ADDI_DTPREL_L", SDTIntBinOp>; |
Bill Schmidt | d7802bf | 2012-12-04 16:18:08 +0000 | [diff] [blame] | 99 | |
Chris Lattner | f1d0b2b | 2006-03-20 01:53:53 +0000 | [diff] [blame] | 100 | def PPCvperm : SDNode<"PPCISD::VPERM", SDT_PPCvperm, []>; |
Chris Lattner | b2177b9 | 2006-03-19 06:55:52 +0000 | [diff] [blame] | 101 | |
Chris Lattner | 4172b10 | 2005-12-06 02:10:38 +0000 | [diff] [blame] | 102 | // These nodes represent the 32-bit PPC shifts that operate on 6-bit shift |
| 103 | // amounts. These nodes are generated by the multi-precision shift code. |
Chris Lattner | af8ee84 | 2008-03-07 20:18:24 +0000 | [diff] [blame] | 104 | def PPCsrl : SDNode<"PPCISD::SRL" , SDTIntShiftOp>; |
| 105 | def PPCsra : SDNode<"PPCISD::SRA" , SDTIntShiftOp>; |
| 106 | def PPCshl : SDNode<"PPCISD::SHL" , SDTIntShiftOp>; |
Chris Lattner | 4172b10 | 2005-12-06 02:10:38 +0000 | [diff] [blame] | 107 | |
Chris Lattner | ecfe55e | 2006-03-22 05:30:33 +0000 | [diff] [blame] | 108 | def PPCextsw_32 : SDNode<"PPCISD::EXTSW_32" , SDTIntUnaryOp>; |
Chris Lattner | c8478d8 | 2008-01-06 06:44:58 +0000 | [diff] [blame] | 109 | def PPCstd_32 : SDNode<"PPCISD::STD_32" , SDTStore, |
| 110 | [SDNPHasChain, SDNPMayStore]>; |
Chris Lattner | ecfe55e | 2006-03-22 05:30:33 +0000 | [diff] [blame] | 111 | |
Chris Lattner | 937a79d | 2005-12-04 19:01:59 +0000 | [diff] [blame] | 112 | // These are target-independent nodes, but have target-specific formats. |
Bill Wendling | c69107c | 2007-11-13 09:19:02 +0000 | [diff] [blame] | 113 | def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_PPCCallSeqStart, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 114 | [SDNPHasChain, SDNPOutGlue]>; |
Bill Wendling | c69107c | 2007-11-13 09:19:02 +0000 | [diff] [blame] | 115 | def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PPCCallSeqEnd, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 116 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>; |
Chris Lattner | 937a79d | 2005-12-04 19:01:59 +0000 | [diff] [blame] | 117 | |
Chris Lattner | 2e6b77d | 2006-06-27 18:36:44 +0000 | [diff] [blame] | 118 | def SDT_PPCCall : SDTypeProfile<0, -1, [SDTCisInt<0>]>; |
Ulrich Weigand | 86765fb | 2013-03-22 15:24:13 +0000 | [diff] [blame] | 119 | def PPCcall : SDNode<"PPCISD::CALL", SDT_PPCCall, |
| 120 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue, |
| 121 | SDNPVariadic]>; |
| 122 | def PPCcall_nop : SDNode<"PPCISD::CALL_NOP", SDT_PPCCall, |
| 123 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue, |
| 124 | SDNPVariadic]>; |
Tilmann Scheller | 3a84dae | 2009-12-18 13:00:15 +0000 | [diff] [blame] | 125 | def PPCload : SDNode<"PPCISD::LOAD", SDTypeProfile<1, 1, []>, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 126 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>; |
Tilmann Scheller | 3a84dae | 2009-12-18 13:00:15 +0000 | [diff] [blame] | 127 | def PPCload_toc : SDNode<"PPCISD::LOAD_TOC", SDTypeProfile<0, 1, []>, |
Jakob Stoklund Olesen | ea47628 | 2012-08-24 14:43:27 +0000 | [diff] [blame] | 128 | [SDNPHasChain, SDNPSideEffect, |
| 129 | SDNPInGlue, SDNPOutGlue]>; |
Tilmann Scheller | 3a84dae | 2009-12-18 13:00:15 +0000 | [diff] [blame] | 130 | def PPCtoc_restore : SDNode<"PPCISD::TOC_RESTORE", SDTypeProfile<0, 0, []>, |
Jakob Stoklund Olesen | ea47628 | 2012-08-24 14:43:27 +0000 | [diff] [blame] | 131 | [SDNPHasChain, SDNPSideEffect, |
| 132 | SDNPInGlue, SDNPOutGlue]>; |
Chris Lattner | c703a8f | 2006-05-17 19:00:46 +0000 | [diff] [blame] | 133 | def PPCmtctr : SDNode<"PPCISD::MTCTR", SDT_PPCCall, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 134 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>; |
Ulrich Weigand | 86765fb | 2013-03-22 15:24:13 +0000 | [diff] [blame] | 135 | def PPCbctrl : SDNode<"PPCISD::BCTRL", SDTNone, |
| 136 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue, |
| 137 | SDNPVariadic]>; |
Chris Lattner | 9a2a497 | 2006-05-17 06:01:33 +0000 | [diff] [blame] | 138 | |
Chris Lattner | 48be23c | 2008-01-15 22:02:54 +0000 | [diff] [blame] | 139 | def retflag : SDNode<"PPCISD::RET_FLAG", SDTNone, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 140 | [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]>; |
Nate Begeman | 9e4dd9d | 2005-12-20 00:26:01 +0000 | [diff] [blame] | 141 | |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 142 | def PPCtc_return : SDNode<"PPCISD::TC_RETURN", SDT_PPCTC_ret, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 143 | [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]>; |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 144 | |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 145 | def PPCeh_sjlj_setjmp : SDNode<"PPCISD::EH_SJLJ_SETJMP", |
| 146 | SDTypeProfile<1, 1, [SDTCisInt<0>, |
| 147 | SDTCisPtrTy<1>]>, |
| 148 | [SDNPHasChain, SDNPSideEffect]>; |
| 149 | def PPCeh_sjlj_longjmp : SDNode<"PPCISD::EH_SJLJ_LONGJMP", |
| 150 | SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>, |
| 151 | [SDNPHasChain, SDNPSideEffect]>; |
| 152 | |
Chris Lattner | a17b155 | 2006-03-31 05:13:27 +0000 | [diff] [blame] | 153 | def PPCvcmp : SDNode<"PPCISD::VCMP" , SDT_PPCvcmp, []>; |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 154 | def PPCvcmp_o : SDNode<"PPCISD::VCMPo", SDT_PPCvcmp, [SDNPOutGlue]>; |
Chris Lattner | 6d92cad | 2006-03-26 10:06:40 +0000 | [diff] [blame] | 155 | |
Chris Lattner | 90564f2 | 2006-04-18 17:59:36 +0000 | [diff] [blame] | 156 | def PPCcondbranch : SDNode<"PPCISD::COND_BRANCH", SDT_PPCcondbr, |
Chris Lattner | 036609b | 2010-12-23 18:28:41 +0000 | [diff] [blame] | 157 | [SDNPHasChain, SDNPOptInGlue]>; |
Chris Lattner | 90564f2 | 2006-04-18 17:59:36 +0000 | [diff] [blame] | 158 | |
Chris Lattner | 9b37aaf | 2008-01-10 05:12:37 +0000 | [diff] [blame] | 159 | def PPClbrx : SDNode<"PPCISD::LBRX", SDT_PPClbrx, |
| 160 | [SDNPHasChain, SDNPMayLoad]>; |
Chris Lattner | c8478d8 | 2008-01-06 06:44:58 +0000 | [diff] [blame] | 161 | def PPCstbrx : SDNode<"PPCISD::STBRX", SDT_PPCstbrx, |
| 162 | [SDNPHasChain, SDNPMayStore]>; |
Chris Lattner | d998938 | 2006-07-10 20:56:58 +0000 | [diff] [blame] | 163 | |
Hal Finkel | 82b3821 | 2012-08-28 02:10:27 +0000 | [diff] [blame] | 164 | // Instructions to set/unset CR bit 6 for SVR4 vararg calls |
| 165 | def PPCcr6set : SDNode<"PPCISD::CR6SET", SDTNone, |
| 166 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>; |
| 167 | def PPCcr6unset : SDNode<"PPCISD::CR6UNSET", SDTNone, |
| 168 | [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>; |
| 169 | |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 170 | // Instructions to support atomic operations |
Evan Cheng | 8608f2e | 2008-04-19 02:30:38 +0000 | [diff] [blame] | 171 | def PPClarx : SDNode<"PPCISD::LARX", SDT_PPClarx, |
| 172 | [SDNPHasChain, SDNPMayLoad]>; |
| 173 | def PPCstcx : SDNode<"PPCISD::STCX", SDT_PPCstcx, |
| 174 | [SDNPHasChain, SDNPMayStore]>; |
Evan Cheng | 54fc97d | 2008-04-19 01:30:48 +0000 | [diff] [blame] | 175 | |
Bill Schmidt | 53b0b0e | 2013-02-21 17:12:27 +0000 | [diff] [blame] | 176 | // Instructions to support medium and large code model |
Bill Schmidt | 34a9d4b | 2012-11-27 17:35:46 +0000 | [diff] [blame] | 177 | def PPCaddisTocHA : SDNode<"PPCISD::ADDIS_TOC_HA", SDTIntBinOp, []>; |
| 178 | def PPCldTocL : SDNode<"PPCISD::LD_TOC_L", SDTIntBinOp, [SDNPMayLoad]>; |
| 179 | def PPCaddiTocL : SDNode<"PPCISD::ADDI_TOC_L", SDTIntBinOp, []>; |
| 180 | |
| 181 | |
Jim Laskey | 2f616bf | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 182 | // Instructions to support dynamic alloca. |
| 183 | def SDTDynOp : SDTypeProfile<1, 2, []>; |
| 184 | def PPCdynalloc : SDNode<"PPCISD::DYNALLOC", SDTDynOp, [SDNPHasChain]>; |
| 185 | |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 186 | //===----------------------------------------------------------------------===// |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 187 | // PowerPC specific transformation functions and pattern fragments. |
| 188 | // |
Nate Begeman | 8d94832 | 2005-10-19 01:12:32 +0000 | [diff] [blame] | 189 | |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 190 | def SHL32 : SDNodeXForm<imm, [{ |
| 191 | // Transformation function: 31 - imm |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 192 | return getI32Imm(31 - N->getZExtValue()); |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 193 | }]>; |
| 194 | |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 195 | def SRL32 : SDNodeXForm<imm, [{ |
| 196 | // Transformation function: 32 - imm |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 197 | return N->getZExtValue() ? getI32Imm(32 - N->getZExtValue()) : getI32Imm(0); |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 198 | }]>; |
| 199 | |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 200 | def LO16 : SDNodeXForm<imm, [{ |
| 201 | // Transformation function: get the low 16 bits. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 202 | return getI32Imm((unsigned short)N->getZExtValue()); |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 203 | }]>; |
| 204 | |
| 205 | def HI16 : SDNodeXForm<imm, [{ |
| 206 | // Transformation function: shift the immediate value down into the low bits. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 207 | return getI32Imm((unsigned)N->getZExtValue() >> 16); |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 208 | }]>; |
Chris Lattner | 3e63ead | 2005-09-08 17:33:10 +0000 | [diff] [blame] | 209 | |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 210 | def HA16 : SDNodeXForm<imm, [{ |
| 211 | // Transformation function: shift the immediate value down into the low bits. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 212 | signed int Val = N->getZExtValue(); |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 213 | return getI32Imm((Val - (signed short)Val) >> 16); |
| 214 | }]>; |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 215 | def MB : SDNodeXForm<imm, [{ |
| 216 | // Transformation function: get the start bit of a mask |
Duncan Sands | e79f5ef | 2008-10-16 13:02:33 +0000 | [diff] [blame] | 217 | unsigned mb = 0, me; |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 218 | (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 219 | return getI32Imm(mb); |
| 220 | }]>; |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 221 | |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 222 | def ME : SDNodeXForm<imm, [{ |
| 223 | // Transformation function: get the end bit of a mask |
Duncan Sands | e79f5ef | 2008-10-16 13:02:33 +0000 | [diff] [blame] | 224 | unsigned mb, me = 0; |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 225 | (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 226 | return getI32Imm(me); |
| 227 | }]>; |
| 228 | def maskimm32 : PatLeaf<(imm), [{ |
| 229 | // maskImm predicate - True if immediate is a run of ones. |
| 230 | unsigned mb, me; |
Owen Anderson | 825b72b | 2009-08-11 20:47:22 +0000 | [diff] [blame] | 231 | if (N->getValueType(0) == MVT::i32) |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 232 | return isRunOfOnes((unsigned)N->getZExtValue(), mb, me); |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 233 | else |
| 234 | return false; |
| 235 | }]>; |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 236 | |
Chris Lattner | 3e63ead | 2005-09-08 17:33:10 +0000 | [diff] [blame] | 237 | def immSExt16 : PatLeaf<(imm), [{ |
| 238 | // immSExt16 predicate - True if the immediate fits in a 16-bit sign extended |
| 239 | // field. Used by instructions like 'addi'. |
Owen Anderson | 825b72b | 2009-08-11 20:47:22 +0000 | [diff] [blame] | 240 | if (N->getValueType(0) == MVT::i32) |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 241 | return (int32_t)N->getZExtValue() == (short)N->getZExtValue(); |
Chris Lattner | 7f7b346e | 2006-06-20 23:21:20 +0000 | [diff] [blame] | 242 | else |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 243 | return (int64_t)N->getZExtValue() == (short)N->getZExtValue(); |
Chris Lattner | 3e63ead | 2005-09-08 17:33:10 +0000 | [diff] [blame] | 244 | }]>; |
Chris Lattner | bfde080 | 2005-09-08 17:40:49 +0000 | [diff] [blame] | 245 | def immZExt16 : PatLeaf<(imm), [{ |
| 246 | // immZExt16 predicate - True if the immediate fits in a 16-bit zero extended |
| 247 | // field. Used by instructions like 'ori'. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 248 | return (uint64_t)N->getZExtValue() == (unsigned short)N->getZExtValue(); |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 249 | }], LO16>; |
| 250 | |
Chris Lattner | 0ea70b2 | 2006-06-20 22:34:10 +0000 | [diff] [blame] | 251 | // imm16Shifted* - These match immediates where the low 16-bits are zero. There |
| 252 | // are two forms: imm16ShiftedSExt and imm16ShiftedZExt. These two forms are |
| 253 | // identical in 32-bit mode, but in 64-bit mode, they return true if the |
| 254 | // immediate fits into a sign/zero extended 32-bit immediate (with the low bits |
| 255 | // clear). |
| 256 | def imm16ShiftedZExt : PatLeaf<(imm), [{ |
| 257 | // imm16ShiftedZExt predicate - True if only bits in the top 16-bits of the |
| 258 | // immediate are set. Used by instructions like 'xoris'. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 259 | return (N->getZExtValue() & ~uint64_t(0xFFFF0000)) == 0; |
Chris Lattner | 0ea70b2 | 2006-06-20 22:34:10 +0000 | [diff] [blame] | 260 | }], HI16>; |
| 261 | |
| 262 | def imm16ShiftedSExt : PatLeaf<(imm), [{ |
| 263 | // imm16ShiftedSExt predicate - True if only bits in the top 16-bits of the |
| 264 | // immediate are set. Used by instructions like 'addis'. Identical to |
| 265 | // imm16ShiftedZExt in 32-bit mode. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 266 | if (N->getZExtValue() & 0xFFFF) return false; |
Owen Anderson | 825b72b | 2009-08-11 20:47:22 +0000 | [diff] [blame] | 267 | if (N->getValueType(0) == MVT::i32) |
Chris Lattner | dd58343 | 2006-06-20 21:39:30 +0000 | [diff] [blame] | 268 | return true; |
| 269 | // For 64-bit, make sure it is sext right. |
Dan Gohman | f5aeb1a | 2008-09-12 16:56:44 +0000 | [diff] [blame] | 270 | return N->getZExtValue() == (uint64_t)(int)N->getZExtValue(); |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 271 | }], HI16>; |
Chris Lattner | 3e63ead | 2005-09-08 17:33:10 +0000 | [diff] [blame] | 272 | |
Hal Finkel | 08a215c | 2013-03-18 23:00:58 +0000 | [diff] [blame] | 273 | // Some r+i load/store instructions (such as LD, STD, LDU, etc.) that require |
| 274 | // restricted memrix (offset/4) constants are alignment sensitive. If these |
| 275 | // offsets are hidden behind TOC entries than the values of the lower-order |
| 276 | // bits cannot be checked directly. As a result, we need to also incorporate |
| 277 | // an alignment check into the relevant patterns. |
| 278 | |
| 279 | def aligned4load : PatFrag<(ops node:$ptr), (load node:$ptr), [{ |
| 280 | return cast<LoadSDNode>(N)->getAlignment() >= 4; |
| 281 | }]>; |
| 282 | def aligned4store : PatFrag<(ops node:$val, node:$ptr), |
| 283 | (store node:$val, node:$ptr), [{ |
| 284 | return cast<StoreSDNode>(N)->getAlignment() >= 4; |
| 285 | }]>; |
| 286 | def aligned4sextloadi32 : PatFrag<(ops node:$ptr), (sextloadi32 node:$ptr), [{ |
| 287 | return cast<LoadSDNode>(N)->getAlignment() >= 4; |
| 288 | }]>; |
| 289 | def aligned4pre_store : PatFrag< |
| 290 | (ops node:$val, node:$base, node:$offset), |
| 291 | (pre_store node:$val, node:$base, node:$offset), [{ |
| 292 | return cast<StoreSDNode>(N)->getAlignment() >= 4; |
| 293 | }]>; |
| 294 | |
| 295 | def unaligned4load : PatFrag<(ops node:$ptr), (load node:$ptr), [{ |
| 296 | return cast<LoadSDNode>(N)->getAlignment() < 4; |
| 297 | }]>; |
| 298 | def unaligned4store : PatFrag<(ops node:$val, node:$ptr), |
| 299 | (store node:$val, node:$ptr), [{ |
| 300 | return cast<StoreSDNode>(N)->getAlignment() < 4; |
| 301 | }]>; |
| 302 | def unaligned4sextloadi32 : PatFrag<(ops node:$ptr), (sextloadi32 node:$ptr), [{ |
| 303 | return cast<LoadSDNode>(N)->getAlignment() < 4; |
| 304 | }]>; |
Chris Lattner | 9c61dcf | 2006-03-25 06:12:06 +0000 | [diff] [blame] | 305 | |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 306 | //===----------------------------------------------------------------------===// |
| 307 | // PowerPC Flag Definitions. |
| 308 | |
Chris Lattner | 0bdc6f1 | 2005-04-19 04:32:54 +0000 | [diff] [blame] | 309 | class isPPC64 { bit PPC64 = 1; } |
Chris Lattner | 883059f | 2005-04-19 05:15:18 +0000 | [diff] [blame] | 310 | class isDOT { |
| 311 | list<Register> Defs = [CR0]; |
| 312 | bit RC = 1; |
| 313 | } |
Chris Lattner | 0bdc6f1 | 2005-04-19 04:32:54 +0000 | [diff] [blame] | 314 | |
Chris Lattner | 302bf9c | 2006-11-08 02:13:12 +0000 | [diff] [blame] | 315 | class RegConstraint<string C> { |
| 316 | string Constraints = C; |
| 317 | } |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 318 | class NoEncode<string E> { |
| 319 | string DisableEncoding = E; |
| 320 | } |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 321 | |
| 322 | |
| 323 | //===----------------------------------------------------------------------===// |
| 324 | // PowerPC Operand Definitions. |
Chris Lattner | 7bb424f | 2004-08-14 23:27:29 +0000 | [diff] [blame] | 325 | |
Chris Lattner | 9c61dcf | 2006-03-25 06:12:06 +0000 | [diff] [blame] | 326 | def s5imm : Operand<i32> { |
| 327 | let PrintMethod = "printS5ImmOperand"; |
| 328 | } |
Chris Lattner | 4345a4a | 2005-09-14 20:53:05 +0000 | [diff] [blame] | 329 | def u5imm : Operand<i32> { |
Nate Begeman | c330612 | 2004-08-21 05:56:39 +0000 | [diff] [blame] | 330 | let PrintMethod = "printU5ImmOperand"; |
| 331 | } |
Chris Lattner | 4345a4a | 2005-09-14 20:53:05 +0000 | [diff] [blame] | 332 | def u6imm : Operand<i32> { |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 333 | let PrintMethod = "printU6ImmOperand"; |
| 334 | } |
Chris Lattner | 4345a4a | 2005-09-14 20:53:05 +0000 | [diff] [blame] | 335 | def s16imm : Operand<i32> { |
Nate Begeman | ed42853 | 2004-09-04 05:00:00 +0000 | [diff] [blame] | 336 | let PrintMethod = "printS16ImmOperand"; |
| 337 | } |
Chris Lattner | 4345a4a | 2005-09-14 20:53:05 +0000 | [diff] [blame] | 338 | def u16imm : Operand<i32> { |
Chris Lattner | 97b2a2e | 2004-08-15 05:20:16 +0000 | [diff] [blame] | 339 | let PrintMethod = "printU16ImmOperand"; |
| 340 | } |
Chris Lattner | 8d70411 | 2010-11-15 06:09:35 +0000 | [diff] [blame] | 341 | def directbrtarget : Operand<OtherVT> { |
Nate Begeman | b7a8f2c | 2004-09-02 08:13:00 +0000 | [diff] [blame] | 342 | let PrintMethod = "printBranchOperand"; |
Chris Lattner | 8d70411 | 2010-11-15 06:09:35 +0000 | [diff] [blame] | 343 | let EncoderMethod = "getDirectBrEncoding"; |
| 344 | } |
| 345 | def condbrtarget : Operand<OtherVT> { |
Chris Lattner | b8efa6b | 2010-11-16 01:45:05 +0000 | [diff] [blame] | 346 | let PrintMethod = "printBranchOperand"; |
Chris Lattner | 8d70411 | 2010-11-15 06:09:35 +0000 | [diff] [blame] | 347 | let EncoderMethod = "getCondBrEncoding"; |
Nate Begeman | b7a8f2c | 2004-09-02 08:13:00 +0000 | [diff] [blame] | 348 | } |
Chris Lattner | 059ca0f | 2006-06-16 21:01:35 +0000 | [diff] [blame] | 349 | def calltarget : Operand<iPTR> { |
Chris Lattner | 8d70411 | 2010-11-15 06:09:35 +0000 | [diff] [blame] | 350 | let EncoderMethod = "getDirectBrEncoding"; |
Chris Lattner | 3e7f86a | 2005-11-17 19:16:08 +0000 | [diff] [blame] | 351 | } |
Chris Lattner | 059ca0f | 2006-06-16 21:01:35 +0000 | [diff] [blame] | 352 | def aaddr : Operand<iPTR> { |
Nate Begeman | 422b0ce | 2005-11-16 00:48:01 +0000 | [diff] [blame] | 353 | let PrintMethod = "printAbsAddrOperand"; |
| 354 | } |
Nate Begeman | ed42853 | 2004-09-04 05:00:00 +0000 | [diff] [blame] | 355 | def symbolHi: Operand<i32> { |
| 356 | let PrintMethod = "printSymbolHi"; |
Chris Lattner | 85cf7d7 | 2010-11-15 06:33:39 +0000 | [diff] [blame] | 357 | let EncoderMethod = "getHA16Encoding"; |
Nate Begeman | ed42853 | 2004-09-04 05:00:00 +0000 | [diff] [blame] | 358 | } |
| 359 | def symbolLo: Operand<i32> { |
| 360 | let PrintMethod = "printSymbolLo"; |
Chris Lattner | 85cf7d7 | 2010-11-15 06:33:39 +0000 | [diff] [blame] | 361 | let EncoderMethod = "getLO16Encoding"; |
Nate Begeman | ed42853 | 2004-09-04 05:00:00 +0000 | [diff] [blame] | 362 | } |
Nate Begeman | adeb43d | 2005-07-20 22:42:00 +0000 | [diff] [blame] | 363 | def crbitm: Operand<i8> { |
| 364 | let PrintMethod = "printcrbitm"; |
Chris Lattner | 7192eb8 | 2010-11-15 05:19:25 +0000 | [diff] [blame] | 365 | let EncoderMethod = "get_crbitm_encoding"; |
Nate Begeman | adeb43d | 2005-07-20 22:42:00 +0000 | [diff] [blame] | 366 | } |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 367 | // Address operands |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 368 | // A version of ptr_rc which excludes R0 (or X0 in 64-bit mode). |
| 369 | def ptr_rc_nor0 : PointerLikeRegClass<1>; |
| 370 | |
Ulrich Weigand | d67768d | 2013-03-26 10:55:45 +0000 | [diff] [blame] | 371 | def dispRI : Operand<iPTR>; |
| 372 | def dispRIX : Operand<iPTR>; |
| 373 | |
Chris Lattner | 059ca0f | 2006-06-16 21:01:35 +0000 | [diff] [blame] | 374 | def memri : Operand<iPTR> { |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 375 | let PrintMethod = "printMemRegImm"; |
Ulrich Weigand | d67768d | 2013-03-26 10:55:45 +0000 | [diff] [blame] | 376 | let MIOperandInfo = (ops dispRI:$imm, ptr_rc_nor0:$reg); |
Chris Lattner | b7035d0 | 2010-11-15 08:22:03 +0000 | [diff] [blame] | 377 | let EncoderMethod = "getMemRIEncoding"; |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 378 | } |
Chris Lattner | 059ca0f | 2006-06-16 21:01:35 +0000 | [diff] [blame] | 379 | def memrr : Operand<iPTR> { |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 380 | let PrintMethod = "printMemRegReg"; |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 381 | let MIOperandInfo = (ops ptr_rc_nor0:$ptrreg, ptr_rc:$offreg); |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 382 | } |
Chris Lattner | 059ca0f | 2006-06-16 21:01:35 +0000 | [diff] [blame] | 383 | def memrix : Operand<iPTR> { // memri where the imm is shifted 2 bits. |
Chris Lattner | ecfe55e | 2006-03-22 05:30:33 +0000 | [diff] [blame] | 384 | let PrintMethod = "printMemRegImmShifted"; |
Ulrich Weigand | d67768d | 2013-03-26 10:55:45 +0000 | [diff] [blame] | 385 | let MIOperandInfo = (ops dispRIX:$imm, ptr_rc_nor0:$reg); |
Chris Lattner | 17e2c18 | 2010-11-15 08:02:41 +0000 | [diff] [blame] | 386 | let EncoderMethod = "getMemRIXEncoding"; |
Chris Lattner | ecfe55e | 2006-03-22 05:30:33 +0000 | [diff] [blame] | 387 | } |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 388 | |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 389 | // A single-register address. This is used with the SjLj |
| 390 | // pseudo-instructions. |
| 391 | def memr : Operand<iPTR> { |
| 392 | let MIOperandInfo = (ops ptr_rc:$ptrreg); |
| 393 | } |
| 394 | |
Ulrich Weigand | 3b25529 | 2013-03-26 10:53:27 +0000 | [diff] [blame] | 395 | // PowerPC Predicate operand. |
| 396 | def pred : Operand<OtherVT> { |
Chris Lattner | af53a87 | 2006-11-04 05:27:39 +0000 | [diff] [blame] | 397 | let PrintMethod = "printPredicateOperand"; |
Ulrich Weigand | 3b25529 | 2013-03-26 10:53:27 +0000 | [diff] [blame] | 398 | let MIOperandInfo = (ops i32imm:$bibo, CRRC:$reg); |
Chris Lattner | af53a87 | 2006-11-04 05:27:39 +0000 | [diff] [blame] | 399 | } |
Chris Lattner | 0638b26 | 2006-11-03 23:53:25 +0000 | [diff] [blame] | 400 | |
Chris Lattner | a613d26 | 2006-01-12 02:05:36 +0000 | [diff] [blame] | 401 | // Define PowerPC specific addressing mode. |
Evan Cheng | af9db75 | 2006-10-11 21:03:53 +0000 | [diff] [blame] | 402 | def iaddr : ComplexPattern<iPTR, 2, "SelectAddrImm", [], []>; |
| 403 | def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>; |
| 404 | def xoaddr : ComplexPattern<iPTR, 2, "SelectAddrIdxOnly",[], []>; |
| 405 | def ixaddr : ComplexPattern<iPTR, 2, "SelectAddrImmShift", [], []>; // "std" |
Chris Lattner | 97b2a2e | 2004-08-15 05:20:16 +0000 | [diff] [blame] | 406 | |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 407 | // The address in a single register. This is used with the SjLj |
| 408 | // pseudo-instructions. |
| 409 | def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>; |
| 410 | |
Chris Lattner | 74531e4 | 2006-11-16 00:41:37 +0000 | [diff] [blame] | 411 | /// This is just the offset part of iaddr, used for preinc. |
| 412 | def iaddroff : ComplexPattern<iPTR, 1, "SelectAddrImmOffs", [], []>; |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 413 | |
Evan Cheng | 8c75ef9 | 2005-12-14 22:07:12 +0000 | [diff] [blame] | 414 | //===----------------------------------------------------------------------===// |
| 415 | // PowerPC Instruction Predicate Definitions. |
Evan Cheng | 152b7e1 | 2007-10-23 06:42:42 +0000 | [diff] [blame] | 416 | def In32BitMode : Predicate<"!PPCSubTarget.isPPC64()">; |
| 417 | def In64BitMode : Predicate<"PPCSubTarget.isPPC64()">; |
Hal Finkel | c6d08f1 | 2011-10-17 04:03:49 +0000 | [diff] [blame] | 418 | def IsBookE : Predicate<"PPCSubTarget.isBookE()">; |
Chris Lattner | 6a5339b | 2006-11-14 18:44:47 +0000 | [diff] [blame] | 419 | |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 420 | //===----------------------------------------------------------------------===// |
| 421 | // PowerPC Instruction Definitions. |
| 422 | |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 423 | // Pseudo-instructions: |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 424 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 425 | let hasCtrlDep = 1 in { |
Evan Cheng | 071a279 | 2007-09-11 19:55:27 +0000 | [diff] [blame] | 426 | let Defs = [R1], Uses = [R1] in { |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 427 | def ADJCALLSTACKDOWN : Pseudo<(outs), (ins u16imm:$amt), "#ADJCALLSTACKDOWN $amt", |
Chris Lattner | e563bbc | 2008-10-11 22:08:30 +0000 | [diff] [blame] | 428 | [(callseq_start timm:$amt)]>; |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 429 | def ADJCALLSTACKUP : Pseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), "#ADJCALLSTACKUP $amt1 $amt2", |
Chris Lattner | e563bbc | 2008-10-11 22:08:30 +0000 | [diff] [blame] | 430 | [(callseq_end timm:$amt1, timm:$amt2)]>; |
Evan Cheng | 071a279 | 2007-09-11 19:55:27 +0000 | [diff] [blame] | 431 | } |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 432 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 433 | def UPDATE_VRSAVE : Pseudo<(outs GPRC:$rD), (ins GPRC:$rS), |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 434 | "UPDATE_VRSAVE $rD, $rS", []>; |
Nate Begeman | b816f02 | 2004-10-07 22:30:03 +0000 | [diff] [blame] | 435 | } |
Jim Laskey | 2f616bf | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 436 | |
Evan Cheng | 071a279 | 2007-09-11 19:55:27 +0000 | [diff] [blame] | 437 | let Defs = [R1], Uses = [R1] in |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 438 | def DYNALLOC : Pseudo<(outs GPRC:$result), (ins GPRC:$negsize, memri:$fpsi), "#DYNALLOC", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 439 | [(set i32:$result, |
| 440 | (PPCdynalloc i32:$negsize, iaddr:$fpsi))]>; |
Jim Laskey | 2f616bf | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 441 | |
Dan Gohman | 533297b | 2009-10-29 18:10:34 +0000 | [diff] [blame] | 442 | // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after |
| 443 | // instruction selection into a branch sequence. |
| 444 | let usesCustomInserter = 1, // Expanded after instruction selection. |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 445 | PPC970_Single = 1 in { |
Hal Finkel | ab42ec2 | 2013-03-27 05:57:58 +0000 | [diff] [blame] | 446 | // Note that SELECT_CC_I4 and SELECT_CC_I8 use the no-r0 register classes |
| 447 | // because either operand might become the first operand in an isel, and |
| 448 | // that operand cannot be r0. |
| 449 | def SELECT_CC_I4 : Pseudo<(outs GPRC:$dst), (ins CRRC:$cond, |
| 450 | GPRC_NOR0:$T, GPRC_NOR0:$F, |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 451 | i32imm:$BROPC), "#SELECT_CC_I4", |
Chris Lattner | 5468966 | 2006-09-27 02:55:21 +0000 | [diff] [blame] | 452 | []>; |
Hal Finkel | ab42ec2 | 2013-03-27 05:57:58 +0000 | [diff] [blame] | 453 | def SELECT_CC_I8 : Pseudo<(outs G8RC:$dst), (ins CRRC:$cond, |
| 454 | G8RC_NOX0:$T, G8RC_NOX0:$F, |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 455 | i32imm:$BROPC), "#SELECT_CC_I8", |
Chris Lattner | 5468966 | 2006-09-27 02:55:21 +0000 | [diff] [blame] | 456 | []>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 457 | def SELECT_CC_F4 : Pseudo<(outs F4RC:$dst), (ins CRRC:$cond, F4RC:$T, F4RC:$F, |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 458 | i32imm:$BROPC), "#SELECT_CC_F4", |
Chris Lattner | 5468966 | 2006-09-27 02:55:21 +0000 | [diff] [blame] | 459 | []>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 460 | def SELECT_CC_F8 : Pseudo<(outs F8RC:$dst), (ins CRRC:$cond, F8RC:$T, F8RC:$F, |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 461 | i32imm:$BROPC), "#SELECT_CC_F8", |
Chris Lattner | 5468966 | 2006-09-27 02:55:21 +0000 | [diff] [blame] | 462 | []>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 463 | def SELECT_CC_VRRC: Pseudo<(outs VRRC:$dst), (ins CRRC:$cond, VRRC:$T, VRRC:$F, |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 464 | i32imm:$BROPC), "#SELECT_CC_VRRC", |
Chris Lattner | 5468966 | 2006-09-27 02:55:21 +0000 | [diff] [blame] | 465 | []>; |
Chris Lattner | 8a2d3ca | 2005-08-26 21:23:58 +0000 | [diff] [blame] | 466 | } |
| 467 | |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 468 | // SPILL_CR - Indicate that we're dumping the CR register, so we'll need to |
| 469 | // scavenge a register for it. |
Hal Finkel | ae37cd0 | 2011-12-07 06:33:57 +0000 | [diff] [blame] | 470 | let mayStore = 1 in |
| 471 | def SPILL_CR : Pseudo<(outs), (ins CRRC:$cond, memri:$F), |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 472 | "#SPILL_CR", []>; |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 473 | |
Hal Finkel | d21e930 | 2011-12-06 20:55:36 +0000 | [diff] [blame] | 474 | // RESTORE_CR - Indicate that we're restoring the CR register (previously |
| 475 | // spilled), so we'll need to scavenge a register for it. |
Hal Finkel | ae37cd0 | 2011-12-07 06:33:57 +0000 | [diff] [blame] | 476 | let mayLoad = 1 in |
| 477 | def RESTORE_CR : Pseudo<(outs CRRC:$cond), (ins memri:$F), |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 478 | "#RESTORE_CR", []>; |
Hal Finkel | d21e930 | 2011-12-06 20:55:36 +0000 | [diff] [blame] | 479 | |
Evan Cheng | ffbacca | 2007-07-21 00:34:19 +0000 | [diff] [blame] | 480 | let isTerminator = 1, isBarrier = 1, PPC970_Unit = 7 in { |
Ulrich Weigand | 3b25529 | 2013-03-26 10:53:27 +0000 | [diff] [blame] | 481 | let isReturn = 1, Uses = [LR, RM] in |
| 482 | def BLR : XLForm_2_ext<19, 16, 20, 0, 0, (outs), (ins), "blr", BrB, |
| 483 | [(retflag)]>; |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 484 | let isBranch = 1, isIndirectBranch = 1, Uses = [CTR] in |
Owen Anderson | 20ab290 | 2007-11-12 07:39:39 +0000 | [diff] [blame] | 485 | def BCTR : XLForm_2_ext<19, 528, 20, 0, 0, (outs), (ins), "bctr", BrB, []>; |
Chris Lattner | 47f01f1 | 2005-09-08 19:50:41 +0000 | [diff] [blame] | 486 | } |
| 487 | |
Chris Lattner | 7a823bd | 2005-02-15 20:26:49 +0000 | [diff] [blame] | 488 | let Defs = [LR] in |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 489 | def MovePCtoLR : Pseudo<(outs), (ins), "#MovePCtoLR", []>, |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 490 | PPC970_Unit_BRU; |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 491 | |
Evan Cheng | ffbacca | 2007-07-21 00:34:19 +0000 | [diff] [blame] | 492 | let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in { |
Chris Lattner | 594f4c6 | 2006-10-13 19:10:34 +0000 | [diff] [blame] | 493 | let isBarrier = 1 in { |
Chris Lattner | 8d70411 | 2010-11-15 06:09:35 +0000 | [diff] [blame] | 494 | def B : IForm<18, 0, 0, (outs), (ins directbrtarget:$dst), |
Chris Lattner | 1e48478 | 2005-12-04 18:42:54 +0000 | [diff] [blame] | 495 | "b $dst", BrB, |
| 496 | [(br bb:$dst)]>; |
Chris Lattner | 594f4c6 | 2006-10-13 19:10:34 +0000 | [diff] [blame] | 497 | } |
Chris Lattner | dd99885 | 2004-11-22 23:07:01 +0000 | [diff] [blame] | 498 | |
Chris Lattner | 18258c6 | 2006-11-17 22:37:34 +0000 | [diff] [blame] | 499 | // BCC represents an arbitrary conditional branch on a predicate. |
| 500 | // FIXME: should be able to write a pattern for PPCcondbranch, but can't use |
Will Schmidt | d875533 | 2012-10-05 15:16:11 +0000 | [diff] [blame] | 501 | // a two-value operand where a dag node expects two operands. :( |
| 502 | let isCodeGenOnly = 1 in |
| 503 | def BCC : BForm<16, 0, 0, (outs), (ins pred:$cond, condbrtarget:$dst), |
| 504 | "b${cond:cc} ${cond:reg}, $dst" |
| 505 | /*[(PPCcondbranch CRRC:$crS, imm:$opc, bb:$dst)]*/>; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 506 | |
| 507 | let Defs = [CTR], Uses = [CTR] in { |
Ulrich Weigand | 1843043 | 2012-11-13 19:15:52 +0000 | [diff] [blame] | 508 | def BDZ : BForm_1<16, 18, 0, 0, (outs), (ins condbrtarget:$dst), |
| 509 | "bdz $dst">; |
| 510 | def BDNZ : BForm_1<16, 16, 0, 0, (outs), (ins condbrtarget:$dst), |
| 511 | "bdnz $dst">; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 512 | } |
Misha Brukman | b2edb44 | 2004-06-28 18:23:35 +0000 | [diff] [blame] | 513 | } |
| 514 | |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 515 | // The direct BCL used by the SjLj setjmp code. |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 516 | let isCall = 1, hasCtrlDep = 1, isCodeGenOnly = 1, PPC970_Unit = 7 in { |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 517 | let Defs = [LR], Uses = [RM] in { |
| 518 | def BCL : BForm_2<16, 20, 31, 0, 1, (outs), (ins condbrtarget:$dst), |
| 519 | "bcl 20, 31, $dst">; |
| 520 | } |
| 521 | } |
| 522 | |
Roman Divacky | e46137f | 2012-03-06 16:41:49 +0000 | [diff] [blame] | 523 | let isCall = 1, PPC970_Unit = 7, Defs = [LR] in { |
Misha Brukman | c661c30 | 2004-06-30 22:00:45 +0000 | [diff] [blame] | 524 | // Convenient aliases for call instructions |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 525 | let Uses = [RM] in { |
Ulrich Weigand | 86765fb | 2013-03-22 15:24:13 +0000 | [diff] [blame] | 526 | def BL : IForm<18, 0, 1, (outs), (ins calltarget:$func), |
| 527 | "bl $func", BrB, []>; // See Pat patterns below. |
| 528 | def BLA : IForm<18, 1, 1, (outs), (ins aaddr:$func), |
| 529 | "bla $func", BrB, [(PPCcall (i32 imm:$func))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 530 | } |
| 531 | let Uses = [CTR, RM] in { |
Ulrich Weigand | 86765fb | 2013-03-22 15:24:13 +0000 | [diff] [blame] | 532 | def BCTRL : XLForm_2_ext<19, 528, 20, 0, 1, (outs), (ins), |
| 533 | "bctrl", BrB, [(PPCbctrl)]>, |
| 534 | Requires<[In32BitMode]>; |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 535 | } |
Chris Lattner | 9f0bc65 | 2007-02-25 05:34:32 +0000 | [diff] [blame] | 536 | } |
| 537 | |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 538 | let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Uses = [RM] in |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 539 | def TCRETURNdi :Pseudo< (outs), |
Jakob Stoklund Olesen | 68c10a2 | 2012-07-13 20:44:29 +0000 | [diff] [blame] | 540 | (ins calltarget:$dst, i32imm:$offset), |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 541 | "#TC_RETURNd $dst $offset", |
| 542 | []>; |
| 543 | |
| 544 | |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 545 | let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Uses = [RM] in |
Jakob Stoklund Olesen | 68c10a2 | 2012-07-13 20:44:29 +0000 | [diff] [blame] | 546 | def TCRETURNai :Pseudo<(outs), (ins aaddr:$func, i32imm:$offset), |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 547 | "#TC_RETURNa $func $offset", |
| 548 | [(PPCtc_return (i32 imm:$func), imm:$offset)]>; |
| 549 | |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 550 | let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, Uses = [RM] in |
Jakob Stoklund Olesen | 68c10a2 | 2012-07-13 20:44:29 +0000 | [diff] [blame] | 551 | def TCRETURNri : Pseudo<(outs), (ins CTRRC:$dst, i32imm:$offset), |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 552 | "#TC_RETURNr $dst $offset", |
| 553 | []>; |
| 554 | |
| 555 | |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 556 | let isCodeGenOnly = 1 in { |
| 557 | |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 558 | let isTerminator = 1, isBarrier = 1, PPC970_Unit = 7, isBranch = 1, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 559 | isIndirectBranch = 1, isCall = 1, isReturn = 1, Uses = [CTR, RM] in |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 560 | def TAILBCTR : XLForm_2_ext<19, 528, 20, 0, 0, (outs), (ins), "bctr", BrB, []>, |
| 561 | Requires<[In32BitMode]>; |
| 562 | |
| 563 | |
| 564 | |
| 565 | let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 566 | isBarrier = 1, isCall = 1, isReturn = 1, Uses = [RM] in |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 567 | def TAILB : IForm<18, 0, 0, (outs), (ins calltarget:$dst), |
| 568 | "b $dst", BrB, |
| 569 | []>; |
| 570 | |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 571 | } |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 572 | |
| 573 | let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 574 | isBarrier = 1, isCall = 1, isReturn = 1, Uses = [RM] in |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 575 | def TAILBA : IForm<18, 0, 0, (outs), (ins aaddr:$dst), |
| 576 | "ba $dst", BrB, |
| 577 | []>; |
| 578 | |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 579 | let hasSideEffects = 1, isBarrier = 1, usesCustomInserter = 1 in { |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 580 | def EH_SjLj_SetJmp32 : Pseudo<(outs GPRC:$dst), (ins memr:$buf), |
| 581 | "#EH_SJLJ_SETJMP32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 582 | [(set i32:$dst, (PPCeh_sjlj_setjmp addr:$buf))]>, |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 583 | Requires<[In32BitMode]>; |
| 584 | let isTerminator = 1 in |
| 585 | def EH_SjLj_LongJmp32 : Pseudo<(outs), (ins memr:$buf), |
| 586 | "#EH_SJLJ_LONGJMP32", |
| 587 | [(PPCeh_sjlj_longjmp addr:$buf)]>, |
| 588 | Requires<[In32BitMode]>; |
| 589 | } |
| 590 | |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 591 | let isBranch = 1, isTerminator = 1 in { |
Hal Finkel | 7ee74a6 | 2013-03-21 21:37:52 +0000 | [diff] [blame] | 592 | def EH_SjLj_Setup : Pseudo<(outs), (ins directbrtarget:$dst), |
| 593 | "#EH_SjLj_Setup\t$dst", []>; |
| 594 | } |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 595 | |
Chris Lattner | 001db45 | 2006-06-06 21:29:23 +0000 | [diff] [blame] | 596 | // DCB* instructions. |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 597 | def DCBA : DCB_Form<758, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 598 | "dcba $dst", LdStDCBF, [(int_ppc_dcba xoaddr:$dst)]>, |
| 599 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 600 | def DCBF : DCB_Form<86, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 601 | "dcbf $dst", LdStDCBF, [(int_ppc_dcbf xoaddr:$dst)]>, |
| 602 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 603 | def DCBI : DCB_Form<470, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 604 | "dcbi $dst", LdStDCBF, [(int_ppc_dcbi xoaddr:$dst)]>, |
| 605 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 606 | def DCBST : DCB_Form<54, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 607 | "dcbst $dst", LdStDCBF, [(int_ppc_dcbst xoaddr:$dst)]>, |
| 608 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 609 | def DCBT : DCB_Form<278, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 610 | "dcbt $dst", LdStDCBF, [(int_ppc_dcbt xoaddr:$dst)]>, |
| 611 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 612 | def DCBTST : DCB_Form<246, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 613 | "dcbtst $dst", LdStDCBF, [(int_ppc_dcbtst xoaddr:$dst)]>, |
| 614 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 615 | def DCBZ : DCB_Form<1014, 0, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 616 | "dcbz $dst", LdStDCBF, [(int_ppc_dcbz xoaddr:$dst)]>, |
| 617 | PPC970_DGroup_Single; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 618 | def DCBZL : DCB_Form<1014, 1, (outs), (ins memrr:$dst), |
Chris Lattner | e90c537 | 2006-10-24 01:08:42 +0000 | [diff] [blame] | 619 | "dcbzl $dst", LdStDCBF, [(int_ppc_dcbzl xoaddr:$dst)]>, |
| 620 | PPC970_DGroup_Single; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 621 | |
Hal Finkel | 19aa2b5 | 2012-04-01 20:08:17 +0000 | [diff] [blame] | 622 | def : Pat<(prefetch xoaddr:$dst, (i32 0), imm, (i32 1)), |
| 623 | (DCBT xoaddr:$dst)>; |
| 624 | |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 625 | // Atomic operations |
Dan Gohman | 533297b | 2009-10-29 18:10:34 +0000 | [diff] [blame] | 626 | let usesCustomInserter = 1 in { |
Jakob Stoklund Olesen | cf3a748 | 2011-04-04 17:07:09 +0000 | [diff] [blame] | 627 | let Defs = [CR0] in { |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 628 | def ATOMIC_LOAD_ADD_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 629 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_ADD_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 630 | [(set i32:$dst, (atomic_load_add_8 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 631 | def ATOMIC_LOAD_SUB_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 632 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_SUB_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 633 | [(set i32:$dst, (atomic_load_sub_8 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 634 | def ATOMIC_LOAD_AND_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 635 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_AND_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 636 | [(set i32:$dst, (atomic_load_and_8 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 637 | def ATOMIC_LOAD_OR_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 638 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_OR_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 639 | [(set i32:$dst, (atomic_load_or_8 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 640 | def ATOMIC_LOAD_XOR_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 641 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "ATOMIC_LOAD_XOR_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 642 | [(set i32:$dst, (atomic_load_xor_8 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 643 | def ATOMIC_LOAD_NAND_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 644 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_NAND_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 645 | [(set i32:$dst, (atomic_load_nand_8 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 646 | def ATOMIC_LOAD_ADD_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 647 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_ADD_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 648 | [(set i32:$dst, (atomic_load_add_16 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 649 | def ATOMIC_LOAD_SUB_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 650 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_SUB_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 651 | [(set i32:$dst, (atomic_load_sub_16 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 652 | def ATOMIC_LOAD_AND_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 653 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_AND_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 654 | [(set i32:$dst, (atomic_load_and_16 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 655 | def ATOMIC_LOAD_OR_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 656 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_OR_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 657 | [(set i32:$dst, (atomic_load_or_16 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 658 | def ATOMIC_LOAD_XOR_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 659 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_XOR_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 660 | [(set i32:$dst, (atomic_load_xor_16 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 661 | def ATOMIC_LOAD_NAND_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 662 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_NAND_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 663 | [(set i32:$dst, (atomic_load_nand_16 xoaddr:$ptr, i32:$incr))]>; |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 664 | def ATOMIC_LOAD_ADD_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 665 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_ADD_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 666 | [(set i32:$dst, (atomic_load_add_32 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 667 | def ATOMIC_LOAD_SUB_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 668 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_SUB_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 669 | [(set i32:$dst, (atomic_load_sub_32 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 670 | def ATOMIC_LOAD_AND_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 671 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_AND_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 672 | [(set i32:$dst, (atomic_load_and_32 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 673 | def ATOMIC_LOAD_OR_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 674 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_OR_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 675 | [(set i32:$dst, (atomic_load_or_32 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 676 | def ATOMIC_LOAD_XOR_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 677 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_XOR_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 678 | [(set i32:$dst, (atomic_load_xor_32 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 679 | def ATOMIC_LOAD_NAND_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 680 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$incr), "#ATOMIC_LOAD_NAND_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 681 | [(set i32:$dst, (atomic_load_nand_32 xoaddr:$ptr, i32:$incr))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 682 | |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 683 | def ATOMIC_CMP_SWAP_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 684 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$old, GPRC:$new), "#ATOMIC_CMP_SWAP_I8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 685 | [(set i32:$dst, (atomic_cmp_swap_8 xoaddr:$ptr, i32:$old, i32:$new))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 686 | def ATOMIC_CMP_SWAP_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 687 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$old, GPRC:$new), "#ATOMIC_CMP_SWAP_I16 $dst $ptr $old $new", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 688 | [(set i32:$dst, (atomic_cmp_swap_16 xoaddr:$ptr, i32:$old, i32:$new))]>; |
Dale Johannesen | 5f0cfa2 | 2008-08-22 03:49:10 +0000 | [diff] [blame] | 689 | def ATOMIC_CMP_SWAP_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 690 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$old, GPRC:$new), "#ATOMIC_CMP_SWAP_I32 $dst $ptr $old $new", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 691 | [(set i32:$dst, (atomic_cmp_swap_32 xoaddr:$ptr, i32:$old, i32:$new))]>; |
Dale Johannesen | bdab93a | 2008-08-25 22:34:37 +0000 | [diff] [blame] | 692 | |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 693 | def ATOMIC_SWAP_I8 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 694 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$new), "#ATOMIC_SWAP_i8", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 695 | [(set i32:$dst, (atomic_swap_8 xoaddr:$ptr, i32:$new))]>; |
Dale Johannesen | 97efa36 | 2008-08-28 17:53:09 +0000 | [diff] [blame] | 696 | def ATOMIC_SWAP_I16 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 697 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$new), "#ATOMIC_SWAP_I16", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 698 | [(set i32:$dst, (atomic_swap_16 xoaddr:$ptr, i32:$new))]>; |
Dale Johannesen | 140a8bb | 2008-08-25 21:09:52 +0000 | [diff] [blame] | 699 | def ATOMIC_SWAP_I32 : Pseudo< |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 700 | (outs GPRC:$dst), (ins memrr:$ptr, GPRC:$new), "#ATOMIC_SWAP_I32", |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 701 | [(set i32:$dst, (atomic_swap_32 xoaddr:$ptr, i32:$new))]>; |
Dale Johannesen | 5f0cfa2 | 2008-08-22 03:49:10 +0000 | [diff] [blame] | 702 | } |
Evan Cheng | 54fc97d | 2008-04-19 01:30:48 +0000 | [diff] [blame] | 703 | } |
| 704 | |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 705 | // Instructions to support atomic operations |
| 706 | def LWARX : XForm_1<31, 20, (outs GPRC:$rD), (ins memrr:$src), |
| 707 | "lwarx $rD, $src", LdStLWARX, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 708 | [(set i32:$rD, (PPClarx xoaddr:$src))]>; |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 709 | |
| 710 | let Defs = [CR0] in |
| 711 | def STWCX : XForm_1<31, 150, (outs), (ins GPRC:$rS, memrr:$dst), |
| 712 | "stwcx. $rS, $dst", LdStSTWCX, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 713 | [(PPCstcx i32:$rS, xoaddr:$dst)]>, |
Evan Cheng | 5330192 | 2008-07-12 02:23:19 +0000 | [diff] [blame] | 714 | isDOT; |
| 715 | |
Dan Gohman | effc8c5 | 2010-05-14 16:46:02 +0000 | [diff] [blame] | 716 | let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 717 | def TRAP : XForm_24<31, 4, (outs), (ins), "trap", LdStLoad, [(trap)]>; |
Nate Begeman | 1db3c92 | 2008-08-11 17:36:31 +0000 | [diff] [blame] | 718 | |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 719 | //===----------------------------------------------------------------------===// |
| 720 | // PPC32 Load Instructions. |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 721 | // |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 722 | |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 723 | // Unindexed (r+i) Loads. |
Dan Gohman | 15511cf | 2008-12-03 18:15:48 +0000 | [diff] [blame] | 724 | let canFoldAsLoad = 1, PPC970_Unit = 2 in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 725 | def LBZ : DForm_1<34, (outs GPRC:$rD), (ins memri:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 726 | "lbz $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 727 | [(set i32:$rD, (zextloadi8 iaddr:$src))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 728 | def LHA : DForm_1<42, (outs GPRC:$rD), (ins memri:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 729 | "lha $rD, $src", LdStLHA, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 730 | [(set i32:$rD, (sextloadi16 iaddr:$src))]>, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 731 | PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 732 | def LHZ : DForm_1<40, (outs GPRC:$rD), (ins memri:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 733 | "lhz $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 734 | [(set i32:$rD, (zextloadi16 iaddr:$src))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 735 | def LWZ : DForm_1<32, (outs GPRC:$rD), (ins memri:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 736 | "lwz $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 737 | [(set i32:$rD, (load iaddr:$src))]>; |
Chris Lattner | 302bf9c | 2006-11-08 02:13:12 +0000 | [diff] [blame] | 738 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 739 | def LFS : DForm_1<48, (outs F4RC:$rD), (ins memri:$src), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 740 | "lfs $rD, $src", LdStLFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 741 | [(set f32:$rD, (load iaddr:$src))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 742 | def LFD : DForm_1<50, (outs F8RC:$rD), (ins memri:$src), |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 743 | "lfd $rD, $src", LdStLFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 744 | [(set f64:$rD, (load iaddr:$src))]>; |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 745 | |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 746 | |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 747 | // Unindexed (r+i) Loads with Update (preinc). |
Dan Gohman | 41474ba | 2008-12-03 02:30:17 +0000 | [diff] [blame] | 748 | let mayLoad = 1 in { |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 749 | def LBZU : DForm_1<35, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 750 | "lbzu $rD, $addr", LdStLoadUpd, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 751 | []>, RegConstraint<"$addr.reg = $ea_result">, |
| 752 | NoEncode<"$ea_result">; |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 753 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 754 | def LHAU : DForm_1<43, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 755 | "lhau $rD, $addr", LdStLHAU, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 756 | []>, RegConstraint<"$addr.reg = $ea_result">, |
| 757 | NoEncode<"$ea_result">; |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 758 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 759 | def LHZU : DForm_1<41, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 760 | "lhzu $rD, $addr", LdStLoadUpd, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 761 | []>, RegConstraint<"$addr.reg = $ea_result">, |
| 762 | NoEncode<"$ea_result">; |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 763 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 764 | def LWZU : DForm_1<33, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 765 | "lwzu $rD, $addr", LdStLoadUpd, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 766 | []>, RegConstraint<"$addr.reg = $ea_result">, |
| 767 | NoEncode<"$ea_result">; |
Chris Lattner | 4eab714 | 2006-11-10 02:08:47 +0000 | [diff] [blame] | 768 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 769 | def LFSU : DForm_1<49, (outs F4RC:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 770 | "lfsu $rD, $addr", LdStLFDU, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 771 | []>, RegConstraint<"$addr.reg = $ea_result">, |
| 772 | NoEncode<"$ea_result">; |
| 773 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 774 | def LFDU : DForm_1<51, (outs F8RC:$rD, ptr_rc_nor0:$ea_result), (ins memri:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 775 | "lfdu $rD, $addr", LdStLFDU, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 776 | []>, RegConstraint<"$addr.reg = $ea_result">, |
| 777 | NoEncode<"$ea_result">; |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 778 | |
| 779 | |
| 780 | // Indexed (r+r) Loads with Update (preinc). |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 781 | def LBZUX : XForm_1<31, 119, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 782 | (ins memrr:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 783 | "lbzux $rD, $addr", LdStLoadUpd, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 784 | []>, RegConstraint<"$addr.ptrreg = $ea_result">, |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 785 | NoEncode<"$ea_result">; |
| 786 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 787 | def LHAUX : XForm_1<31, 375, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 788 | (ins memrr:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 789 | "lhaux $rD, $addr", LdStLHAU, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 790 | []>, RegConstraint<"$addr.ptrreg = $ea_result">, |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 791 | NoEncode<"$ea_result">; |
| 792 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 793 | def LHZUX : XForm_1<31, 311, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 794 | (ins memrr:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 795 | "lhzux $rD, $addr", LdStLoadUpd, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 796 | []>, RegConstraint<"$addr.ptrreg = $ea_result">, |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 797 | NoEncode<"$ea_result">; |
| 798 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 799 | def LWZUX : XForm_1<31, 55, (outs GPRC:$rD, ptr_rc_nor0:$ea_result), |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 800 | (ins memrr:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 801 | "lwzux $rD, $addr", LdStLoadUpd, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 802 | []>, RegConstraint<"$addr.ptrreg = $ea_result">, |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 803 | NoEncode<"$ea_result">; |
| 804 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 805 | def LFSUX : XForm_1<31, 567, (outs F4RC:$rD, ptr_rc_nor0:$ea_result), |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 806 | (ins memrr:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 807 | "lfsux $rD, $addr", LdStLFDU, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 808 | []>, RegConstraint<"$addr.ptrreg = $ea_result">, |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 809 | NoEncode<"$ea_result">; |
| 810 | |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 811 | def LFDUX : XForm_1<31, 631, (outs F8RC:$rD, ptr_rc_nor0:$ea_result), |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 812 | (ins memrr:$addr), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 813 | "lfdux $rD, $addr", LdStLFDU, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 814 | []>, RegConstraint<"$addr.ptrreg = $ea_result">, |
Hal Finkel | 0fcdd8b | 2012-06-20 15:43:03 +0000 | [diff] [blame] | 815 | NoEncode<"$ea_result">; |
Nate Begeman | b816f02 | 2004-10-07 22:30:03 +0000 | [diff] [blame] | 816 | } |
Dan Gohman | 41474ba | 2008-12-03 02:30:17 +0000 | [diff] [blame] | 817 | } |
Chris Lattner | 302bf9c | 2006-11-08 02:13:12 +0000 | [diff] [blame] | 818 | |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 819 | // Indexed (r+r) Loads. |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 820 | // |
Dan Gohman | 15511cf | 2008-12-03 18:15:48 +0000 | [diff] [blame] | 821 | let canFoldAsLoad = 1, PPC970_Unit = 2 in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 822 | def LBZX : XForm_1<31, 87, (outs GPRC:$rD), (ins memrr:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 823 | "lbzx $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 824 | [(set i32:$rD, (zextloadi8 xaddr:$src))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 825 | def LHAX : XForm_1<31, 343, (outs GPRC:$rD), (ins memrr:$src), |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 826 | "lhax $rD, $src", LdStLHA, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 827 | [(set i32:$rD, (sextloadi16 xaddr:$src))]>, |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 828 | PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 829 | def LHZX : XForm_1<31, 279, (outs GPRC:$rD), (ins memrr:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 830 | "lhzx $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 831 | [(set i32:$rD, (zextloadi16 xaddr:$src))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 832 | def LWZX : XForm_1<31, 23, (outs GPRC:$rD), (ins memrr:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 833 | "lwzx $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 834 | [(set i32:$rD, (load xaddr:$src))]>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 835 | |
| 836 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 837 | def LHBRX : XForm_1<31, 790, (outs GPRC:$rD), (ins memrr:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 838 | "lhbrx $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 839 | [(set i32:$rD, (PPClbrx xoaddr:$src, i16))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 840 | def LWBRX : XForm_1<31, 534, (outs GPRC:$rD), (ins memrr:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 841 | "lwbrx $rD, $src", LdStLoad, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 842 | [(set i32:$rD, (PPClbrx xoaddr:$src, i32))]>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 843 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 844 | def LFSX : XForm_25<31, 535, (outs F4RC:$frD), (ins memrr:$src), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 845 | "lfsx $frD, $src", LdStLFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 846 | [(set f32:$frD, (load xaddr:$src))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 847 | def LFDX : XForm_25<31, 599, (outs F8RC:$frD), (ins memrr:$src), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 848 | "lfdx $frD, $src", LdStLFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 849 | [(set f64:$frD, (load xaddr:$src))]>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 850 | } |
| 851 | |
| 852 | //===----------------------------------------------------------------------===// |
| 853 | // PPC32 Store Instructions. |
| 854 | // |
| 855 | |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 856 | // Unindexed (r+i) Stores. |
Chris Lattner | 9c9fbf8 | 2008-01-06 05:53:26 +0000 | [diff] [blame] | 857 | let PPC970_Unit = 2 in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 858 | def STB : DForm_1<38, (outs), (ins GPRC:$rS, memri:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 859 | "stb $rS, $src", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 860 | [(truncstorei8 i32:$rS, iaddr:$src)]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 861 | def STH : DForm_1<44, (outs), (ins GPRC:$rS, memri:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 862 | "sth $rS, $src", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 863 | [(truncstorei16 i32:$rS, iaddr:$src)]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 864 | def STW : DForm_1<36, (outs), (ins GPRC:$rS, memri:$src), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 865 | "stw $rS, $src", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 866 | [(store i32:$rS, iaddr:$src)]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 867 | def STFS : DForm_1<52, (outs), (ins F4RC:$rS, memri:$dst), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 868 | "stfs $rS, $dst", LdStSTFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 869 | [(store f32:$rS, iaddr:$dst)]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 870 | def STFD : DForm_1<54, (outs), (ins F8RC:$rS, memri:$dst), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 871 | "stfd $rS, $dst", LdStSTFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 872 | [(store f64:$rS, iaddr:$dst)]>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 873 | } |
| 874 | |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 875 | // Unindexed (r+i) Stores with Update (preinc). |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 876 | let PPC970_Unit = 2, mayStore = 1 in { |
| 877 | def STBU : DForm_1<39, (outs ptr_rc_nor0:$ea_res), (ins GPRC:$rS, memri:$dst), |
| 878 | "stbu $rS, $dst", LdStStoreUpd, []>, |
| 879 | RegConstraint<"$dst.reg = $ea_res">, NoEncode<"$ea_res">; |
| 880 | def STHU : DForm_1<45, (outs ptr_rc_nor0:$ea_res), (ins GPRC:$rS, memri:$dst), |
| 881 | "sthu $rS, $dst", LdStStoreUpd, []>, |
| 882 | RegConstraint<"$dst.reg = $ea_res">, NoEncode<"$ea_res">; |
| 883 | def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins GPRC:$rS, memri:$dst), |
| 884 | "stwu $rS, $dst", LdStStoreUpd, []>, |
| 885 | RegConstraint<"$dst.reg = $ea_res">, NoEncode<"$ea_res">; |
| 886 | def STFSU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins F4RC:$rS, memri:$dst), |
| 887 | "stfsu $rS, $dst", LdStSTFDU, []>, |
| 888 | RegConstraint<"$dst.reg = $ea_res">, NoEncode<"$ea_res">; |
| 889 | def STFDU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins F8RC:$rS, memri:$dst), |
| 890 | "stfdu $rS, $dst", LdStSTFDU, []>, |
| 891 | RegConstraint<"$dst.reg = $ea_res">, NoEncode<"$ea_res">; |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 892 | } |
| 893 | |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 894 | // Patterns to match the pre-inc stores. We can't put the patterns on |
| 895 | // the instruction definitions directly as ISel wants the address base |
| 896 | // and offset to be separate operands, not a single complex operand. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 897 | def : Pat<(pre_truncsti8 i32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), |
| 898 | (STBU $rS, iaddroff:$ptroff, $ptrreg)>; |
| 899 | def : Pat<(pre_truncsti16 i32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), |
| 900 | (STHU $rS, iaddroff:$ptroff, $ptrreg)>; |
| 901 | def : Pat<(pre_store i32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), |
| 902 | (STWU $rS, iaddroff:$ptroff, $ptrreg)>; |
| 903 | def : Pat<(pre_store f32:$rS, iPTR:$ptrreg, iaddroff:$ptroff), |
| 904 | (STFSU $rS, iaddroff:$ptroff, $ptrreg)>; |
| 905 | def : Pat<(pre_store f64:$rS, iPTR:$ptrreg, iaddroff:$ptroff), |
| 906 | (STFDU $rS, iaddroff:$ptroff, $ptrreg)>; |
Chris Lattner | f8e07f4 | 2006-11-15 02:43:19 +0000 | [diff] [blame] | 907 | |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 908 | // Indexed (r+r) Stores. |
Chris Lattner | 9c9fbf8 | 2008-01-06 05:53:26 +0000 | [diff] [blame] | 909 | let PPC970_Unit = 2 in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 910 | def STBX : XForm_8<31, 215, (outs), (ins GPRC:$rS, memrr:$dst), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 911 | "stbx $rS, $dst", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 912 | [(truncstorei8 i32:$rS, xaddr:$dst)]>, |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 913 | PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 914 | def STHX : XForm_8<31, 407, (outs), (ins GPRC:$rS, memrr:$dst), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 915 | "sthx $rS, $dst", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 916 | [(truncstorei16 i32:$rS, xaddr:$dst)]>, |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 917 | PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 918 | def STWX : XForm_8<31, 151, (outs), (ins GPRC:$rS, memrr:$dst), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 919 | "stwx $rS, $dst", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 920 | [(store i32:$rS, xaddr:$dst)]>, |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 921 | PPC970_DGroup_Cracked; |
Hal Finkel | ac81cc3 | 2012-06-19 02:34:32 +0000 | [diff] [blame] | 922 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 923 | def STHBRX: XForm_8<31, 918, (outs), (ins GPRC:$rS, memrr:$dst), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 924 | "sthbrx $rS, $dst", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 925 | [(PPCstbrx i32:$rS, xoaddr:$dst, i16)]>, |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 926 | PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 927 | def STWBRX: XForm_8<31, 662, (outs), (ins GPRC:$rS, memrr:$dst), |
Hal Finkel | 20b529b | 2012-04-01 04:44:16 +0000 | [diff] [blame] | 928 | "stwbrx $rS, $dst", LdStStore, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 929 | [(PPCstbrx i32:$rS, xoaddr:$dst, i32)]>, |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 930 | PPC970_DGroup_Cracked; |
| 931 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 932 | def STFIWX: XForm_28<31, 983, (outs), (ins F8RC:$frS, memrr:$dst), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 933 | "stfiwx $frS, $dst", LdStSTFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 934 | [(PPCstfiwx f64:$frS, xoaddr:$dst)]>; |
Chris Lattner | c8478d8 | 2008-01-06 06:44:58 +0000 | [diff] [blame] | 935 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 936 | def STFSX : XForm_28<31, 663, (outs), (ins F4RC:$frS, memrr:$dst), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 937 | "stfsx $frS, $dst", LdStSTFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 938 | [(store f32:$frS, xaddr:$dst)]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 939 | def STFDX : XForm_28<31, 727, (outs), (ins F8RC:$frS, memrr:$dst), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 940 | "stfdx $frS, $dst", LdStSTFD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 941 | [(store f64:$frS, xaddr:$dst)]>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 942 | } |
| 943 | |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 944 | // Indexed (r+r) Stores with Update (preinc). |
| 945 | let PPC970_Unit = 2, mayStore = 1 in { |
| 946 | def STBUX : XForm_8<31, 247, (outs ptr_rc_nor0:$ea_res), (ins GPRC:$rS, memrr:$dst), |
| 947 | "stbux $rS, $dst", LdStStoreUpd, []>, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 948 | RegConstraint<"$dst.ptrreg = $ea_res">, NoEncode<"$ea_res">, |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 949 | PPC970_DGroup_Cracked; |
| 950 | def STHUX : XForm_8<31, 439, (outs ptr_rc_nor0:$ea_res), (ins GPRC:$rS, memrr:$dst), |
| 951 | "sthux $rS, $dst", LdStStoreUpd, []>, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 952 | RegConstraint<"$dst.ptrreg = $ea_res">, NoEncode<"$ea_res">, |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 953 | PPC970_DGroup_Cracked; |
| 954 | def STWUX : XForm_8<31, 183, (outs ptr_rc_nor0:$ea_res), (ins GPRC:$rS, memrr:$dst), |
| 955 | "stwux $rS, $dst", LdStStoreUpd, []>, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 956 | RegConstraint<"$dst.ptrreg = $ea_res">, NoEncode<"$ea_res">, |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 957 | PPC970_DGroup_Cracked; |
| 958 | def STFSUX: XForm_8<31, 695, (outs ptr_rc_nor0:$ea_res), (ins F4RC:$rS, memrr:$dst), |
| 959 | "stfsux $rS, $dst", LdStSTFDU, []>, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 960 | RegConstraint<"$dst.ptrreg = $ea_res">, NoEncode<"$ea_res">, |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 961 | PPC970_DGroup_Cracked; |
| 962 | def STFDUX: XForm_8<31, 759, (outs ptr_rc_nor0:$ea_res), (ins F8RC:$rS, memrr:$dst), |
| 963 | "stfdux $rS, $dst", LdStSTFDU, []>, |
Ulrich Weigand | 89ec847 | 2013-03-22 14:59:13 +0000 | [diff] [blame] | 964 | RegConstraint<"$dst.ptrreg = $ea_res">, NoEncode<"$ea_res">, |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 965 | PPC970_DGroup_Cracked; |
| 966 | } |
| 967 | |
| 968 | // Patterns to match the pre-inc stores. We can't put the patterns on |
| 969 | // the instruction definitions directly as ISel wants the address base |
| 970 | // and offset to be separate operands, not a single complex operand. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 971 | def : Pat<(pre_truncsti8 i32:$rS, iPTR:$ptrreg, iPTR:$ptroff), |
| 972 | (STBUX $rS, $ptrreg, $ptroff)>; |
| 973 | def : Pat<(pre_truncsti16 i32:$rS, iPTR:$ptrreg, iPTR:$ptroff), |
| 974 | (STHUX $rS, $ptrreg, $ptroff)>; |
| 975 | def : Pat<(pre_store i32:$rS, iPTR:$ptrreg, iPTR:$ptroff), |
| 976 | (STWUX $rS, $ptrreg, $ptroff)>; |
| 977 | def : Pat<(pre_store f32:$rS, iPTR:$ptrreg, iPTR:$ptroff), |
| 978 | (STFSUX $rS, $ptrreg, $ptroff)>; |
| 979 | def : Pat<(pre_store f64:$rS, iPTR:$ptrreg, iPTR:$ptroff), |
| 980 | (STFDUX $rS, $ptrreg, $ptroff)>; |
Ulrich Weigand | 5882e3d | 2013-03-19 19:52:04 +0000 | [diff] [blame] | 981 | |
Dale Johannesen | f87d6c0 | 2008-08-22 17:20:54 +0000 | [diff] [blame] | 982 | def SYNC : XForm_24_sync<31, 598, (outs), (ins), |
| 983 | "sync", LdStSync, |
| 984 | [(int_ppc_sync)]>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 985 | |
| 986 | //===----------------------------------------------------------------------===// |
| 987 | // PPC32 Arithmetic Instructions. |
| 988 | // |
Chris Lattner | 302bf9c | 2006-11-08 02:13:12 +0000 | [diff] [blame] | 989 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 990 | let PPC970_Unit = 1 in { // FXU Operations. |
Ulrich Weigand | 2b0850b | 2013-03-26 10:55:20 +0000 | [diff] [blame] | 991 | def ADDI : DForm_2<14, (outs GPRC:$rD), (ins GPRC_NOR0:$rA, symbolLo:$imm), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 992 | "addi $rD, $rA, $imm", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 993 | [(set i32:$rD, (add i32:$rA, immSExt16:$imm))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 994 | let Defs = [CARRY] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 995 | def ADDIC : DForm_2<12, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 996 | "addic $rD, $rA, $imm", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 997 | [(set i32:$rD, (addc i32:$rA, immSExt16:$imm))]>, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 998 | PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 999 | def ADDICo : DForm_2<13, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1000 | "addic. $rD, $rA, $imm", IntGeneral, |
Chris Lattner | 3e63ead | 2005-09-08 17:33:10 +0000 | [diff] [blame] | 1001 | []>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1002 | } |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 1003 | def ADDIS : DForm_2<15, (outs GPRC:$rD), (ins GPRC_NOR0:$rA, symbolHi:$imm), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1004 | "addis $rD, $rA, $imm", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1005 | [(set i32:$rD, (add i32:$rA, imm16ShiftedSExt:$imm))]>; |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 1006 | let isCodeGenOnly = 1 in |
Hal Finkel | a548afc | 2013-03-19 18:51:05 +0000 | [diff] [blame] | 1007 | def LA : DForm_2<14, (outs GPRC:$rD), (ins GPRC_NOR0:$rA, symbolLo:$sym), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1008 | "la $rD, $sym($rA)", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1009 | [(set i32:$rD, (add i32:$rA, |
Chris Lattner | 490ad08 | 2005-11-17 17:52:01 +0000 | [diff] [blame] | 1010 | (PPClo tglobaladdr:$sym, 0)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1011 | def MULLI : DForm_2< 7, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1012 | "mulli $rD, $rA, $imm", IntMulLI, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1013 | [(set i32:$rD, (mul i32:$rA, immSExt16:$imm))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1014 | let Defs = [CARRY] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1015 | def SUBFIC : DForm_2< 8, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1016 | "subfic $rD, $rA, $imm", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1017 | [(set i32:$rD, (subc immSExt16:$imm, i32:$rA))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1018 | } |
Bill Wendling | 0f940c9 | 2007-12-07 21:42:31 +0000 | [diff] [blame] | 1019 | |
Hal Finkel | f3c3828 | 2012-08-28 02:10:33 +0000 | [diff] [blame] | 1020 | let isReMaterializable = 1, isAsCheapAsAMove = 1, isMoveImm = 1 in { |
Bill Wendling | 0f940c9 | 2007-12-07 21:42:31 +0000 | [diff] [blame] | 1021 | def LI : DForm_2_r0<14, (outs GPRC:$rD), (ins symbolLo:$imm), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1022 | "li $rD, $imm", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1023 | [(set i32:$rD, immSExt16:$imm)]>; |
Bill Wendling | 0f940c9 | 2007-12-07 21:42:31 +0000 | [diff] [blame] | 1024 | def LIS : DForm_2_r0<15, (outs GPRC:$rD), (ins symbolHi:$imm), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1025 | "lis $rD, $imm", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1026 | [(set i32:$rD, imm16ShiftedSExt:$imm)]>; |
Bill Wendling | 0f940c9 | 2007-12-07 21:42:31 +0000 | [diff] [blame] | 1027 | } |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1028 | } |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 1029 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1030 | let PPC970_Unit = 1 in { // FXU Operations. |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1031 | def ANDIo : DForm_4<28, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1032 | "andi. $dst, $src1, $src2", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1033 | [(set i32:$dst, (and i32:$src1, immZExt16:$src2))]>, |
Nate Begeman | 789fd42 | 2006-02-12 09:09:52 +0000 | [diff] [blame] | 1034 | isDOT; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1035 | def ANDISo : DForm_4<29, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1036 | "andis. $dst, $src1, $src2", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1037 | [(set i32:$dst, (and i32:$src1, imm16ShiftedZExt:$src2))]>, |
Nate Begeman | 789fd42 | 2006-02-12 09:09:52 +0000 | [diff] [blame] | 1038 | isDOT; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1039 | def ORI : DForm_4<24, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1040 | "ori $dst, $src1, $src2", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1041 | [(set i32:$dst, (or i32:$src1, immZExt16:$src2))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1042 | def ORIS : DForm_4<25, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1043 | "oris $dst, $src1, $src2", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1044 | [(set i32:$dst, (or i32:$src1, imm16ShiftedZExt:$src2))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1045 | def XORI : DForm_4<26, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1046 | "xori $dst, $src1, $src2", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1047 | [(set i32:$dst, (xor i32:$src1, immZExt16:$src2))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1048 | def XORIS : DForm_4<27, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1049 | "xoris $dst, $src1, $src2", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1050 | [(set i32:$dst, (xor i32:$src1, imm16ShiftedZExt:$src2))]>; |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1051 | def NOP : DForm_4_zero<24, (outs), (ins), "nop", IntSimple, |
Nate Begeman | 0976122 | 2005-12-09 23:54:18 +0000 | [diff] [blame] | 1052 | []>; |
Evan Cheng | caf778a | 2007-08-01 23:07:38 +0000 | [diff] [blame] | 1053 | def CMPWI : DForm_5_ext<11, (outs CRRC:$crD), (ins GPRC:$rA, s16imm:$imm), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1054 | "cmpwi $crD, $rA, $imm", IntCompare>; |
Evan Cheng | caf778a | 2007-08-01 23:07:38 +0000 | [diff] [blame] | 1055 | def CMPLWI : DForm_6_ext<10, (outs CRRC:$dst), (ins GPRC:$src1, u16imm:$src2), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1056 | "cmplwi $dst, $src1, $src2", IntCompare>; |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1057 | } |
Nate Begeman | ed42853 | 2004-09-04 05:00:00 +0000 | [diff] [blame] | 1058 | |
Chris Lattner | b22a04d | 2006-03-25 07:51:43 +0000 | [diff] [blame] | 1059 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1060 | let PPC970_Unit = 1 in { // FXU Operations. |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1061 | def NAND : XForm_6<31, 476, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1062 | "nand $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1063 | [(set i32:$rA, (not (and i32:$rS, i32:$rB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1064 | def AND : XForm_6<31, 28, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1065 | "and $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1066 | [(set i32:$rA, (and i32:$rS, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1067 | def ANDC : XForm_6<31, 60, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1068 | "andc $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1069 | [(set i32:$rA, (and i32:$rS, (not i32:$rB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1070 | def OR : XForm_6<31, 444, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1071 | "or $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1072 | [(set i32:$rA, (or i32:$rS, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1073 | def NOR : XForm_6<31, 124, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1074 | "nor $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1075 | [(set i32:$rA, (not (or i32:$rS, i32:$rB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1076 | def ORC : XForm_6<31, 412, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1077 | "orc $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1078 | [(set i32:$rA, (or i32:$rS, (not i32:$rB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1079 | def EQV : XForm_6<31, 284, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1080 | "eqv $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1081 | [(set i32:$rA, (not (xor i32:$rS, i32:$rB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1082 | def XOR : XForm_6<31, 316, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1083 | "xor $rA, $rS, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1084 | [(set i32:$rA, (xor i32:$rS, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1085 | def SLW : XForm_6<31, 24, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1086 | "slw $rA, $rS, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1087 | [(set i32:$rA, (PPCshl i32:$rS, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1088 | def SRW : XForm_6<31, 536, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1089 | "srw $rA, $rS, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1090 | [(set i32:$rA, (PPCsrl i32:$rS, i32:$rB))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1091 | let Defs = [CARRY] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1092 | def SRAW : XForm_6<31, 792, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1093 | "sraw $rA, $rS, $rB", IntShift, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1094 | [(set i32:$rA, (PPCsra i32:$rS, i32:$rB))]>; |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1095 | } |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1096 | } |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 1097 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1098 | let PPC970_Unit = 1 in { // FXU Operations. |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1099 | let Defs = [CARRY] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1100 | def SRAWI : XForm_10<31, 824, (outs GPRC:$rA), (ins GPRC:$rS, u5imm:$SH), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1101 | "srawi $rA, $rS, $SH", IntShift, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1102 | [(set i32:$rA, (sra i32:$rS, (i32 imm:$SH)))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1103 | } |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1104 | def CNTLZW : XForm_11<31, 26, (outs GPRC:$rA), (ins GPRC:$rS), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1105 | "cntlzw $rA, $rS", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1106 | [(set i32:$rA, (ctlz i32:$rS))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1107 | def EXTSB : XForm_11<31, 954, (outs GPRC:$rA), (ins GPRC:$rS), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1108 | "extsb $rA, $rS", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1109 | [(set i32:$rA, (sext_inreg i32:$rS, i8))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1110 | def EXTSH : XForm_11<31, 922, (outs GPRC:$rA), (ins GPRC:$rS), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1111 | "extsh $rA, $rS", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1112 | [(set i32:$rA, (sext_inreg i32:$rS, i16))]>; |
Chris Lattner | ecfe55e | 2006-03-22 05:30:33 +0000 | [diff] [blame] | 1113 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1114 | def CMPW : XForm_16_ext<31, 0, (outs CRRC:$crD), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1115 | "cmpw $crD, $rA, $rB", IntCompare>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1116 | def CMPLW : XForm_16_ext<31, 32, (outs CRRC:$crD), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1117 | "cmplw $crD, $rA, $rB", IntCompare>; |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1118 | } |
| 1119 | let PPC970_Unit = 3 in { // FPU Operations. |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1120 | //def FCMPO : XForm_17<63, 32, (outs CRRC:$crD), (ins FPRC:$fA, FPRC:$fB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1121 | // "fcmpo $crD, $fA, $fB", FPCompare>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1122 | def FCMPUS : XForm_17<63, 0, (outs CRRC:$crD), (ins F4RC:$fA, F4RC:$fB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1123 | "fcmpu $crD, $fA, $fB", FPCompare>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1124 | def FCMPUD : XForm_17<63, 0, (outs CRRC:$crD), (ins F8RC:$fA, F8RC:$fB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1125 | "fcmpu $crD, $fA, $fB", FPCompare>; |
Chris Lattner | 26e552b | 2006-11-14 19:19:53 +0000 | [diff] [blame] | 1126 | |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1127 | let Uses = [RM] in { |
| 1128 | def FCTIWZ : XForm_26<63, 15, (outs F8RC:$frD), (ins F8RC:$frB), |
| 1129 | "fctiwz $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1130 | [(set f64:$frD, (PPCfctiwz f64:$frB))]>; |
Hal Finkel | f5d5c43 | 2013-03-29 08:57:48 +0000 | [diff] [blame^] | 1131 | |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1132 | def FRSP : XForm_26<63, 12, (outs F4RC:$frD), (ins F8RC:$frB), |
| 1133 | "frsp $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1134 | [(set f32:$frD, (fround f64:$frB))]>; |
Hal Finkel | f5d5c43 | 2013-03-29 08:57:48 +0000 | [diff] [blame^] | 1135 | |
| 1136 | // The frin -> nearbyint mapping is valid only in fast-math mode. |
| 1137 | def FRIND : XForm_26<63, 392, (outs F8RC:$frD), (ins F8RC:$frB), |
| 1138 | "frin $frD, $frB", FPGeneral, |
| 1139 | [(set f64:$frD, (fnearbyint f64:$frB))]>; |
| 1140 | def FRINS : XForm_26<63, 392, (outs F4RC:$frD), (ins F4RC:$frB), |
| 1141 | "frin $frD, $frB", FPGeneral, |
| 1142 | [(set f32:$frD, (fnearbyint f32:$frB))]>; |
| 1143 | |
| 1144 | def FRIPD : XForm_26<63, 456, (outs F8RC:$frD), (ins F8RC:$frB), |
| 1145 | "frip $frD, $frB", FPGeneral, |
| 1146 | [(set f64:$frD, (fceil f64:$frB))]>; |
| 1147 | def FRIPS : XForm_26<63, 456, (outs F4RC:$frD), (ins F4RC:$frB), |
| 1148 | "frip $frD, $frB", FPGeneral, |
| 1149 | [(set f32:$frD, (fceil f32:$frB))]>; |
| 1150 | def FRIZD : XForm_26<63, 424, (outs F8RC:$frD), (ins F8RC:$frB), |
| 1151 | "friz $frD, $frB", FPGeneral, |
| 1152 | [(set f64:$frD, (ftrunc f64:$frB))]>; |
| 1153 | def FRIZS : XForm_26<63, 424, (outs F4RC:$frD), (ins F4RC:$frB), |
| 1154 | "friz $frD, $frB", FPGeneral, |
| 1155 | [(set f32:$frD, (ftrunc f32:$frB))]>; |
| 1156 | def FRIMD : XForm_26<63, 488, (outs F8RC:$frD), (ins F8RC:$frB), |
| 1157 | "frim $frD, $frB", FPGeneral, |
| 1158 | [(set f64:$frD, (ffloor f64:$frB))]>; |
| 1159 | def FRIMS : XForm_26<63, 488, (outs F4RC:$frD), (ins F4RC:$frB), |
| 1160 | "frim $frD, $frB", FPGeneral, |
| 1161 | [(set f32:$frD, (ffloor f32:$frB))]>; |
| 1162 | |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1163 | def FSQRT : XForm_26<63, 22, (outs F8RC:$frD), (ins F8RC:$frB), |
| 1164 | "fsqrt $frD, $frB", FPSqrt, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1165 | [(set f64:$frD, (fsqrt f64:$frB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1166 | def FSQRTS : XForm_26<59, 22, (outs F4RC:$frD), (ins F4RC:$frB), |
| 1167 | "fsqrts $frD, $frB", FPSqrt, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1168 | [(set f32:$frD, (fsqrt f32:$frB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1169 | } |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1170 | } |
Chris Lattner | 919c032 | 2005-10-01 01:35:02 +0000 | [diff] [blame] | 1171 | |
Jakob Stoklund Olesen | a90c3f6 | 2010-07-16 21:03:52 +0000 | [diff] [blame] | 1172 | /// Note that FMR is defined as pseudo-ops on the PPC970 because they are |
Chris Lattner | 9d5da1d | 2006-03-24 07:12:19 +0000 | [diff] [blame] | 1173 | /// often coalesced away and we don't want the dispatch group builder to think |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1174 | /// that they will fill slots (which could cause the load of a LSU reject to |
| 1175 | /// sneak into a d-group with a store). |
Jakob Stoklund Olesen | baafcbb4 | 2010-02-26 21:53:24 +0000 | [diff] [blame] | 1176 | def FMR : XForm_26<63, 72, (outs F4RC:$frD), (ins F4RC:$frB), |
| 1177 | "fmr $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1178 | []>, // (set f32:$frD, f32:$frB) |
Jakob Stoklund Olesen | baafcbb4 | 2010-02-26 21:53:24 +0000 | [diff] [blame] | 1179 | PPC970_Unit_Pseudo; |
Chris Lattner | 919c032 | 2005-10-01 01:35:02 +0000 | [diff] [blame] | 1180 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1181 | let PPC970_Unit = 3 in { // FPU Operations. |
Chris Lattner | 919c032 | 2005-10-01 01:35:02 +0000 | [diff] [blame] | 1182 | // These are artificially split into two different forms, for 4/8 byte FP. |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1183 | def FABSS : XForm_26<63, 264, (outs F4RC:$frD), (ins F4RC:$frB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1184 | "fabs $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1185 | [(set f32:$frD, (fabs f32:$frB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1186 | def FABSD : XForm_26<63, 264, (outs F8RC:$frD), (ins F8RC:$frB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1187 | "fabs $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1188 | [(set f64:$frD, (fabs f64:$frB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1189 | def FNABSS : XForm_26<63, 136, (outs F4RC:$frD), (ins F4RC:$frB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1190 | "fnabs $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1191 | [(set f32:$frD, (fneg (fabs f32:$frB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1192 | def FNABSD : XForm_26<63, 136, (outs F8RC:$frD), (ins F8RC:$frB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1193 | "fnabs $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1194 | [(set f64:$frD, (fneg (fabs f64:$frB)))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1195 | def FNEGS : XForm_26<63, 40, (outs F4RC:$frD), (ins F4RC:$frB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1196 | "fneg $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1197 | [(set f32:$frD, (fneg f32:$frB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1198 | def FNEGD : XForm_26<63, 40, (outs F8RC:$frD), (ins F8RC:$frB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1199 | "fneg $frD, $frB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1200 | [(set f64:$frD, (fneg f64:$frB))]>; |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1201 | } |
Chris Lattner | 919c032 | 2005-10-01 01:35:02 +0000 | [diff] [blame] | 1202 | |
Nate Begeman | 6b3dc55 | 2004-08-29 22:45:13 +0000 | [diff] [blame] | 1203 | |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1204 | // XL-Form instructions. condition register logical ops. |
| 1205 | // |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1206 | def MCRF : XLForm_3<19, 0, (outs CRRC:$BF), (ins CRRC:$BFA), |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1207 | "mcrf $BF, $BFA", BrMCR>, |
| 1208 | PPC970_DGroup_First, PPC970_Unit_CRU; |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1209 | |
Nicolas Geoffray | 0404cd9 | 2008-03-10 14:12:10 +0000 | [diff] [blame] | 1210 | def CREQV : XLForm_1<19, 289, (outs CRBITRC:$CRD), |
| 1211 | (ins CRBITRC:$CRA, CRBITRC:$CRB), |
Chris Lattner | 9f0bc65 | 2007-02-25 05:34:32 +0000 | [diff] [blame] | 1212 | "creqv $CRD, $CRA, $CRB", BrCR, |
| 1213 | []>; |
| 1214 | |
Nicolas Geoffray | 0404cd9 | 2008-03-10 14:12:10 +0000 | [diff] [blame] | 1215 | def CROR : XLForm_1<19, 449, (outs CRBITRC:$CRD), |
| 1216 | (ins CRBITRC:$CRA, CRBITRC:$CRB), |
| 1217 | "cror $CRD, $CRA, $CRB", BrCR, |
| 1218 | []>; |
| 1219 | |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 1220 | let isCodeGenOnly = 1 in { |
Nicolas Geoffray | 0404cd9 | 2008-03-10 14:12:10 +0000 | [diff] [blame] | 1221 | def CRSET : XLForm_1_ext<19, 289, (outs CRBITRC:$dst), (ins), |
Chris Lattner | 9f0bc65 | 2007-02-25 05:34:32 +0000 | [diff] [blame] | 1222 | "creqv $dst, $dst, $dst", BrCR, |
| 1223 | []>; |
| 1224 | |
Roman Divacky | 0aaa919 | 2011-08-30 17:04:16 +0000 | [diff] [blame] | 1225 | def CRUNSET: XLForm_1_ext<19, 193, (outs CRBITRC:$dst), (ins), |
| 1226 | "crxor $dst, $dst, $dst", BrCR, |
| 1227 | []>; |
| 1228 | |
Hal Finkel | 82b3821 | 2012-08-28 02:10:27 +0000 | [diff] [blame] | 1229 | let Defs = [CR1EQ], CRD = 6 in { |
| 1230 | def CR6SET : XLForm_1_ext<19, 289, (outs), (ins), |
| 1231 | "creqv 6, 6, 6", BrCR, |
| 1232 | [(PPCcr6set)]>; |
| 1233 | |
| 1234 | def CR6UNSET: XLForm_1_ext<19, 193, (outs), (ins), |
| 1235 | "crxor 6, 6, 6", BrCR, |
| 1236 | [(PPCcr6unset)]>; |
| 1237 | } |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 1238 | } |
Hal Finkel | 82b3821 | 2012-08-28 02:10:27 +0000 | [diff] [blame] | 1239 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1240 | // XFX-Form instructions. Instructions that deal with SPRs. |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1241 | // |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 1242 | let Uses = [CTR] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1243 | def MFCTR : XFXForm_1_ext<31, 339, 9, (outs GPRC:$rT), (ins), |
| 1244 | "mfctr $rT", SprMFSPR>, |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1245 | PPC970_DGroup_First, PPC970_Unit_FXU; |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 1246 | } |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1247 | let Defs = [CTR], Pattern = [(PPCmtctr i32:$rS)] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1248 | def MTCTR : XFXForm_7_ext<31, 467, 9, (outs), (ins GPRC:$rS), |
| 1249 | "mtctr $rS", SprMTSPR>, |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1250 | PPC970_DGroup_First, PPC970_Unit_FXU; |
Chris Lattner | c703a8f | 2006-05-17 19:00:46 +0000 | [diff] [blame] | 1251 | } |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1252 | |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 1253 | let Defs = [LR] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1254 | def MTLR : XFXForm_7_ext<31, 467, 8, (outs), (ins GPRC:$rS), |
| 1255 | "mtlr $rS", SprMTSPR>, |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1256 | PPC970_DGroup_First, PPC970_Unit_FXU; |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 1257 | } |
| 1258 | let Uses = [LR] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1259 | def MFLR : XFXForm_1_ext<31, 339, 8, (outs GPRC:$rT), (ins), |
| 1260 | "mflr $rT", SprMFSPR>, |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1261 | PPC970_DGroup_First, PPC970_Unit_FXU; |
Dale Johannesen | 639076f | 2008-10-23 20:41:28 +0000 | [diff] [blame] | 1262 | } |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1263 | |
| 1264 | // Move to/from VRSAVE: despite being a SPR, the VRSAVE register is renamed like |
| 1265 | // a GPR on the PPC970. As such, copies in and out have the same performance |
| 1266 | // characteristics as an OR instruction. |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1267 | def MTVRSAVE : XFXForm_7_ext<31, 467, 256, (outs), (ins GPRC:$rS), |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1268 | "mtspr 256, $rS", IntGeneral>, |
Nate Begeman | 133decd | 2006-03-15 05:25:05 +0000 | [diff] [blame] | 1269 | PPC970_DGroup_Single, PPC970_Unit_FXU; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1270 | def MFVRSAVE : XFXForm_1_ext<31, 339, 256, (outs GPRC:$rT), (ins), |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1271 | "mfspr $rT, 256", IntGeneral>, |
Nate Begeman | 133decd | 2006-03-15 05:25:05 +0000 | [diff] [blame] | 1272 | PPC970_DGroup_First, PPC970_Unit_FXU; |
Chris Lattner | 1877ec9 | 2006-03-13 21:52:10 +0000 | [diff] [blame] | 1273 | |
Hal Finkel | 10f7f2a | 2013-03-21 19:03:21 +0000 | [diff] [blame] | 1274 | let isCodeGenOnly = 1 in { |
| 1275 | def MTVRSAVEv : XFXForm_7_ext<31, 467, 256, |
| 1276 | (outs VRSAVERC:$reg), (ins GPRC:$rS), |
| 1277 | "mtspr 256, $rS", IntGeneral>, |
| 1278 | PPC970_DGroup_Single, PPC970_Unit_FXU; |
| 1279 | def MFVRSAVEv : XFXForm_1_ext<31, 339, 256, (outs GPRC:$rT), |
| 1280 | (ins VRSAVERC:$reg), |
| 1281 | "mfspr $rT, 256", IntGeneral>, |
| 1282 | PPC970_DGroup_First, PPC970_Unit_FXU; |
| 1283 | } |
| 1284 | |
| 1285 | // SPILL_VRSAVE - Indicate that we're dumping the VRSAVE register, |
| 1286 | // so we'll need to scavenge a register for it. |
| 1287 | let mayStore = 1 in |
| 1288 | def SPILL_VRSAVE : Pseudo<(outs), (ins VRSAVERC:$vrsave, memri:$F), |
| 1289 | "#SPILL_VRSAVE", []>; |
| 1290 | |
| 1291 | // RESTORE_VRSAVE - Indicate that we're restoring the VRSAVE register (previously |
| 1292 | // spilled), so we'll need to scavenge a register for it. |
| 1293 | let mayLoad = 1 in |
| 1294 | def RESTORE_VRSAVE : Pseudo<(outs VRSAVERC:$vrsave), (ins memri:$F), |
| 1295 | "#RESTORE_VRSAVE", []>; |
| 1296 | |
Hal Finkel | 234bb38 | 2011-12-07 06:34:06 +0000 | [diff] [blame] | 1297 | def MTCRF : XFXForm_5<31, 144, (outs crbitm:$FXM), (ins GPRC:$rS), |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1298 | "mtcrf $FXM, $rS", BrMCRX>, |
| 1299 | PPC970_MicroCode, PPC970_Unit_CRU; |
Dale Johannesen | 5f07d52 | 2010-05-20 17:48:26 +0000 | [diff] [blame] | 1300 | |
| 1301 | // This is a pseudo for MFCR, which implicitly uses all 8 of its subregisters; |
| 1302 | // declaring that here gives the local register allocator problems with this: |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1303 | // vreg = MCRF CR0 |
| 1304 | // MFCR <kill of whatever preg got assigned to vreg> |
Dale Johannesen | 5f07d52 | 2010-05-20 17:48:26 +0000 | [diff] [blame] | 1305 | // while not declaring it breaks DeadMachineInstructionElimination. |
| 1306 | // As it turns out, in all cases where we currently use this, |
| 1307 | // we're only interested in one subregister of it. Represent this in the |
| 1308 | // instruction to keep the register allocator from becoming confused. |
Chris Lattner | 2ead458 | 2010-11-14 22:03:15 +0000 | [diff] [blame] | 1309 | // |
| 1310 | // FIXME: Make this a real Pseudo instruction when the JIT switches to MC. |
Ulrich Weigand | 3d38642 | 2013-03-26 10:57:16 +0000 | [diff] [blame] | 1311 | let isCodeGenOnly = 1 in |
Dale Johannesen | 5f07d52 | 2010-05-20 17:48:26 +0000 | [diff] [blame] | 1312 | def MFCRpseud: XFXForm_3<31, 19, (outs GPRC:$rT), (ins crbitm:$FXM), |
Will Schmidt | 9163815 | 2012-10-04 18:14:28 +0000 | [diff] [blame] | 1313 | "#MFCRpseud", SprMFCR>, |
Chris Lattner | 6d92cad | 2006-03-26 10:06:40 +0000 | [diff] [blame] | 1314 | PPC970_MicroCode, PPC970_Unit_CRU; |
Chris Lattner | 2ead458 | 2010-11-14 22:03:15 +0000 | [diff] [blame] | 1315 | |
| 1316 | def MFCR : XFXForm_3<31, 19, (outs GPRC:$rT), (ins), |
| 1317 | "mfcr $rT", SprMFCR>, |
| 1318 | PPC970_MicroCode, PPC970_Unit_CRU; |
| 1319 | |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1320 | def MFOCRF: XFXForm_5a<31, 19, (outs GPRC:$rT), (ins crbitm:$FXM), |
Hal Finkel | 0a1852b | 2012-06-11 15:43:15 +0000 | [diff] [blame] | 1321 | "mfocrf $rT, $FXM", SprMFCR>, |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1322 | PPC970_DGroup_First, PPC970_Unit_CRU; |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1323 | |
Ulrich Weigand | 7d35d3f | 2013-03-26 10:56:22 +0000 | [diff] [blame] | 1324 | // Pseudo instruction to perform FADD in round-to-zero mode. |
| 1325 | let usesCustomInserter = 1, Uses = [RM] in { |
| 1326 | def FADDrtz: Pseudo<(outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB), "", |
| 1327 | [(set f64:$FRT, (PPCfaddrtz f64:$FRA, f64:$FRB))]>; |
| 1328 | } |
Dale Johannesen | 6eaeff2 | 2007-10-10 01:01:31 +0000 | [diff] [blame] | 1329 | |
Ulrich Weigand | 7d35d3f | 2013-03-26 10:56:22 +0000 | [diff] [blame] | 1330 | // The above pseudo gets expanded to make use of the following instructions |
| 1331 | // to manipulate FPSCR. Note that FPSCR is not modeled at the DAG level. |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1332 | let Uses = [RM], Defs = [RM] in { |
| 1333 | def MTFSB0 : XForm_43<63, 70, (outs), (ins u5imm:$FM), |
Ulrich Weigand | 7d35d3f | 2013-03-26 10:56:22 +0000 | [diff] [blame] | 1334 | "mtfsb0 $FM", IntMTFSB0, []>, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1335 | PPC970_DGroup_Single, PPC970_Unit_FPU; |
| 1336 | def MTFSB1 : XForm_43<63, 38, (outs), (ins u5imm:$FM), |
Ulrich Weigand | 7d35d3f | 2013-03-26 10:56:22 +0000 | [diff] [blame] | 1337 | "mtfsb1 $FM", IntMTFSB0, []>, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1338 | PPC970_DGroup_Single, PPC970_Unit_FPU; |
Ulrich Weigand | 7d35d3f | 2013-03-26 10:56:22 +0000 | [diff] [blame] | 1339 | def MTFSF : XFLForm<63, 711, (outs), (ins i32imm:$FM, F8RC:$rT), |
| 1340 | "mtfsf $FM, $rT", IntMTFSB0, []>, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1341 | PPC970_DGroup_Single, PPC970_Unit_FPU; |
| 1342 | } |
| 1343 | let Uses = [RM] in { |
| 1344 | def MFFS : XForm_42<63, 583, (outs F8RC:$rT), (ins), |
| 1345 | "mffs $rT", IntMFFS, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1346 | [(set f64:$rT, (PPCmffs))]>, |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1347 | PPC970_DGroup_Single, PPC970_Unit_FPU; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1348 | } |
| 1349 | |
Dale Johannesen | 6eaeff2 | 2007-10-10 01:01:31 +0000 | [diff] [blame] | 1350 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1351 | let PPC970_Unit = 1 in { // FXU Operations. |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1352 | |
| 1353 | // XO-Form instructions. Arithmetic instructions that can set overflow bit |
| 1354 | // |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1355 | def ADD4 : XOForm_1<31, 266, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1356 | "add $rT, $rA, $rB", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1357 | [(set i32:$rT, (add i32:$rA, i32:$rB))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1358 | let Defs = [CARRY] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1359 | def ADDC : XOForm_1<31, 10, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1360 | "addc $rT, $rA, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1361 | [(set i32:$rT, (addc i32:$rA, i32:$rB))]>, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 1362 | PPC970_DGroup_Cracked; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1363 | } |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1364 | def DIVW : XOForm_1<31, 491, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1365 | "divw $rT, $rA, $rB", IntDivW, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1366 | [(set i32:$rT, (sdiv i32:$rA, i32:$rB))]>, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 1367 | PPC970_DGroup_First, PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1368 | def DIVWU : XOForm_1<31, 459, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1369 | "divwu $rT, $rA, $rB", IntDivW, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1370 | [(set i32:$rT, (udiv i32:$rA, i32:$rB))]>, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 1371 | PPC970_DGroup_First, PPC970_DGroup_Cracked; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1372 | def MULHW : XOForm_1<31, 75, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1373 | "mulhw $rT, $rA, $rB", IntMulHW, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1374 | [(set i32:$rT, (mulhs i32:$rA, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1375 | def MULHWU : XOForm_1<31, 11, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1376 | "mulhwu $rT, $rA, $rB", IntMulHWU, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1377 | [(set i32:$rT, (mulhu i32:$rA, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1378 | def MULLW : XOForm_1<31, 235, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1379 | "mullw $rT, $rA, $rB", IntMulHW, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1380 | [(set i32:$rT, (mul i32:$rA, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1381 | def SUBF : XOForm_1<31, 40, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1382 | "subf $rT, $rA, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1383 | [(set i32:$rT, (sub i32:$rB, i32:$rA))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1384 | let Defs = [CARRY] in { |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1385 | def SUBFC : XOForm_1<31, 8, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1386 | "subfc $rT, $rA, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1387 | [(set i32:$rT, (subc i32:$rB, i32:$rA))]>, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 1388 | PPC970_DGroup_Cracked; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1389 | } |
| 1390 | def NEG : XOForm_3<31, 104, 0, (outs GPRC:$rT), (ins GPRC:$rA), |
Hal Finkel | 1680309 | 2012-06-12 19:01:24 +0000 | [diff] [blame] | 1391 | "neg $rT, $rA", IntSimple, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1392 | [(set i32:$rT, (ineg i32:$rA))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1393 | let Uses = [CARRY], Defs = [CARRY] in { |
| 1394 | def ADDE : XOForm_1<31, 138, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
| 1395 | "adde $rT, $rA, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1396 | [(set i32:$rT, (adde i32:$rA, i32:$rB))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1397 | def ADDME : XOForm_3<31, 234, 0, (outs GPRC:$rT), (ins GPRC:$rA), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1398 | "addme $rT, $rA", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1399 | [(set i32:$rT, (adde i32:$rA, -1))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1400 | def ADDZE : XOForm_3<31, 202, 0, (outs GPRC:$rT), (ins GPRC:$rA), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1401 | "addze $rT, $rA", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1402 | [(set i32:$rT, (adde i32:$rA, 0))]>; |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1403 | def SUBFE : XOForm_1<31, 136, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB), |
| 1404 | "subfe $rT, $rA, $rB", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1405 | [(set i32:$rT, (sube i32:$rB, i32:$rA))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1406 | def SUBFME : XOForm_3<31, 232, 0, (outs GPRC:$rT), (ins GPRC:$rA), |
Nate Begeman | 551bf3f | 2006-02-17 05:43:56 +0000 | [diff] [blame] | 1407 | "subfme $rT, $rA", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1408 | [(set i32:$rT, (sube -1, i32:$rA))]>; |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1409 | def SUBFZE : XOForm_3<31, 200, 0, (outs GPRC:$rT), (ins GPRC:$rA), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1410 | "subfze $rT, $rA", IntGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1411 | [(set i32:$rT, (sube 0, i32:$rA))]>; |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1412 | } |
Dale Johannesen | 8dffc81 | 2009-09-18 20:15:22 +0000 | [diff] [blame] | 1413 | } |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1414 | |
| 1415 | // A-Form instructions. Most of the instructions executed in the FPU are of |
| 1416 | // this type. |
| 1417 | // |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1418 | let PPC970_Unit = 3 in { // FPU Operations. |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1419 | let Uses = [RM] in { |
| 1420 | def FMADD : AForm_1<63, 29, |
| 1421 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB), |
| 1422 | "fmadd $FRT, $FRA, $FRC, $FRB", FPFused, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1423 | [(set f64:$FRT, (fma f64:$FRA, f64:$FRC, f64:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1424 | def FMADDS : AForm_1<59, 29, |
| 1425 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB), |
| 1426 | "fmadds $FRT, $FRA, $FRC, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1427 | [(set f32:$FRT, (fma f32:$FRA, f32:$FRC, f32:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1428 | def FMSUB : AForm_1<63, 28, |
| 1429 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB), |
| 1430 | "fmsub $FRT, $FRA, $FRC, $FRB", FPFused, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1431 | [(set f64:$FRT, |
| 1432 | (fma f64:$FRA, f64:$FRC, (fneg f64:$FRB)))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1433 | def FMSUBS : AForm_1<59, 28, |
| 1434 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB), |
| 1435 | "fmsubs $FRT, $FRA, $FRC, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1436 | [(set f32:$FRT, |
| 1437 | (fma f32:$FRA, f32:$FRC, (fneg f32:$FRB)))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1438 | def FNMADD : AForm_1<63, 31, |
| 1439 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB), |
| 1440 | "fnmadd $FRT, $FRA, $FRC, $FRB", FPFused, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1441 | [(set f64:$FRT, |
| 1442 | (fneg (fma f64:$FRA, f64:$FRC, f64:$FRB)))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1443 | def FNMADDS : AForm_1<59, 31, |
| 1444 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB), |
| 1445 | "fnmadds $FRT, $FRA, $FRC, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1446 | [(set f32:$FRT, |
| 1447 | (fneg (fma f32:$FRA, f32:$FRC, f32:$FRB)))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1448 | def FNMSUB : AForm_1<63, 30, |
| 1449 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB), |
| 1450 | "fnmsub $FRT, $FRA, $FRC, $FRB", FPFused, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1451 | [(set f64:$FRT, (fneg (fma f64:$FRA, f64:$FRC, |
| 1452 | (fneg f64:$FRB))))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1453 | def FNMSUBS : AForm_1<59, 30, |
| 1454 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB), |
| 1455 | "fnmsubs $FRT, $FRA, $FRC, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1456 | [(set f32:$FRT, (fneg (fma f32:$FRA, f32:$FRC, |
| 1457 | (fneg f32:$FRB))))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1458 | } |
Chris Lattner | 43f07a4 | 2005-10-02 07:07:49 +0000 | [diff] [blame] | 1459 | // FSEL is artificially split into 4 and 8-byte forms for the result. To avoid |
| 1460 | // having 4 of these, force the comparison to always be an 8-byte double (code |
| 1461 | // should use an FMRSD if the input comparison value really wants to be a float) |
Chris Lattner | 867940d | 2005-10-02 06:58:23 +0000 | [diff] [blame] | 1462 | // and 4/8 byte forms for the result and operand type.. |
Chris Lattner | 43f07a4 | 2005-10-02 07:07:49 +0000 | [diff] [blame] | 1463 | def FSELD : AForm_1<63, 23, |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1464 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC, F8RC:$FRB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1465 | "fsel $FRT, $FRA, $FRC, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1466 | [(set f64:$FRT, (PPCfsel f64:$FRA, f64:$FRC, f64:$FRB))]>; |
Chris Lattner | 43f07a4 | 2005-10-02 07:07:49 +0000 | [diff] [blame] | 1467 | def FSELS : AForm_1<63, 23, |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1468 | (outs F4RC:$FRT), (ins F8RC:$FRA, F4RC:$FRC, F4RC:$FRB), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1469 | "fsel $FRT, $FRA, $FRC, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1470 | [(set f32:$FRT, (PPCfsel f64:$FRA, f32:$FRC, f32:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1471 | let Uses = [RM] in { |
| 1472 | def FADD : AForm_2<63, 21, |
| 1473 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 1474 | "fadd $FRT, $FRA, $FRB", FPAddSub, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1475 | [(set f64:$FRT, (fadd f64:$FRA, f64:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1476 | def FADDS : AForm_2<59, 21, |
| 1477 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB), |
| 1478 | "fadds $FRT, $FRA, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1479 | [(set f32:$FRT, (fadd f32:$FRA, f32:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1480 | def FDIV : AForm_2<63, 18, |
| 1481 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB), |
| 1482 | "fdiv $FRT, $FRA, $FRB", FPDivD, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1483 | [(set f64:$FRT, (fdiv f64:$FRA, f64:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1484 | def FDIVS : AForm_2<59, 18, |
| 1485 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB), |
| 1486 | "fdivs $FRT, $FRA, $FRB", FPDivS, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1487 | [(set f32:$FRT, (fdiv f32:$FRA, f32:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1488 | def FMUL : AForm_3<63, 25, |
Ulrich Weigand | 4ff0981 | 2012-11-13 19:19:46 +0000 | [diff] [blame] | 1489 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRC), |
| 1490 | "fmul $FRT, $FRA, $FRC", FPFused, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1491 | [(set f64:$FRT, (fmul f64:$FRA, f64:$FRC))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1492 | def FMULS : AForm_3<59, 25, |
Ulrich Weigand | 4ff0981 | 2012-11-13 19:19:46 +0000 | [diff] [blame] | 1493 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC), |
| 1494 | "fmuls $FRT, $FRA, $FRC", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1495 | [(set f32:$FRT, (fmul f32:$FRA, f32:$FRC))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1496 | def FSUB : AForm_2<63, 20, |
| 1497 | (outs F8RC:$FRT), (ins F8RC:$FRA, F8RC:$FRB), |
Hal Finkel | 8dc440a | 2012-08-28 02:49:14 +0000 | [diff] [blame] | 1498 | "fsub $FRT, $FRA, $FRB", FPAddSub, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1499 | [(set f64:$FRT, (fsub f64:$FRA, f64:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1500 | def FSUBS : AForm_2<59, 20, |
| 1501 | (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB), |
| 1502 | "fsubs $FRT, $FRA, $FRB", FPGeneral, |
Ulrich Weigand | 5b390e4 | 2013-03-25 19:05:30 +0000 | [diff] [blame] | 1503 | [(set f32:$FRT, (fsub f32:$FRA, f32:$FRB))]>; |
Dale Johannesen | b384ab9 | 2008-10-29 18:26:45 +0000 | [diff] [blame] | 1504 | } |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1505 | } |
Nate Begeman | 07aada8 | 2004-08-30 02:28:06 +0000 | [diff] [blame] | 1506 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1507 | let PPC970_Unit = 1 in { // FXU Operations. |
Ulrich Weigand | bc40df3 | 2012-11-13 19:14:19 +0000 | [diff] [blame] | 1508 | def ISEL : AForm_4<31, 15, |
Ulrich Weigand | a01c7db | 2013-03-26 10:54:54 +0000 | [diff] [blame] | 1509 | (outs GPRC:$rT), (ins GPRC_NOR0:$rA, GPRC:$rB, CRBITRC:$cond), |
Hal Finkel | 009f7af | 2012-06-22 23:10:08 +0000 | [diff] [blame] | 1510 | "isel $rT, $rA, $rB, $cond", IntGeneral, |
| 1511 | []>; |
| 1512 | } |
| 1513 | |
| 1514 | let PPC970_Unit = 1 in { // FXU Operations. |
Nate Begeman | cc8bd9c | 2004-08-31 02:28:08 +0000 | [diff] [blame] | 1515 | // M-Form instructions. rotate and mask instructions. |
| 1516 | // |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 1517 | let isCommutable = 1 in { |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 1518 | // RLWIMI can be commuted if the rotate amount is zero. |
Chris Lattner | 14522e3 | 2005-04-19 05:21:30 +0000 | [diff] [blame] | 1519 | def RLWIMI : MForm_2<20, |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1520 | (outs GPRC:$rA), (ins GPRC:$rSi, GPRC:$rS, u5imm:$SH, u5imm:$MB, |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1521 | u5imm:$ME), "rlwimi $rA, $rS, $SH, $MB, $ME", IntRotate, |
Chris Lattner | 8e28b5c | 2006-11-15 23:24:18 +0000 | [diff] [blame] | 1522 | []>, PPC970_DGroup_Cracked, RegConstraint<"$rSi = $rA">, |
| 1523 | NoEncode<"$rSi">; |
Nate Begeman | 2d4c98d | 2004-10-16 20:43:38 +0000 | [diff] [blame] | 1524 | } |
Chris Lattner | 14522e3 | 2005-04-19 05:21:30 +0000 | [diff] [blame] | 1525 | def RLWINM : MForm_2<21, |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1526 | (outs GPRC:$rA), (ins GPRC:$rS, u5imm:$SH, u5imm:$MB, u5imm:$ME), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1527 | "rlwinm $rA, $rS, $SH, $MB, $ME", IntGeneral, |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 1528 | []>; |
Chris Lattner | 14522e3 | 2005-04-19 05:21:30 +0000 | [diff] [blame] | 1529 | def RLWINMo : MForm_2<21, |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1530 | (outs GPRC:$rA), (ins GPRC:$rS, u5imm:$SH, u5imm:$MB, u5imm:$ME), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1531 | "rlwinm. $rA, $rS, $SH, $MB, $ME", IntGeneral, |
Chris Lattner | fd97734 | 2006-03-13 05:15:10 +0000 | [diff] [blame] | 1532 | []>, isDOT, PPC970_DGroup_Cracked; |
Chris Lattner | 14522e3 | 2005-04-19 05:21:30 +0000 | [diff] [blame] | 1533 | def RLWNM : MForm_2<23, |
Evan Cheng | 64d80e3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 1534 | (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB, u5imm:$MB, u5imm:$ME), |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 1535 | "rlwnm $rA, $rS, $rB, $MB, $ME", IntGeneral, |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 1536 | []>; |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 1537 | } |
Nate Begeman | cc8bd9c | 2004-08-31 02:28:08 +0000 | [diff] [blame] | 1538 | |
Chris Lattner | 3c0f9cc | 2006-03-20 06:15:45 +0000 | [diff] [blame] | 1539 | |
Chris Lattner | 2eb2517 | 2005-09-09 00:39:56 +0000 | [diff] [blame] | 1540 | //===----------------------------------------------------------------------===// |
| 1541 | // PowerPC Instruction Patterns |
| 1542 | // |
| 1543 | |
Chris Lattner | 30e21a4 | 2005-09-26 22:20:16 +0000 | [diff] [blame] | 1544 | // Arbitrary immediate support. Implement in terms of LIS/ORI. |
| 1545 | def : Pat<(i32 imm:$imm), |
| 1546 | (ORI (LIS (HI16 imm:$imm)), (LO16 imm:$imm))>; |
Chris Lattner | 91da862 | 2005-09-28 17:13:15 +0000 | [diff] [blame] | 1547 | |
| 1548 | // Implement the 'not' operation with the NOR instruction. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1549 | def NOT : Pat<(not i32:$in), |
| 1550 | (NOR $in, $in)>; |
Chris Lattner | 91da862 | 2005-09-28 17:13:15 +0000 | [diff] [blame] | 1551 | |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 1552 | // ADD an arbitrary immediate. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1553 | def : Pat<(add i32:$in, imm:$imm), |
| 1554 | (ADDIS (ADDI $in, (LO16 imm:$imm)), (HA16 imm:$imm))>; |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 1555 | // OR an arbitrary immediate. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1556 | def : Pat<(or i32:$in, imm:$imm), |
| 1557 | (ORIS (ORI $in, (LO16 imm:$imm)), (HI16 imm:$imm))>; |
Chris Lattner | 79d0e9f | 2005-09-28 23:07:13 +0000 | [diff] [blame] | 1558 | // XOR an arbitrary immediate. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1559 | def : Pat<(xor i32:$in, imm:$imm), |
| 1560 | (XORIS (XORI $in, (LO16 imm:$imm)), (HI16 imm:$imm))>; |
Nate Begeman | 551bf3f | 2006-02-17 05:43:56 +0000 | [diff] [blame] | 1561 | // SUBFIC |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1562 | def : Pat<(sub immSExt16:$imm, i32:$in), |
| 1563 | (SUBFIC $in, imm:$imm)>; |
Chris Lattner | 8be1fa5 | 2005-10-19 01:38:02 +0000 | [diff] [blame] | 1564 | |
Chris Lattner | 956f43c | 2006-06-16 20:22:01 +0000 | [diff] [blame] | 1565 | // SHL/SRL |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1566 | def : Pat<(shl i32:$in, (i32 imm:$imm)), |
| 1567 | (RLWINM $in, imm:$imm, 0, (SHL32 imm:$imm))>; |
| 1568 | def : Pat<(srl i32:$in, (i32 imm:$imm)), |
| 1569 | (RLWINM $in, (SRL32 imm:$imm), imm:$imm, 31)>; |
Nate Begeman | 2d5aff7 | 2005-10-19 18:42:01 +0000 | [diff] [blame] | 1570 | |
Nate Begeman | 35ef913 | 2006-01-11 21:21:00 +0000 | [diff] [blame] | 1571 | // ROTL |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1572 | def : Pat<(rotl i32:$in, i32:$sh), |
| 1573 | (RLWNM $in, $sh, 0, 31)>; |
| 1574 | def : Pat<(rotl i32:$in, (i32 imm:$imm)), |
| 1575 | (RLWINM $in, imm:$imm, 0, 31)>; |
Chris Lattner | c703a8f | 2006-05-17 19:00:46 +0000 | [diff] [blame] | 1576 | |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 1577 | // RLWNM |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1578 | def : Pat<(and (rotl i32:$in, i32:$sh), maskimm32:$imm), |
| 1579 | (RLWNM $in, $sh, (MB maskimm32:$imm), (ME maskimm32:$imm))>; |
Nate Begeman | f42f133 | 2006-09-22 05:01:56 +0000 | [diff] [blame] | 1580 | |
Chris Lattner | c703a8f | 2006-05-17 19:00:46 +0000 | [diff] [blame] | 1581 | // Calls |
Ulrich Weigand | 86765fb | 2013-03-22 15:24:13 +0000 | [diff] [blame] | 1582 | def : Pat<(PPCcall (i32 tglobaladdr:$dst)), |
| 1583 | (BL tglobaladdr:$dst)>; |
| 1584 | def : Pat<(PPCcall (i32 texternalsym:$dst)), |
| 1585 | (BL texternalsym:$dst)>; |
Chris Lattner | c703a8f | 2006-05-17 19:00:46 +0000 | [diff] [blame] | 1586 | |
Arnold Schwaighofer | 30e62c0 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 1587 | |
| 1588 | def : Pat<(PPCtc_return (i32 tglobaladdr:$dst), imm:$imm), |
| 1589 | (TCRETURNdi tglobaladdr:$dst, imm:$imm)>; |
| 1590 | |
| 1591 | def : Pat<(PPCtc_return (i32 texternalsym:$dst), imm:$imm), |
| 1592 | (TCRETURNdi texternalsym:$dst, imm:$imm)>; |
| 1593 | |
| 1594 | def : Pat<(PPCtc_return CTRRC:$dst, imm:$imm), |
| 1595 | (TCRETURNri CTRRC:$dst, imm:$imm)>; |
| 1596 | |
| 1597 | |
| 1598 | |
Chris Lattner | 860e886 | 2005-11-17 07:30:41 +0000 | [diff] [blame] | 1599 | // Hi and Lo for Darwin Global Addresses. |
Chris Lattner | d717b19 | 2005-12-11 07:45:47 +0000 | [diff] [blame] | 1600 | def : Pat<(PPChi tglobaladdr:$in, 0), (LIS tglobaladdr:$in)>; |
| 1601 | def : Pat<(PPClo tglobaladdr:$in, 0), (LI tglobaladdr:$in)>; |
| 1602 | def : Pat<(PPChi tconstpool:$in, 0), (LIS tconstpool:$in)>; |
| 1603 | def : Pat<(PPClo tconstpool:$in, 0), (LI tconstpool:$in)>; |
Nate Begeman | 37efe67 | 2006-04-22 18:53:45 +0000 | [diff] [blame] | 1604 | def : Pat<(PPChi tjumptable:$in, 0), (LIS tjumptable:$in)>; |
| 1605 | def : Pat<(PPClo tjumptable:$in, 0), (LI tjumptable:$in)>; |
Bob Wilson | 3d90dbe | 2009-11-04 21:31:18 +0000 | [diff] [blame] | 1606 | def : Pat<(PPChi tblockaddress:$in, 0), (LIS tblockaddress:$in)>; |
| 1607 | def : Pat<(PPClo tblockaddress:$in, 0), (LI tblockaddress:$in)>; |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1608 | def : Pat<(PPChi tglobaltlsaddr:$g, i32:$in), |
| 1609 | (ADDIS $in, tglobaltlsaddr:$g)>; |
| 1610 | def : Pat<(PPClo tglobaltlsaddr:$g, i32:$in), |
Ulrich Weigand | 2b0850b | 2013-03-26 10:55:20 +0000 | [diff] [blame] | 1611 | (ADDI $in, tglobaltlsaddr:$g)>; |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1612 | def : Pat<(add i32:$in, (PPChi tglobaladdr:$g, 0)), |
| 1613 | (ADDIS $in, tglobaladdr:$g)>; |
| 1614 | def : Pat<(add i32:$in, (PPChi tconstpool:$g, 0)), |
| 1615 | (ADDIS $in, tconstpool:$g)>; |
| 1616 | def : Pat<(add i32:$in, (PPChi tjumptable:$g, 0)), |
| 1617 | (ADDIS $in, tjumptable:$g)>; |
| 1618 | def : Pat<(add i32:$in, (PPChi tblockaddress:$g, 0)), |
| 1619 | (ADDIS $in, tblockaddress:$g)>; |
Chris Lattner | 860e886 | 2005-11-17 07:30:41 +0000 | [diff] [blame] | 1620 | |
Chris Lattner | 4172b10 | 2005-12-06 02:10:38 +0000 | [diff] [blame] | 1621 | // Standard shifts. These are represented separately from the real shifts above |
| 1622 | // so that we can distinguish between shifts that allow 5-bit and 6-bit shift |
| 1623 | // amounts. |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1624 | def : Pat<(sra i32:$rS, i32:$rB), |
| 1625 | (SRAW $rS, $rB)>; |
| 1626 | def : Pat<(srl i32:$rS, i32:$rB), |
| 1627 | (SRW $rS, $rB)>; |
| 1628 | def : Pat<(shl i32:$rS, i32:$rB), |
| 1629 | (SLW $rS, $rB)>; |
Chris Lattner | 4172b10 | 2005-12-06 02:10:38 +0000 | [diff] [blame] | 1630 | |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1631 | def : Pat<(zextloadi1 iaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1632 | (LBZ iaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1633 | def : Pat<(zextloadi1 xaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1634 | (LBZX xaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1635 | def : Pat<(extloadi1 iaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1636 | (LBZ iaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1637 | def : Pat<(extloadi1 xaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1638 | (LBZX xaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1639 | def : Pat<(extloadi8 iaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1640 | (LBZ iaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1641 | def : Pat<(extloadi8 xaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1642 | (LBZX xaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1643 | def : Pat<(extloadi16 iaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1644 | (LHZ iaddr:$src)>; |
Evan Cheng | 466685d | 2006-10-09 20:57:25 +0000 | [diff] [blame] | 1645 | def : Pat<(extloadi16 xaddr:$src), |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1646 | (LHZX xaddr:$src)>; |
Jakob Stoklund Olesen | a90c3f6 | 2010-07-16 21:03:52 +0000 | [diff] [blame] | 1647 | def : Pat<(f64 (extloadf32 iaddr:$src)), |
| 1648 | (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>; |
| 1649 | def : Pat<(f64 (extloadf32 xaddr:$src)), |
| 1650 | (COPY_TO_REGCLASS (LFSX xaddr:$src), F8RC)>; |
| 1651 | |
Ulrich Weigand | 1492a4e | 2013-03-25 19:04:58 +0000 | [diff] [blame] | 1652 | def : Pat<(f64 (fextend f32:$src)), |
| 1653 | (COPY_TO_REGCLASS $src, F8RC)>; |
Nate Begeman | 7fd1edd | 2005-12-19 23:25:09 +0000 | [diff] [blame] | 1654 | |
Dale Johannesen | f87d6c0 | 2008-08-22 17:20:54 +0000 | [diff] [blame] | 1655 | // Memory barriers |
Chris Lattner | 6d9f86b | 2010-02-23 06:54:29 +0000 | [diff] [blame] | 1656 | def : Pat<(membarrier (i32 imm /*ll*/), |
| 1657 | (i32 imm /*ls*/), |
| 1658 | (i32 imm /*sl*/), |
| 1659 | (i32 imm /*ss*/), |
| 1660 | (i32 imm /*device*/)), |
Dale Johannesen | f87d6c0 | 2008-08-22 17:20:54 +0000 | [diff] [blame] | 1661 | (SYNC)>; |
| 1662 | |
Eli Friedman | 1464846 | 2011-07-27 22:21:52 +0000 | [diff] [blame] | 1663 | def : Pat<(atomic_fence (imm), (imm)), (SYNC)>; |
| 1664 | |
Chris Lattner | b22a04d | 2006-03-25 07:51:43 +0000 | [diff] [blame] | 1665 | include "PPCInstrAltivec.td" |
Chris Lattner | 956f43c | 2006-06-16 20:22:01 +0000 | [diff] [blame] | 1666 | include "PPCInstr64Bit.td" |