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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_defs.h196 gstOffL and gstOffR are the guest state offsets for the two XMM
210 [gstOffL, +16) and [gstOffR, +16). For xSTRM variants, also writes
220 HWord gstOffL, HWord gstOffR,
240 gstOffL and gstOffR are the guest state offsets for the two XMM
249 HWord gstOffL, HWord gstOffR
262 gstOffL and gstOffR are the guest state offsets for the two XMM
271 HWord gstOffL, HWord gstOffR
H A Dguest_amd64_helpers.c3184 gstOffL and gstOffR are the guest state offsets for the two XMM
3198 [gstOffL, +16) and [gstOffR, +16). For xSTRM variants, also writes
3208 HWord gstOffL, HWord gstOffR,
3220 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3550 HWord gstOffL, HWord gstOffR
3555 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3613 HWord gstOffL, HWord gstOffR
3617 V128* argL = (V128*)( ((UChar*)gst) + gstOffL );
3205 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
3547 amd64g_dirtyhelper_AES( VexGuestAMD64State* gst, HWord opc4, HWord gstOffD, HWord gstOffL, HWord gstOffR ) argument
3610 amd64g_dirtyhelper_AESKEYGENASSIST( VexGuestAMD64State* gst, HWord imm8, HWord gstOffL, HWord gstOffR ) argument
H A Dguest_amd64_toIR.c16086 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
16090 IRExpr* gstOffLe = mkU64(gstOffL);
16107 d->fxState[0].offset = gstOffL;
16178 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
16182 IRExpr* gstOffLe = mkU64(gstOffL);
16196 d->fxState[0].offset = gstOffL;
16939 UInt gstOffL = regNoL == 16 ? OFFB_YMM16 : ymmGuestRegOffset(regNoL); local
16943 IRExpr* gstOffLe = mkU64(gstOffL);
16960 d->fxState[0].offset = gstOffL;

Completed in 500 milliseconds