Home | History | Annotate | Download | only in priv

Lines Matching defs:dl1

1469 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1)
1475 the_insn |= ((ULong)dl1) << 16;
1616 s390_emit_AGSI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1)
1621 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2);
1623 return emit_SIY(p, 0xeb000000007aULL, i2, b1, dl1, dh1);
1628 s390_emit_ASI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1)
1633 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2);
1635 return emit_SIY(p, 0xeb000000006aULL, i2, b1, dl1, dh1);