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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3299 gstOffL and gstOffR are the guest state offsets for the two XMM
3313 [gstOffL, +16) and [gstOffR, +16). For xSTRM variants, also writes
3323 HWord gstOffL, HWord gstOffR,
3335 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3665 HWord gstOffL, HWord gstOffR
3670 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3728 HWord gstOffL, HWord gstOffR
3732 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3320 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
3662 amd64g_dirtyhelper_AES( VexGuestAMD64State* gst, HWord opc4, HWord gstOffD, HWord gstOffL, HWord gstOffR ) argument
3725 amd64g_dirtyhelper_AESKEYGENASSIST( VexGuestAMD64State* gst, HWord imm8, HWord gstOffL, HWord gstOffR ) argument
H A Dguest_amd64_toIR.c17205 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
17209 IRExpr* gstOffLe = mkU64(gstOffL);
17224 d->fxState[0].offset = gstOffL;
17295 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
17299 IRExpr* gstOffLe = mkU64(gstOffL);
17311 d->fxState[0].offset = gstOffL;
18224 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
18228 IRExpr* gstOffLe = mkU64(gstOffL);
18244 d->fxState[0].offset = gstOffL;
[all...]

Completed in 1113 milliseconds