Home | History | Annotate | Download | only in SystemZ

Lines Matching full:sllk

465 0xeb,0x00,0x00,0x00,0x00,0xdf = sllk %r0, %r0, 0
466 0xeb,0xf1,0x00,0x00,0x00,0xdf = sllk %r15, %r1, 0
467 0xeb,0x1f,0x00,0x00,0x00,0xdf = sllk %r1, %r15, 0
468 0xeb,0xff,0x00,0x00,0x00,0xdf = sllk %r15, %r15, 0
469 0xeb,0x00,0x00,0x00,0x80,0xdf = sllk %r0, %r0, -524288
470 0xeb,0x00,0x0f,0xff,0xff,0xdf = sllk %r0, %r0, -1
471 0xeb,0x00,0x00,0x01,0x00,0xdf = sllk %r0, %r0, 1
472 0xeb,0x00,0x0f,0xff,0x7f,0xdf = sllk %r0, %r0, 524287
473 0xeb,0x00,0x10,0x00,0x00,0xdf = sllk %r0, %r0, 0(%r1)
474 0xeb,0x00,0xf0,0x00,0x00,0xdf = sllk %r0, %r0, 0(%r15)
475 0xeb,0x00,0x1f,0xff,0x7f,0xdf = sllk %r0, %r0, 524287(%r1)
476 0xeb,0x00,0xff,0xff,0x7f,0xdf = sllk %r0, %r0, 524287(%r15)