Displaying 1 result from an estimated 1 matches for "310e97a6".
2012 Dec 26
1
[LLVMdev] Getting MCInst "ins" and "outs"
Hi,
Am Mittwoch, 26. Dezember 2012, 15:20:27 schrieb Manny Ko:
> The MCInstrDesc has a method getNumDefs() which tells you how many 'out
> registers' that MCInst has. The 'out' registers are always at the beginning
> of the list. You can also use getNumOperands().
I've run into the problem, that this doesn't work for instructions which have
variadic arguments