Searched refs:dh1 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dopcodes.h26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \
28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
64 #define SIY_URD(op1,i2,b1,dl1,dh1,op2) \
66 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
102 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a)
112 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e)
117 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,
[all...]
/external/valgrind/main/VEX/priv/
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:__anon14044::__anon14058
13478 ovl.fmt.SIY.dh1); goto ok;
13481 ovl.fmt.SIY.dh1); goto ok;
13484 ovl.fmt.SIY.dh1); got
[all...]
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);

Completed in 199 milliseconds