Home | History | Annotate | Download | only in priv

Lines Matching defs:dh1

1182 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1)
1189 the_insn |= ((ULong)dh1) << 8;
1335 s390_emit_AGSI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1)
1340 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2);
1342 return emit_SIY(p, 0xeb000000007aULL, i2, b1, dl1, dh1);
1347 s390_emit_ASI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1)
1352 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2);
1354 return emit_SIY(p, 0xeb000000006aULL, i2, b1, dl1, dh1);