search for: mabase

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

Did you mean: dabase
2011 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
...dag ins, string asmstr, list<dag> pattern> : Instruction { field bits<16> Inst; let Namespace = "MCore"; dag OutOperandList = outs; dag InOperandList = ins; let AsmString = asmstr; let Pattern = pattern; } // Base Plus Index Addressing Mode class MABase<dag outs, dag ins, string asmstr, list<dag> pattern> : MCoreInst<outs, ins, asmstr, pattern> { bits<2> subOp; bits<4> Rx; let Inst{15-6}= { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }; let Inst{5-4} = subOp; let Inst{3-0} = Rx; } // Load/Store Register Quadrant Mo...