search for: multr

Displaying 1 result from an estimated 1 matches for "multr".

Did you mean: multi
2011 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
...bOp; let Inst{3-0} = Rx; } // Load/Store Register Quadrant Mode class QuadR<bits<2> subOpVal, dag outs, dag ins, string asmstr, list<dag> pattern> : MABase<outs, ins, asmstr, pattern> { let subOp = subOpVal; } // Load/Store Multiple Register Mode class MultR<bits<2> subOpVal, dag outs, dag ins, string asmstr, list<dag> pattern> : MABase<outs, ins, asmstr, pattern> { let subOp = subOpVal; } Finally, I don't know how to describe following instructions in MCoreInstrInfo.td, because of its variable ins/outs....