Home | History | Annotate | Download | only in Mips

Lines Matching full:setlt

1361 // bcond-setgt (do we need to have this pair of setlt, setgt??)
1384 // bcond-setlt
1387 <(brcond (i32 (setlt CPU16Regs:$rx, CPU16Regs:$ry)), bb:$imm16),
1392 <(brcond (i32 (setlt CPU16Regs:$rx, immSExt16:$imm)), bb:$imm16),
1545 (select (i32 (setlt CPU16Regs:$a, immSExt16:$b)),
1681 // x > (k -1) and then reverses the operands to use setlt. So this pattern
1715 // setlt
1717 def: SetCC_R16<setlt, SltCCRxRy16>;
1719 def: SetCC_I16<setlt, immSExt16, SltiCCRxImmX16>;