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

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c1182 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1189 the_insn |= ((ULong)dh1) << 8;
1335 s390_emit_AGSI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1340 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1342 return emit_SIY(p, 0xeb000000007aULL, i2, b1, dl1, dh1);
1347 s390_emit_ASI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1352 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1354 return emit_SIY(p, 0xeb000000006aULL, i2, b1, dl1, dh1);
H A Dguest_s390_toIR.c2085 UChar i2, UChar b1, UShort dl1, UChar dh1)
2091 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1)));
2098 s390_disasm(ENC3(MNM, SDXB, UINT), mnm, dh1, dl1, 0, b1, i2); variable
2103 UChar i2, UChar b1, UShort dl1, UChar dh1)
2109 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1)));
2116 s390_disasm(ENC3(MNM, SDXB, INT), mnm, dh1, dl1, 0, b1, (Int)(Char)i2); variable
12971 unsigned int dh1 : 8; member in struct:__anon27388::__anon27402
13478 ovl.fmt.SIY.dh1); goto ok;
13481 ovl.fmt.SIY.dh1); goto ok;
13484 ovl.fmt.SIY.dh1); got
[all...]

Completed in 164 milliseconds