Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | //===- MipsInstrInfo.td - Mips Register defs --------------------*- C++ -*-===// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
Chris Lattner | 081ce94 | 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. |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | |
| 10 | //===----------------------------------------------------------------------===// |
| 11 | // Instruction format superclass |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
| 14 | include "MipsInstrFormats.td" |
| 15 | |
| 16 | //===----------------------------------------------------------------------===// |
| 17 | // Mips profiles and nodes |
| 18 | //===----------------------------------------------------------------------===// |
| 19 | |
| 20 | // Call |
| 21 | def SDT_MipsJmpLink : SDTypeProfile<0, 1, [SDTCisVT<0, iPTR>]>; |
| 22 | def MipsJmpLink : SDNode<"MipsISD::JmpLink",SDT_MipsJmpLink, [SDNPHasChain, |
| 23 | SDNPOutFlag]>; |
| 24 | |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 25 | // Hi and Lo nodes are used to handle global addresses. Used on |
| 26 | // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol |
| 27 | // static model. (nothing to do with Mips Registers Hi and Lo) |
| 28 | def MipsHi : SDNode<"MipsISD::Hi", SDTIntUnaryOp, [SDNPOutFlag]>; |
| 29 | def MipsLo : SDNode<"MipsISD::Lo", SDTIntUnaryOp>; |
Bruno Cardoso Lopes | 2cacce9 | 2007-10-09 02:55:31 +0000 | [diff] [blame] | 30 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 31 | // Return |
| 32 | def SDT_MipsRet : SDTypeProfile<0, 1, [SDTCisInt<0>]>; |
| 33 | def MipsRet : SDNode<"MipsISD::Ret", SDT_MipsRet, [SDNPHasChain, |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 34 | SDNPOptInFlag]>; |
| 35 | |
| 36 | // These are target-independent nodes, but have target-specific formats. |
Bill Wendling | 7173da5 | 2007-11-13 09:19:02 +0000 | [diff] [blame] | 37 | def SDT_MipsCallSeqStart : SDCallSeqStart<[SDTCisVT<0, i32>]>; |
| 38 | def SDT_MipsCallSeqEnd : SDCallSeqEnd<[SDTCisVT<0, i32>, |
| 39 | SDTCisVT<1, i32>]>; |
Bill Wendling | 22f8deb | 2007-11-13 00:44:25 +0000 | [diff] [blame] | 40 | |
Bill Wendling | 7173da5 | 2007-11-13 09:19:02 +0000 | [diff] [blame] | 41 | def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart, |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 42 | [SDNPHasChain, SDNPOutFlag]>; |
Bill Wendling | 7173da5 | 2007-11-13 09:19:02 +0000 | [diff] [blame] | 43 | def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd, |
Bill Wendling | 22f8deb | 2007-11-13 00:44:25 +0000 | [diff] [blame] | 44 | [SDNPHasChain, SDNPOptInFlag, SDNPOutFlag]>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 45 | |
Bruno Cardoso Lopes | 2cacce9 | 2007-10-09 02:55:31 +0000 | [diff] [blame] | 46 | //===----------------------------------------------------------------------===// |
| 47 | // Mips Instruction Predicate Definitions. |
| 48 | //===----------------------------------------------------------------------===// |
| 49 | def IsStatic : Predicate<"TM.getRelocationModel() == Reloc::Static">; |
| 50 | |
| 51 | //===----------------------------------------------------------------------===// |
| 52 | // Mips Operand, Complex Patterns and Transformations Definitions. |
| 53 | //===----------------------------------------------------------------------===// |
| 54 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 55 | // Instruction operand types |
| 56 | def brtarget : Operand<OtherVT>; |
| 57 | def calltarget : Operand<i32>; |
| 58 | def uimm16 : Operand<i32>; |
| 59 | def simm16 : Operand<i32>; |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 60 | def shamt : Operand<i32>; |
Bruno Cardoso Lopes | 2cacce9 | 2007-10-09 02:55:31 +0000 | [diff] [blame] | 61 | def addrlabel : Operand<i32>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 62 | |
| 63 | // Address operand |
| 64 | def mem : Operand<i32> { |
| 65 | let PrintMethod = "printMemOperand"; |
| 66 | let MIOperandInfo = (ops simm16, CPURegs); |
| 67 | } |
| 68 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 69 | // Transformation Function - get the lower 16 bits. |
| 70 | def LO16 : SDNodeXForm<imm, [{ |
| 71 | return getI32Imm((unsigned)N->getValue() & 0xFFFF); |
| 72 | }]>; |
| 73 | |
| 74 | // Transformation Function - get the higher 16 bits. |
| 75 | def HI16 : SDNodeXForm<imm, [{ |
| 76 | return getI32Imm((unsigned)N->getValue() >> 16); |
| 77 | }]>; |
| 78 | |
| 79 | // Node immediate fits as 16-bit sign extended on target immediate. |
| 80 | // e.g. addi, andi |
| 81 | def immSExt16 : PatLeaf<(imm), [{ |
| 82 | if (N->getValueType(0) == MVT::i32) |
| 83 | return (int32_t)N->getValue() == (short)N->getValue(); |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 84 | else |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 85 | return (int64_t)N->getValue() == (short)N->getValue(); |
| 86 | }]>; |
| 87 | |
| 88 | // Node immediate fits as 16-bit zero extended on target immediate. |
| 89 | // The LO16 param means that only the lower 16 bits of the node |
| 90 | // immediate are caught. |
| 91 | // e.g. addiu, sltiu |
| 92 | def immZExt16 : PatLeaf<(imm), [{ |
| 93 | if (N->getValueType(0) == MVT::i32) |
| 94 | return (uint32_t)N->getValue() == (unsigned short)N->getValue(); |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 95 | else |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 96 | return (uint64_t)N->getValue() == (unsigned short)N->getValue(); |
| 97 | }], LO16>; |
| 98 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 99 | // Node immediate fits as 32-bit zero extended on target immediate. |
| 100 | //def immZExt32 : PatLeaf<(imm), [{ |
| 101 | // return (uint64_t)N->getValue() == (uint32_t)N->getValue(); |
| 102 | //}], LO16>; |
| 103 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 104 | // shamt field must fit in 5 bits. |
| 105 | def immZExt5 : PatLeaf<(imm), [{ |
| 106 | return N->getValue() == ((N->getValue()) & 0x1f) ; |
| 107 | }]>; |
| 108 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 109 | // Mips Address Mode! SDNode frameindex could possibily be a match |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 110 | // since load and store instructions from stack used it. |
| 111 | def addr : ComplexPattern<i32, 2, "SelectAddr", [frameindex], []>; |
| 112 | |
| 113 | //===----------------------------------------------------------------------===// |
| 114 | // Instructions specific format |
| 115 | //===----------------------------------------------------------------------===// |
| 116 | |
| 117 | // Arithmetic 3 register operands |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 118 | let isCommutable = 1 in |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 119 | class ArithR<bits<6> op, bits<6> func, string instr_asm, SDNode OpNode, |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 120 | InstrItinClass itin>: |
| 121 | FR< op, |
| 122 | func, |
| 123 | (outs CPURegs:$dst), |
| 124 | (ins CPURegs:$b, CPURegs:$c), |
| 125 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 126 | [(set CPURegs:$dst, (OpNode CPURegs:$b, CPURegs:$c))], itin>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 127 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 128 | let isCommutable = 1 in |
| 129 | class ArithOverflowR<bits<6> op, bits<6> func, string instr_asm>: |
| 130 | FR< op, |
| 131 | func, |
| 132 | (outs CPURegs:$dst), |
| 133 | (ins CPURegs:$b, CPURegs:$c), |
| 134 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 135 | [], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 136 | |
| 137 | // Arithmetic 2 register operands |
| 138 | let isCommutable = 1 in |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 139 | class ArithI<bits<6> op, string instr_asm, SDNode OpNode, |
| 140 | Operand Od, PatLeaf imm_type> : |
| 141 | FI< op, |
| 142 | (outs CPURegs:$dst), |
| 143 | (ins CPURegs:$b, Od:$c), |
| 144 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 145 | [(set CPURegs:$dst, (OpNode CPURegs:$b, imm_type:$c))], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 146 | |
| 147 | // Arithmetic Multiply ADD/SUB |
| 148 | let rd=0 in |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 149 | class MArithR<bits<6> func, string instr_asm> : |
| 150 | FR< 0x1c, |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 151 | func, |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 152 | (outs CPURegs:$rs), |
| 153 | (ins CPURegs:$rt), |
| 154 | !strconcat(instr_asm, " $rs, $rt"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 155 | [], IIImul>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 156 | |
| 157 | // Logical |
| 158 | class LogicR<bits<6> func, string instr_asm, SDNode OpNode>: |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 159 | FR< 0x00, |
| 160 | func, |
| 161 | (outs CPURegs:$dst), |
| 162 | (ins CPURegs:$b, CPURegs:$c), |
| 163 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 164 | [(set CPURegs:$dst, (OpNode CPURegs:$b, CPURegs:$c))], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 165 | |
| 166 | class LogicI<bits<6> op, string instr_asm, SDNode OpNode>: |
| 167 | FI< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 168 | (outs CPURegs:$dst), |
| 169 | (ins CPURegs:$b, uimm16:$c), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 170 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 171 | [(set CPURegs:$dst, (OpNode CPURegs:$b, immSExt16:$c))], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 172 | |
| 173 | class LogicNOR<bits<6> op, bits<6> func, string instr_asm>: |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 174 | FR< op, |
| 175 | func, |
| 176 | (outs CPURegs:$dst), |
| 177 | (ins CPURegs:$b, CPURegs:$c), |
| 178 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 179 | [(set CPURegs:$dst, (not (or CPURegs:$b, CPURegs:$c)))], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 180 | |
| 181 | // Shifts |
| 182 | let rt = 0 in |
| 183 | class LogicR_shift_imm<bits<6> func, string instr_asm, SDNode OpNode>: |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 184 | FR< 0x00, |
| 185 | func, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 186 | (outs CPURegs:$dst), |
| 187 | (ins CPURegs:$b, shamt:$c), |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 188 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 189 | [(set CPURegs:$dst, (OpNode CPURegs:$b, immZExt5:$c))], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 190 | |
| 191 | class LogicR_shift_reg<bits<6> func, string instr_asm, SDNode OpNode>: |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 192 | FR< 0x00, |
| 193 | func, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 194 | (outs CPURegs:$dst), |
| 195 | (ins CPURegs:$b, CPURegs:$c), |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 196 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 197 | [(set CPURegs:$dst, (OpNode CPURegs:$b, CPURegs:$c))], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 198 | |
| 199 | // Load Upper Imediate |
| 200 | class LoadUpper<bits<6> op, string instr_asm>: |
| 201 | FI< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 202 | (outs CPURegs:$dst), |
| 203 | (ins uimm16:$imm), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 204 | !strconcat(instr_asm, " $dst, $imm"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 205 | [], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 206 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 207 | // Memory Load/Store |
Chris Lattner | 1a1932c | 2008-01-06 23:38:27 +0000 | [diff] [blame^] | 208 | let isSimpleLoad = 1, hasDelaySlot = 1 in |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 209 | class LoadM<bits<6> op, string instr_asm, PatFrag OpNode>: |
| 210 | FI< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 211 | (outs CPURegs:$dst), |
| 212 | (ins mem:$addr), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 213 | !strconcat(instr_asm, " $dst, $addr"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 214 | [(set CPURegs:$dst, (OpNode addr:$addr))], IILoad>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 215 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 216 | class StoreM<bits<6> op, string instr_asm, PatFrag OpNode>: |
| 217 | FI< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 218 | (outs), |
| 219 | (ins CPURegs:$dst, mem:$addr), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 220 | !strconcat(instr_asm, " $dst, $addr"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 221 | [(OpNode CPURegs:$dst, addr:$addr)], IIStore>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 222 | |
| 223 | // Conditional Branch |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 224 | let isBranch = 1, isTerminator=1, hasDelaySlot = 1 in { |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 225 | class CBranch<bits<6> op, string instr_asm, PatFrag cond_op>: |
| 226 | FI< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 227 | (outs), |
| 228 | (ins CPURegs:$a, CPURegs:$b, brtarget:$offset), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 229 | !strconcat(instr_asm, " $a, $b, $offset"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 230 | [(brcond (cond_op CPURegs:$a, CPURegs:$b), bb:$offset)], |
| 231 | IIBranch>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 232 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 233 | |
| 234 | class CBranchZero<bits<6> op, string instr_asm, PatFrag cond_op>: |
| 235 | FI< op, |
| 236 | (outs), |
| 237 | (ins CPURegs:$src, brtarget:$offset), |
| 238 | !strconcat(instr_asm, " $src, $offset"), |
| 239 | [(brcond (cond_op CPURegs:$src, 0), bb:$offset)], |
| 240 | IIBranch>; |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 241 | } |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 242 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 243 | // SetCC |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 244 | class SetCC_R<bits<6> op, bits<6> func, string instr_asm, |
| 245 | PatFrag cond_op>: |
| 246 | FR< op, |
| 247 | func, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 248 | (outs CPURegs:$dst), |
| 249 | (ins CPURegs:$b, CPURegs:$c), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 250 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 251 | [(set CPURegs:$dst, (cond_op CPURegs:$b, CPURegs:$c))], |
| 252 | IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 253 | |
| 254 | class SetCC_I<bits<6> op, string instr_asm, PatFrag cond_op, |
| 255 | Operand Od, PatLeaf imm_type>: |
| 256 | FI< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 257 | (outs CPURegs:$dst), |
| 258 | (ins CPURegs:$b, Od:$c), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 259 | !strconcat(instr_asm, " $dst, $b, $c"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 260 | [(set CPURegs:$dst, (cond_op CPURegs:$b, imm_type:$c))], |
| 261 | IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 262 | |
| 263 | // Unconditional branch |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 264 | let isBranch=1, isTerminator=1, isBarrier=1, hasDelaySlot = 1 in |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 265 | class JumpFJ<bits<6> op, string instr_asm>: |
| 266 | FJ< op, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 267 | (outs), |
| 268 | (ins brtarget:$target), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 269 | !strconcat(instr_asm, " $target"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 270 | [(br bb:$target)], IIBranch>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 271 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 272 | let isBranch=1, isTerminator=1, isBarrier=1, rd=0, hasDelaySlot = 1 in |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 273 | class JumpFR<bits<6> op, bits<6> func, string instr_asm>: |
| 274 | FR< op, |
| 275 | func, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 276 | (outs), |
| 277 | (ins CPURegs:$target), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 278 | !strconcat(instr_asm, " $target"), |
Bruno Cardoso Lopes | ea37730 | 2007-11-12 19:49:57 +0000 | [diff] [blame] | 279 | [(brind CPURegs:$target)], IIBranch>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 280 | |
| 281 | // Jump and Link (Call) |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 282 | let isCall=1, hasDelaySlot=1, |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 283 | // All calls clobber the non-callee saved registers... |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 284 | Defs = [AT, V0, V1, A0, A1, A2, A3, T0, T1, T2, |
Bruno Cardoso Lopes | ea37730 | 2007-11-12 19:49:57 +0000 | [diff] [blame] | 285 | T3, T4, T5, T6, T7, T8, T9, K0, K1], Uses = [GP] in { |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 286 | class JumpLink<bits<6> op, string instr_asm>: |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 287 | FJ< op, |
| 288 | (outs), |
| 289 | (ins calltarget:$target), |
| 290 | !strconcat(instr_asm, " $target"), |
| 291 | [(MipsJmpLink imm:$target)], IIBranch>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 292 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 293 | let rd=31 in |
| 294 | class JumpLinkReg<bits<6> op, bits<6> func, string instr_asm>: |
| 295 | FR< op, |
| 296 | func, |
| 297 | (outs), |
| 298 | (ins CPURegs:$rs), |
| 299 | !strconcat(instr_asm, " $rs"), |
| 300 | [(MipsJmpLink CPURegs:$rs)], IIBranch>; |
| 301 | |
| 302 | class BranchLink<string instr_asm>: |
| 303 | FI< 0x1, |
| 304 | (outs), |
| 305 | (ins CPURegs:$rs, brtarget:$target), |
| 306 | !strconcat(instr_asm, " $rs, $target"), |
| 307 | [], IIBranch>; |
| 308 | } |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 309 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 310 | // Mul, Div |
| 311 | class MulDiv<bits<6> func, string instr_asm, InstrItinClass itin>: |
| 312 | FR< 0x00, |
| 313 | func, |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 314 | (outs), |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 315 | (ins CPURegs:$a, CPURegs:$b), |
| 316 | !strconcat(instr_asm, " $a, $b"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 317 | [], itin>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 318 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 319 | // Move from Hi/Lo |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 320 | class MoveFromTo<bits<6> func, string instr_asm>: |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 321 | FR< 0x00, |
| 322 | func, |
| 323 | (outs CPURegs:$dst), |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 324 | (ins), |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 325 | !strconcat(instr_asm, " $dst"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 326 | [], IIHiLo>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 327 | |
| 328 | // Count Leading Ones/Zeros in Word |
| 329 | class CountLeading<bits<6> func, string instr_asm>: |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 330 | FR< 0x1c, |
| 331 | func, |
| 332 | (outs CPURegs:$dst), |
| 333 | (ins CPURegs:$src), |
| 334 | !strconcat(instr_asm, " $dst, $src"), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 335 | [], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 336 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 337 | class EffectiveAddress<string instr_asm> : |
| 338 | FI<0x09, |
| 339 | (outs CPURegs:$dst), |
Bruno Cardoso Lopes | 9643366 | 2007-09-24 20:15:11 +0000 | [diff] [blame] | 340 | (ins mem:$addr), |
| 341 | instr_asm, |
| 342 | [(set CPURegs:$dst, addr:$addr)], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 343 | |
| 344 | //===----------------------------------------------------------------------===// |
| 345 | // Pseudo instructions |
| 346 | //===----------------------------------------------------------------------===// |
| 347 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 348 | // As stack alignment is always done with addiu, we need a 16-bit immediate |
Evan Cheng | 6e4d1d9 | 2007-09-11 19:55:27 +0000 | [diff] [blame] | 349 | let Defs = [SP], Uses = [SP] in { |
Bruno Cardoso Lopes | 2cacce9 | 2007-10-09 02:55:31 +0000 | [diff] [blame] | 350 | def ADJCALLSTACKDOWN : PseudoInstMips<(outs), (ins uimm16:$amt), |
| 351 | "!ADJCALLSTACKDOWN $amt", |
| 352 | [(callseq_start imm:$amt)]>; |
Bill Wendling | 22f8deb | 2007-11-13 00:44:25 +0000 | [diff] [blame] | 353 | def ADJCALLSTACKUP : PseudoInstMips<(outs), (ins uimm16:$amt1, uimm16:$amt2), |
| 354 | "!ADJCALLSTACKUP $amt1", |
| 355 | [(callseq_end imm:$amt1, imm:$amt2)]>; |
Evan Cheng | 6e4d1d9 | 2007-09-11 19:55:27 +0000 | [diff] [blame] | 356 | } |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 357 | |
Evan Cheng | e399fbb | 2007-12-12 23:12:09 +0000 | [diff] [blame] | 358 | let isImplicitDef = 1 in |
Bruno Cardoso Lopes | 2cacce9 | 2007-10-09 02:55:31 +0000 | [diff] [blame] | 359 | def IMPLICIT_DEF_CPURegs : PseudoInstMips<(outs CPURegs:$dst), (ins), |
| 360 | "!IMPLICIT_DEF $dst", |
| 361 | [(set CPURegs:$dst, (undef))]>; |
| 362 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 363 | // When handling PIC code the assembler needs .cpload and .cprestore |
| 364 | // directives. If the real instructions corresponding these directives |
| 365 | // are used, we have the same behavior, but get also a bunch of warnings |
Bruno Cardoso Lopes | 2cacce9 | 2007-10-09 02:55:31 +0000 | [diff] [blame] | 366 | // from the assembler. |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 367 | def CPLOAD: PseudoInstMips<(outs), (ins CPURegs:$reg), |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 368 | ".set noreorder\n\t.cpload $reg\n\t.set reorder\n", []>; |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 369 | def CPRESTORE: PseudoInstMips<(outs), (ins uimm16:$loc), |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 370 | ".cprestore $loc\n", []>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 371 | |
| 372 | //===----------------------------------------------------------------------===// |
| 373 | // Instruction definition |
| 374 | //===----------------------------------------------------------------------===// |
| 375 | |
| 376 | //===----------------------------------------------------------------------===// |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 377 | // MipsI Instructions |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 378 | //===----------------------------------------------------------------------===// |
| 379 | |
| 380 | // Arithmetic |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 381 | |
| 382 | // ADDiu just accept 16-bit immediates but we handle this on Pat's. |
| 383 | // immZExt32 is used here so it can match GlobalAddress immediates. |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 384 | def ADDiu : ArithI<0x09, "addiu", add, uimm16, immZExt16>; |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 385 | def ADDi : ArithI<0x08, "addi", add, simm16, immSExt16>; |
| 386 | def MUL : ArithR<0x1c, 0x02, "mul", mul, IIImul>; |
| 387 | def ADDu : ArithR<0x00, 0x21, "addu", add, IIAlu>; |
| 388 | def SUBu : ArithR<0x00, 0x23, "subu", sub, IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 389 | def ADD : ArithOverflowR<0x00, 0x20, "add">; |
| 390 | def SUB : ArithOverflowR<0x00, 0x22, "sub">; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 391 | |
| 392 | // Logical |
| 393 | def AND : LogicR<0x24, "and", and>; |
| 394 | def OR : LogicR<0x25, "or", or>; |
| 395 | def XOR : LogicR<0x26, "xor", xor>; |
| 396 | def ANDi : LogicI<0x0c, "andi", and>; |
| 397 | def ORi : LogicI<0x0d, "ori", or>; |
| 398 | def XORi : LogicI<0x0e, "xori", xor>; |
| 399 | def NOR : LogicNOR<0x00, 0x27, "nor">; |
| 400 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 401 | // Shifts |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 402 | def SLL : LogicR_shift_imm<0x00, "sll", shl>; |
| 403 | def SRL : LogicR_shift_imm<0x02, "srl", srl>; |
| 404 | def SRA : LogicR_shift_imm<0x03, "sra", sra>; |
| 405 | def SLLV : LogicR_shift_reg<0x04, "sllv", shl>; |
| 406 | def SRLV : LogicR_shift_reg<0x06, "srlv", srl>; |
| 407 | def SRAV : LogicR_shift_reg<0x07, "srav", sra>; |
| 408 | |
| 409 | // Load Upper Immediate |
| 410 | def LUi : LoadUpper<0x0f, "lui">; |
| 411 | |
| 412 | // Load/Store |
| 413 | def LB : LoadM<0x20, "lb", sextloadi8>; |
| 414 | def LBu : LoadM<0x24, "lbu", zextloadi8>; |
| 415 | def LH : LoadM<0x21, "lh", sextloadi16>; |
| 416 | def LHu : LoadM<0x25, "lhu", zextloadi16>; |
| 417 | def LW : LoadM<0x23, "lw", load>; |
| 418 | def SB : StoreM<0x28, "sb", truncstorei8>; |
| 419 | def SH : StoreM<0x29, "sh", truncstorei16>; |
| 420 | def SW : StoreM<0x2b, "sw", store>; |
| 421 | |
| 422 | // Conditional Branch |
| 423 | def BEQ : CBranch<0x04, "beq", seteq>; |
| 424 | def BNE : CBranch<0x05, "bne", setne>; |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 425 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 426 | let rt=1 in |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 427 | def BGEZ : CBranchZero<0x01, "bgez", setge>; |
| 428 | |
| 429 | let rt=0 in { |
| 430 | def BGTZ : CBranchZero<0x07, "bgtz", setgt>; |
| 431 | def BLEZ : CBranchZero<0x07, "blez", setle>; |
| 432 | def BLTZ : CBranchZero<0x01, "bltz", setlt>; |
| 433 | } |
| 434 | |
| 435 | // Set Condition Code |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 436 | def SLT : SetCC_R<0x00, 0x2a, "slt", setlt>; |
| 437 | def SLTu : SetCC_R<0x00, 0x2b, "sltu", setult>; |
| 438 | def SLTi : SetCC_I<0x0a, "slti", setlt, simm16, immSExt16>; |
| 439 | def SLTiu : SetCC_I<0x0b, "sltiu", setult, uimm16, immZExt16>; |
| 440 | |
| 441 | // Unconditional jump |
| 442 | def J : JumpFJ<0x02, "j">; |
| 443 | def JR : JumpFR<0x00, 0x08, "jr">; |
| 444 | |
| 445 | // Jump and Link (Call) |
| 446 | def JAL : JumpLink<0x03, "jal">; |
| 447 | def JALR : JumpLinkReg<0x00, 0x09, "jalr">; |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 448 | def BGEZAL : BranchLink<"bgezal">; |
| 449 | def BLTZAL : BranchLink<"bltzal">; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 450 | |
| 451 | // MulDiv and Move From Hi/Lo operations, have |
| 452 | // their correpondent SDNodes created on ISelDAG. |
| 453 | // Special Mul, Div operations |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 454 | def MULT : MulDiv<0x18, "mult", IIImul>; |
| 455 | def MULTu : MulDiv<0x19, "multu", IIImul>; |
| 456 | def DIV : MulDiv<0x1a, "div", IIIdiv>; |
| 457 | def DIVu : MulDiv<0x1b, "divu", IIIdiv>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 458 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 459 | // Move From Hi/Lo |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 460 | def MFHI : MoveFromTo<0x10, "mfhi">; |
| 461 | def MFLO : MoveFromTo<0x12, "mflo">; |
| 462 | def MTHI : MoveFromTo<0x11, "mthi">; |
| 463 | def MTLO : MoveFromTo<0x13, "mtlo">; |
| 464 | |
| 465 | // Count Leading |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 466 | // CLO/CLZ are part of the newer MIPS32(tm) instruction |
| 467 | // set and not older Mips I keep this for future use |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 468 | // though. |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 469 | //def CLO : CountLeading<0x21, "clo">; |
| 470 | //def CLZ : CountLeading<0x20, "clz">; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 471 | |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 472 | // MADD*/MSUB* are not part of MipsI either. |
| 473 | //def MADD : MArithR<0x00, "madd">; |
| 474 | //def MADDU : MArithR<0x01, "maddu">; |
| 475 | //def MSUB : MArithR<0x04, "msub">; |
| 476 | //def MSUBU : MArithR<0x05, "msubu">; |
| 477 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 478 | // No operation |
| 479 | let addr=0 in |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 480 | def NOP : FJ<0, (outs), (ins), "nop", [], IIAlu>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 481 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 482 | // Ret instruction - as mips does not have "ret" a |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 483 | // jr $ra must be generated. |
Evan Cheng | 37e7c75 | 2007-07-21 00:34:19 +0000 | [diff] [blame] | 484 | let isReturn=1, isTerminator=1, hasDelaySlot=1, |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 485 | isBarrier=1, hasCtrlDep=1, rs=0, rt=0, shamt=0 in |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 486 | { |
Evan Cheng | b783fa3 | 2007-07-19 01:14:50 +0000 | [diff] [blame] | 487 | def RET : FR <0x00, 0x02, (outs), (ins CPURegs:$target), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 488 | "jr $target", [(MipsRet CPURegs:$target)], IIBranch>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 489 | } |
| 490 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 491 | // FrameIndexes are legalized when they are operands from load/store |
Bruno Cardoso Lopes | 9643366 | 2007-09-24 20:15:11 +0000 | [diff] [blame] | 492 | // instructions. The same not happens for stack address copies, so an |
| 493 | // add op with mem ComplexPattern is used and the stack address copy |
| 494 | // can be matched. It's similar to Sparc LEA_ADDRi |
| 495 | def LEA_ADDiu : EffectiveAddress<"addiu $dst, ${addr:stackloc}">; |
| 496 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 497 | //===----------------------------------------------------------------------===// |
| 498 | // Arbitrary patterns that map to one or more instructions |
| 499 | //===----------------------------------------------------------------------===// |
| 500 | |
| 501 | // Small immediates |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 502 | def : Pat<(i32 immSExt16:$in), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 503 | (ADDiu ZERO, imm:$in)>; |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 504 | def : Pat<(i32 immZExt16:$in), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 505 | (ORi ZERO, imm:$in)>; |
| 506 | |
| 507 | // Arbitrary immediates |
| 508 | def : Pat<(i32 imm:$imm), |
| 509 | (ORi (LUi (HI16 imm:$imm)), (LO16 imm:$imm))>; |
| 510 | |
| 511 | // Call |
| 512 | def : Pat<(MipsJmpLink (i32 tglobaladdr:$dst)), |
| 513 | (JAL tglobaladdr:$dst)>; |
| 514 | def : Pat<(MipsJmpLink (i32 texternalsym:$dst)), |
| 515 | (JAL texternalsym:$dst)>; |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 516 | def : Pat<(MipsJmpLink CPURegs:$dst), |
| 517 | (JALR CPURegs:$dst)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 518 | |
| 519 | // GlobalAddress, Constant Pool, ExternalSymbol, and JumpTable |
| 520 | def : Pat<(MipsHi tglobaladdr:$in), (LUi tglobaladdr:$in)>; |
| 521 | def : Pat<(MipsLo tglobaladdr:$in), (ADDiu ZERO, tglobaladdr:$in)>; |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 522 | def : Pat<(add CPURegs:$hi, (MipsLo tglobaladdr:$lo)), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 523 | (ADDiu CPURegs:$hi, tglobaladdr:$lo)>; |
Bruno Cardoso Lopes | ea37730 | 2007-11-12 19:49:57 +0000 | [diff] [blame] | 524 | def : Pat<(MipsHi tjumptable:$in), (LUi tjumptable:$in)>; |
| 525 | def : Pat<(MipsLo tjumptable:$in), (ADDiu ZERO, tjumptable:$in)>; |
| 526 | def : Pat<(add CPURegs:$hi, (MipsLo tjumptable:$lo)), |
| 527 | (ADDiu CPURegs:$hi, tjumptable:$lo)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 528 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 529 | // Mips does not have not, so we increase the operation |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 530 | def : Pat<(not CPURegs:$in), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 531 | (NOR CPURegs:$in, ZERO)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 532 | |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 533 | // extended load and stores |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 534 | def : Pat<(i32 (extloadi1 addr:$src)), (LBu addr:$src)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 535 | def : Pat<(i32 (extloadi8 addr:$src)), (LBu addr:$src)>; |
| 536 | def : Pat<(i32 (extloadi16 addr:$src)), (LHu addr:$src)>; |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 537 | def : Pat<(truncstorei1 CPURegs:$src, addr:$addr), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 538 | (SB CPURegs:$src, addr:$addr)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 539 | |
Bruno Cardoso Lopes | 218d582 | 2007-11-05 03:02:32 +0000 | [diff] [blame] | 540 | // some peepholes |
| 541 | def : Pat<(store (i32 0), addr:$dst), (SW ZERO, addr:$dst)>; |
| 542 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 543 | /// |
| 544 | /// brcond patterns |
| 545 | /// |
| 546 | |
| 547 | // direct match equal/notequal zero branches |
| 548 | def : Pat<(brcond (setne CPURegs:$lhs, 0), bb:$dst), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 549 | (BNE CPURegs:$lhs, ZERO, bb:$dst)>; |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 550 | def : Pat<(brcond (seteq CPURegs:$lhs, 0), bb:$dst), |
| 551 | (BEQ CPURegs:$lhs, ZERO, bb:$dst)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 552 | |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 553 | def : Pat<(brcond (setge CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 554 | (BGEZ (SUB CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 555 | def : Pat<(brcond (setuge CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 556 | (BGEZ (SUBu CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 557 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 558 | def : Pat<(brcond (setgt CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 559 | (BGTZ (SUB CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
| 560 | def : Pat<(brcond (setugt CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 561 | (BGTZ (SUBu CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
| 562 | |
| 563 | def : Pat<(brcond (setle CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 564 | (BLEZ (SUB CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
| 565 | def : Pat<(brcond (setule CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 566 | (BLEZ (SUBu CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
| 567 | |
| 568 | def : Pat<(brcond (setlt CPURegs:$lhs, immSExt16:$rhs), bb:$dst), |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 569 | (BNE (SLTi CPURegs:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>; |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 570 | def : Pat<(brcond (setult CPURegs:$lhs, immZExt16:$rhs), bb:$dst), |
| 571 | (BNE (SLTiu CPURegs:$lhs, immZExt16:$rhs), ZERO, bb:$dst)>; |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 572 | def : Pat<(brcond (setlt CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 573 | (BNE (SLT CPURegs:$lhs, CPURegs:$rhs), ZERO, bb:$dst)>; |
| 574 | def : Pat<(brcond (setult CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 575 | (BNE (SLTu CPURegs:$lhs, CPURegs:$rhs), ZERO, bb:$dst)>; |
| 576 | |
| 577 | def : Pat<(brcond (setlt CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 578 | (BLTZ (SUB CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
| 579 | def : Pat<(brcond (setult CPURegs:$lhs, CPURegs:$rhs), bb:$dst), |
| 580 | (BLTZ (SUBu CPURegs:$lhs, CPURegs:$rhs), bb:$dst)>; |
| 581 | |
| 582 | // generic brcond pattern |
| 583 | def : Pat<(brcond CPURegs:$cond, bb:$dst), |
| 584 | (BNE CPURegs:$cond, ZERO, bb:$dst)>; |
| 585 | |
| 586 | /// |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 587 | /// setcc patterns, only matched when there |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 588 | /// is no brcond following a setcc operation |
| 589 | /// |
| 590 | |
| 591 | // setcc 2 register operands |
| 592 | def : Pat<(setle CPURegs:$lhs, CPURegs:$rhs), |
| 593 | (XORi (SLT CPURegs:$rhs, CPURegs:$lhs), 1)>; |
| 594 | def : Pat<(setule CPURegs:$lhs, CPURegs:$rhs), |
| 595 | (XORi (SLTu CPURegs:$rhs, CPURegs:$lhs), 1)>; |
| 596 | |
| 597 | def : Pat<(setgt CPURegs:$lhs, CPURegs:$rhs), |
| 598 | (SLT CPURegs:$rhs, CPURegs:$lhs)>; |
| 599 | def : Pat<(setugt CPURegs:$lhs, CPURegs:$rhs), |
| 600 | (SLTu CPURegs:$rhs, CPURegs:$lhs)>; |
| 601 | |
| 602 | def : Pat<(setge CPURegs:$lhs, CPURegs:$rhs), |
| 603 | (XORi (SLT CPURegs:$lhs, CPURegs:$rhs), 1)>; |
| 604 | def : Pat<(setuge CPURegs:$lhs, CPURegs:$rhs), |
| 605 | (XORi (SLTu CPURegs:$lhs, CPURegs:$rhs), 1)>; |
| 606 | |
| 607 | def : Pat<(setne CPURegs:$lhs, CPURegs:$rhs), |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 608 | (OR (SLT CPURegs:$lhs, CPURegs:$rhs), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 609 | (SLT CPURegs:$rhs, CPURegs:$lhs))>; |
| 610 | |
| 611 | def : Pat<(seteq CPURegs:$lhs, CPURegs:$rhs), |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 612 | (XORi (OR (SLT CPURegs:$lhs, CPURegs:$rhs), |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 613 | (SLT CPURegs:$rhs, CPURegs:$lhs)), 1)>; |
Eric Christopher | 7300ac1 | 2007-10-26 04:00:13 +0000 | [diff] [blame] | 614 | |
Bruno Cardoso Lopes | 3419055 | 2007-08-18 02:37:46 +0000 | [diff] [blame] | 615 | // setcc reg/imm operands |
| 616 | def : Pat<(setge CPURegs:$lhs, immSExt16:$rhs), |
| 617 | (XORi (SLTi CPURegs:$lhs, immSExt16:$rhs), 1)>; |
| 618 | def : Pat<(setuge CPURegs:$lhs, immZExt16:$rhs), |
| 619 | (XORi (SLTiu CPURegs:$lhs, immZExt16:$rhs), 1)>; |