Searched defs:gstOffR (Results 1 - 2 of 2) sorted by last modified time

/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,
3336 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3665 HWord gstOffL, HWord gstOffR
3671 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3728 HWord gstOffL, HWord gstOffR
3733 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3320 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
H A Dguest_amd64_toIR.c17206 UInt gstOffR = ymmGuestRegOffset(regNoR); local
17210 IRExpr* gstOffRe = mkU64(gstOffR);
17226 d->fxState[1].offset = gstOffR;
17296 UInt gstOffR = ymmGuestRegOffset(regNoR); local
17300 IRExpr* gstOffRe = mkU64(gstOffR);
17314 d->fxState[1].offset = gstOffR;
18225 UInt gstOffR = ymmGuestRegOffset(regNoR); local
18229 IRExpr* gstOffRe = mkU64(gstOffR);
18247 d->fxState[1].offset = gstOffR;
[all...]

Completed in 178 milliseconds