Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:x91

5496 #CHECK: llgh	%r0, -524288            # encoding: [0xe3,0x00,0x00,0x00,0x80,0x91]
5497 #CHECK: llgh %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x91]
5498 #CHECK: llgh %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x91]
5499 #CHECK: llgh %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x91]
5500 #CHECK: llgh %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x91]
5501 #CHECK: llgh %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x91]
5502 #CHECK: llgh %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x91]
5503 #CHECK: llgh %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x91]
5504 #CHECK: llgh %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x91]
5505 #CHECK: llgh %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x91]
8344 #CHECK: tm 0, 0 # encoding: [0x91,0x00,0x00,0x00]
8345 #CHECK: tm 4095, 0 # encoding: [0x91,0x00,0x0f,0xff]
8346 #CHECK: tm 0, 255 # encoding: [0x91,0xff,0x00,0x00]
8347 #CHECK: tm 0(%r1), 42 # encoding: [0x91,0x2a,0x10,0x00]
8348 #CHECK: tm 0(%r15), 42 # encoding: [0x91,0x2a,0xf0,0x00]
8349 #CHECK: tm 4095(%r1), 42 # encoding: [0x91,0x2a,0x1f,0xff]
8350 #CHECK: tm 4095(%r15), 42 # encoding: [0x91,0x2a,0xff,0xff]