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

/external/valgrind/VEX/priv/
H A Dguest_amd64_defs.h212 gstOffL and gstOffR are the guest state offsets for the two XMM
226 [gstOffL, +16) and [gstOffR, +16). For xSTRM variants, also writes
236 HWord gstOffL, HWord gstOffR,
256 gstOffL and gstOffR are the guest state offsets for the two XMM
265 HWord gstOffL, HWord gstOffR
278 gstOffL and gstOffR are the guest state offsets for the two XMM
287 HWord gstOffL, HWord gstOffR
H A Dguest_amd64_helpers.c3874 gstOffL and gstOffR are the guest state offsets for the two XMM
3888 [gstOffL, +16) and [gstOffR, +16). For xSTRM variants, also writes
3898 HWord gstOffL, HWord gstOffR,
3910 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
4240 HWord gstOffL, HWord gstOffR
4245 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
4303 HWord gstOffL, HWord gstOffR
4307 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3895 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
4237 amd64g_dirtyhelper_AES( VexGuestAMD64State* gst, HWord opc4, HWord gstOffD, HWord gstOffL, HWord gstOffR ) argument
4300 amd64g_dirtyhelper_AESKEYGENASSIST( VexGuestAMD64State* gst, HWord imm8, HWord gstOffL, HWord gstOffR ) argument
H A Dguest_amd64_toIR.c17800 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
17804 IRExpr* gstOffLe = mkU64(gstOffL);
17819 d->fxState[0].offset = gstOffL;
17890 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
17894 IRExpr* gstOffLe = mkU64(gstOffL);
17906 d->fxState[0].offset = gstOffL;
18828 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
18832 IRExpr* gstOffLe = mkU64(gstOffL);
18848 d->fxState[0].offset = gstOffL;
[all...]

Completed in 167 milliseconds