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

/external/valgrind/main/VEX/priv/
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,
3221 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3550 HWord gstOffL, HWord gstOffR
3556 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3613 HWord gstOffL, HWord gstOffR
3618 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3205 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
H A Dguest_amd64_toIR.c16087 UInt gstOffR = ymmGuestRegOffset(regNoR); local
16091 IRExpr* gstOffRe = mkU64(gstOffR);
16109 d->fxState[1].offset = gstOffR;
16179 UInt gstOffR = ymmGuestRegOffset(regNoR); local
16183 IRExpr* gstOffRe = mkU64(gstOffR);
16199 d->fxState[1].offset = gstOffR;
16940 UInt gstOffR = ymmGuestRegOffset(regNoR); local
16944 IRExpr* gstOffRe = mkU64(gstOffR);
16963 d->fxState[1].offset = gstOffR;

Completed in 154 milliseconds