Lines Matching full:itin
382 InstrItinClass Itin = NoItinerary,
386 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> {
393 InstrItinClass Itin = NoItinerary,
399 Itin, FrmI, opstr> {
444 InstrItinClass itin>: FFI<op, outs, ins, asmstr, pattern> {
453 InstrItinClass Itin, Operand MemOpnd, ComplexPattern Addr,
464 InstrItinClass Itin, Operand MemOpnd, ComplexPattern Addr,
475 InstrItinClass Itin = NoItinerary,
477 def NAME : Load<opstr, OpNode, RO, Itin, mem, Addr, "">,
479 def _P8 : Load<opstr, OpNode, RO, Itin, mem64, Addr, "_p8">,
488 InstrItinClass Itin = NoItinerary,
490 def NAME : Store<opstr, OpNode, RO, Itin, mem, Addr, "">,
492 def _P8 : Store<opstr, OpNode, RO, Itin, mem64, Addr, "_p8">,
675 class Mult<string opstr, InstrItinClass itin, RegisterOperand RO,
678 itin, FrmR, opstr> {
687 SDPatternOperator OpNode, InstrItinClass Itin,
691 [(set R0:$ac, (OpNode R1:$rs, R1:$rt))], Itin>,
710 class Div<string opstr, InstrItinClass itin, RegisterOperand RO,
713 [], itin, FrmR> {