Searched defs:dh1 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c1463 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1470 the_insn |= ((ULong)dh1) << 8;
1616 s390_emit_AGSI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1621 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1623 return emit_SIY(p, 0xeb000000007aULL, i2, b1, dl1, dh1);
1628 s390_emit_ASI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1633 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1635 return emit_SIY(p, 0xeb000000006aULL, i2, b1, dl1, dh1);
H A Dguest_s390_toIR.c2499 UChar i2, UChar b1, UShort dl1, UChar dh1)
2505 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1)));
2512 s390_disasm(ENC3(MNM, SDXB, UINT), mnm, dh1, dl1, 0, b1, i2); variable
2517 UChar i2, UChar b1, UShort dl1, UChar dh1)
2523 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1)));
2530 s390_disasm(ENC3(MNM, SDXB, INT), mnm, dh1, dl1, 0, b1, (Int)(Char)i2); variable
15205 unsigned int dh1 : 8; member in struct:__anon31628::__anon31642
15723 ovl.fmt.SIY.dh1); goto ok;
15726 ovl.fmt.SIY.dh1); goto ok;
15729 ovl.fmt.SIY.dh1); got
[all...]

Completed in 618 milliseconds