From: Bill Wendling Date: Sat, 13 Nov 2010 10:43:34 +0000 (+0000) Subject: Convert the modes to lower case. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f4abcfa5cf2a2d929d95714078ac16ebacba7d8;p=oota-llvm.git Convert the modes to lower case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118998 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 6ff4bbb308c..2eb6b04c5de 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -1737,7 +1737,7 @@ def STRHT: AI3sthpo<(outs GPR:$base_wb), multiclass arm_ldst_mult { - def IA : + def ia : AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), IndexModeNone, f, itin, !strconcat(asm, "${p}\t$Rn, $regs"), "", []> { @@ -1745,7 +1745,7 @@ multiclass arm_ldst_mult { @@ -1753,7 +1753,7 @@ multiclass arm_ldst_mult { @@ -1761,7 +1761,7 @@ multiclass arm_ldst_mult { @@ -1769,7 +1769,7 @@ multiclass arm_ldst_mult { @@ -1777,7 +1777,7 @@ multiclass arm_ldst_mult { @@ -1785,7 +1785,7 @@ multiclass arm_ldst_mult { @@ -1793,7 +1793,7 @@ multiclass arm_ldst_mult { diff --git a/lib/Target/ARM/ARMInstrThumb.td b/lib/Target/ARM/ARMInstrThumb.td index 73dfdc438a0..54d3c16acc8 100644 --- a/lib/Target/ARM/ARMInstrThumb.td +++ b/lib/Target/ARM/ARMInstrThumb.td @@ -539,11 +539,11 @@ def tSpill : T1pIs<(outs), (ins tGPR:$src, t_addrmode_sp:$addr), IIC_iStore_i, multiclass thumb_ldst_mult T1Enc, bit L_bit> { - def IA : + def ia : T1I<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), itin, !strconcat(asm, "${p}\t$Rn, $regs"), []>, T1Encoding; - def IA_UPD : + def ia_UPD : T1It<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), itin_upd, !strconcat(asm, "${p}\t$Rn!, $regs"), "$Rn = $wb", []>, T1Encoding; diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index 7305e4950db..59313cd09c6 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -1285,7 +1285,7 @@ defm t2PLI : T2Ipl<0, 1, "pli">, Requires<[IsThumb2,HasV7]>; multiclass thumb2_ldst_mult { - def IA : + def ia : T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), itin, !strconcat(asm, "${p}.w\t$Rn, $regs"), []> { bits<4> Rn; @@ -1300,7 +1300,7 @@ multiclass thumb2_ldst_mult { bits<4> Rn; @@ -1315,7 +1315,7 @@ multiclass thumb2_ldst_mult { bits<4> Rn; @@ -1330,7 +1330,7 @@ multiclass thumb2_ldst_mult { bits<4> Rn; diff --git a/lib/Target/ARM/ARMInstrVFP.td b/lib/Target/ARM/ARMInstrVFP.td index 046bed66f1d..72ff7239f9f 100644 --- a/lib/Target/ARM/ARMInstrVFP.td +++ b/lib/Target/ARM/ARMInstrVFP.td @@ -76,7 +76,7 @@ def VSTRS : ASI5<0b1101, 0b00, (outs), (ins SPR:$Sd, addrmode5:$addr), multiclass vfp_ldst_d_mult { - def IA : + def ia : AXDI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), IndexModeNone, itin, !strconcat(asm, "${p}\t$Rn, $regs"), "", []> { @@ -84,7 +84,7 @@ multiclass vfp_ldst_d_mult { @@ -92,7 +92,7 @@ multiclass vfp_ldst_d_mult { @@ -100,7 +100,7 @@ multiclass vfp_ldst_d_mult { @@ -112,7 +112,7 @@ multiclass vfp_ldst_d_mult { - def IA : + def ia : AXSI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), IndexModeNone, itin, !strconcat(asm, "${p}\t$Rn, $regs"), "", []> { @@ -120,7 +120,7 @@ multiclass vfp_ldst_s_mult { @@ -128,7 +128,7 @@ multiclass vfp_ldst_s_mult { @@ -136,7 +136,7 @@ multiclass vfp_ldst_s_mult {