Lines Matching refs:bytecount
1601 (sequence ((DI addr) (QI bytecount) (DI val))
1603 (set bytecount (add (and addr 3) 1))
1606 (set val (srl rd (sub 32 (mul 8 bytecount)))))
1607 (set addr (add (sub addr bytecount) 1))
1608 (if (gt bytecount 3)
1610 (if (gt bytecount 2)
1612 (if (gt bytecount 1)
1614 (if (gt bytecount 0)
1621 (sequence ((DI addr) (QI bytecount) (DI val))
1623 (set bytecount (add (and addr 7) 1))
1626 (set val (srl rd (sub 64 (mul 8 bytecount)))))
1627 (set addr (add (sub addr bytecount) 1))
1628 (if (gt bytecount 7)
1630 (if (gt bytecount 6)
1632 (if (gt bytecount 5)
1634 (if (gt bytecount 4)
1636 (if (gt bytecount 3)
1638 (if (gt bytecount 2)
1640 (if (gt bytecount 1)
1642 (if (gt bytecount 0)