Lines Matching refs:oper
38 class ADDX<bits<4> oper, string instrAsm, list<dag> pattern>
39 : RRR_Inst<0x00, 0x00, oper, (outs AR:$r), (ins AR:$s, AR:$t),
46 class SUBX<bits<4> oper, string instrAsm, list<dag> pattern>
47 : RRR_Inst<0x00, 0x00, oper, (outs AR:$r), (ins AR:$s, AR:$t),
199 class Load_RRI8<bits<4> oper, string instrAsm, SDPatternOperator opNode,
206 let r = oper;
219 class Store_II8<bits<4> oper, string instrAsm, SDPatternOperator opNode,
226 let r = oper;
274 class Branch_RR<bits<4> oper, string instrAsm, CondCode CC>
281 let r = oper;
285 class Branch_RI<bits<4> oper, string instrAsm, CondCode CC>
293 let t = oper;
298 class Branch_RIU<bits<4> oper, string instrAsm, CondCode CC>
306 let t = oper;