search for: getcondbrencod

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

2015 Jun 25
2
[LLVMdev] TableGen question
...atch each variable against an operand? For the corresponding PPCGenMCCodeEmitter.inc for this the entry is // op: BIBO op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI); // op: CR op = getMachineOpValue(MI, MI.getOperand(1), Fixups, STI); // op: BD op = getCondBrEncoding(MI, 2, Fixups, STI); How does the generator know that BIBO is op0 and CR is op1 and so on? Is it based on the order of the declarations of the variables in the class? Regards, Shafi