Home | History | Annotate | Download | only in Mips

Lines Matching full:setlt

1380 // bcond-setgt (do we need to have this pair of setlt, setgt??)
1403 // bcond-setlt
1406 <(brcond (i32 (setlt CPU16Regs:$rx, CPU16Regs:$ry)), bb:$imm16),
1411 <(brcond (i32 (setlt CPU16Regs:$rx, immSExt16:$imm)), bb:$imm16),
1564 (select (i32 (setlt CPU16Regs:$a, immSExt16:$b)),
1700 // x > (k -1) and then reverses the operands to use setlt. So this pattern
1734 // setlt
1736 def: SetCC_R16<setlt, SltCCRxRy16>;
1738 def: SetCC_I16<setlt, immSExt16, SltiCCRxImmX16>;