Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:lpd

1656 #CHECK: lpd	%r0, 0, 0               # encoding: [0xc8,0x04,0x00,0x00,0x00,0x00]
1657 #CHECK: lpd %r2, 0(%r1), 0(%r15) # encoding: [0xc8,0x24,0x10,0x00,0xf0,0x00]
1658 #CHECK: lpd %r2, 1(%r1), 0(%r15) # encoding: [0xc8,0x24,0x10,0x01,0xf0,0x00]
1659 #CHECK: lpd %r2, 4095(%r1), 0(%r15) # encoding: [0xc8,0x24,0x1f,0xff,0xf0,0x00]
1660 #CHECK: lpd %r2, 0(%r1), 1(%r15) # encoding: [0xc8,0x24,0x10,0x00,0xf0,0x01]
1661 #CHECK: lpd %r2, 0(%r1), 4095(%r15) # encoding: [0xc8,0x24,0x10,0x00,0xff,0xff]
1663 lpd %r0, 0, 0
1664 lpd %r2, 0(%r1), 0(%r15)
1665 lpd %r2, 1(%r1), 0(%r15)
1666 lpd %r2, 4095(%r1), 0(%r15)
1667 lpd %r2, 0(%r1), 1(%r15)
1668 lpd %r2, 0(%r1), 4095(%r15)