Lines Matching refs:bitno
62 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.ROp:$bitno),
63 MN#"\t$bitno, $dst"> {
64 let Inst = MxBITEnc_R<OPMODE, MxEncAddrMode_r<"dst">, "bitno">.Value;
68 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.IOp:$bitno),
69 MN#"\t$bitno, $dst"> {
70 let Inst = MxBITEnc_I<OPMODE, MxEncAddrMode_r<"dst">, "bitno">.Value;
75 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$bitno),
76 MN#"\t$bitno, $dst"> {
77 let Inst = MxBITEnc_R<OPMODE, DST_ENC, "bitno">.Value;
82 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.IOp:$bitno),
83 MN#"\t$bitno, $dst"> {
84 let Inst = MxBITEnc_I<OPMODE, DST_ENC, "bitno">.Value;
134 def : Pat<(NODE MxType32d.VT:$dst, MxType32d.VT:$bitno),
135 (INSTd MxType32d.ROp:$dst, MxType32d.ROp:$bitno)>;
136 def : Pat<(NODE MxType32d.VT:$dst, MxType32d.IPat:$bitno),
137 (INSTi MxType32d.ROp:$dst, MxType32d.IOp:$bitno)>;
144 def : Pat<(NODE (TYPE.Load MEMPat:$dst), TYPE.VT:$bitno),
145 (INSTd MEMOpd:$dst, TYPE.ROp:$bitno)>;
146 def : Pat<(NODE (TYPE.Load MEMPat:$dst), TYPE.IPat:$bitno),
147 (INSTi MEMOpd:$dst, TYPE.IOp:$bitno)>;