Lines Matching full:rot
268 RegisterOperand ROS, RegisterOperand ROT = ROS> {
270 dag InOperandList = (ins ROS:$rs, ROT:$rt);
272 list<dag> Pattern = [(set ROD:$rd, (OpNode ROS:$rs, ROT:$rt))];
290 RegisterOperand ROT = ROS> {
292 dag InOperandList = (ins ROS:$rs, ROT:$rt);
294 list<dag> Pattern = [(OpNode ROS:$rs, ROT:$rt)];
301 RegisterOperand ROS, RegisterOperand ROT = ROS> {
303 dag InOperandList = (ins ROS:$rs, ROT:$rt);
305 list<dag> Pattern = [(set ROD:$rd, (OpNode ROS:$rs, ROT:$rt))];
311 InstrItinClass itin, RegisterOperand ROT,
312 RegisterOperand ROS = ROT> {
313 dag OutOperandList = (outs ROT:$rt);
316 list<dag> Pattern = [(set ROT:$rt, (OpNode ROS:$src, ROS:$rs, timmZExt5:$sa))];
324 RegisterOperand ROT = ROD> {
326 dag InOperandList = (ins ROT:$rt);
328 list<dag> Pattern = [(set ROD:$rd, (OpNode ROT:$rt))];
379 RegisterOperand ROS = ROD, RegisterOperand ROT = ROD> {
381 dag InOperandList = (ins ROS:$rs, ROT:$rt);
383 list<dag> Pattern = [(set ROD:$rd, (OpNode ROS:$rs, ROT:$rt))];