Home | History | Annotate | Download | only in priv

Lines Matching defs:d1

1196 emit_SSa(UChar *p, ULong op, UChar l, UChar b1, UShort d1, UChar b2, UShort d2)
1202 the_insn |= ((ULong)d1) << 16;
1875 s390_emit_XC(UChar *p, UInt l, UChar b1, UShort d1, UChar b2, UShort d2)
1878 s390_disasm(ENC3(MNM, UDLB, UDXB), "xc", d1, l, b1, d2, 0, b2);
1880 return emit_SSa(p, 0xd70000000000ULL, l, b1, d1, b2, d2);