Displaying 1 result from an estimated 1 matches for "armbrcond".
2011 Nov 17
0
[LLVMdev] Bug 1388
...ace this morning on Bug 1388. Happy to find that CCR has already been defined in ARMRegisterInfo.td
However all uses in the instruction info tablegen files indicate that a two-value operand can't be used where a dag node expects two operands.
// FIXME: should be able to write a pattern for ARMBrcond, but can't use
// a two-value operand where a dag node expects two operands. :(
def Bcc : ABI<0b1010, (outs), (ins br_target:$target),
IIC_Br, "b", "\t$target",
[/*(ARMbrcond bb:$target, imm:$cc, CCR:$ccr)*/]> {
bits<24> targ...