search for: sflts

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

Did you mean: salts
2016 Feb 19
3
Failure to match a DAG after a minor pattern change in a custom Target
...oncat(asmstr, "i\t$rA, $imm"), [(Esenciasetflag (i32 GPR:$rA), immSExt16:$imm, Cond)]> { bits<5> op2; bits<5> rA; bits<16> imm; let Inst{25-21} = op2; let Inst{20-16} = rA; let Inst{15-0} = imm; let format = AFrm; let op2 = op2Val; } defm SFLTS : SF<0xc, "l.sflts", Esencia_CC_LT>; ========================= Modified Code ===================================== def SDT_EsenciaSetFlag : SDTypeProfile<1, 3, [SDTCisSameAs<1, 2>]>; def Esenciasetflag : SDNode<"EsenciaISD::SET_FLAG", SDT_Esencia...