Searched defs:gst (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-main.c465 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
466 canonical->sysno = gst->guest_EAX;
467 canonical->arg1 = gst->guest_EBX;
468 canonical->arg2 = gst->guest_ECX;
469 canonical->arg3 = gst->guest_EDX;
470 canonical->arg4 = gst->guest_ESI;
471 canonical->arg5 = gst->guest_EDI;
472 canonical->arg6 = gst->guest_EBP;
477 VexGuestAMD64State* gst = (VexGuestAMD64State*)gst_vanilla;
478 canonical->sysno = gst
782 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
963 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
1110 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
[all...]
H A Dsyswrap-xen.c550 struct vki_xen_gnttab_setup_table *gst = local
553 (Addr)&gst->dom, sizeof(gst->dom));
555 (Addr)&gst->nr_frames, sizeof(gst->nr_frames));
1653 struct vki_xen_gnttab_setup_table *gst = local
1656 (Addr)&gst->status, sizeof(gst->status));
1658 (Addr)gst->frame_list.p,
1659 sizeof(*gst
[all...]
/external/valgrind/VEX/priv/
H A Dguest_ppc_helpers.c126 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, argument
145 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
155 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst, argument
182 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
H A Dguest_x86_helpers.c1584 void x86g_dirtyhelper_FINIT ( VexGuestX86State* gst )
1587 gst->guest_FTOP = 0;
1589 gst->guest_FPTAG[i] = 0; /* empty */
1590 gst->guest_FPREG[i] = 0; /* IEEE754 64-bit zero */
1592 gst->guest_FPROUND = (UInt)Irrm_NEAREST;
1593 gst->guest_FC3210 = 0;
1703 void x86g_dirtyhelper_FXSAVE ( VexGuestX86State* gst, HWord addr ) argument
1716 do_get_x87( gst, &tmp );
1717 mxcsr = x86g_create_mxcsr( gst->guest_SSEROUND );
1779 COPY_U128( xmm[0], gst
1794 x86g_dirtyhelper_FXRSTOR( VexGuestX86State* gst, HWord addr ) argument
1888 x86g_dirtyhelper_FSAVE( VexGuestX86State* gst, HWord addr ) argument
1895 x86g_dirtyhelper_FRSTOR( VexGuestX86State* gst, HWord addr ) argument
1902 x86g_dirtyhelper_FSTENV( VexGuestX86State* gst, HWord addr ) argument
1915 x86g_dirtyhelper_FLDENV( VexGuestX86State* gst, HWord addr ) argument
[all...]
H A Dguest_amd64_helpers.c2049 ( VexGuestAMD64State* gst, HWord addr )
2069 do_get_x87( gst, &tmp );
2128 ( VexGuestAMD64State* gst, HWord addr )
2135 mxcsr = amd64g_create_mxcsr( gst->guest_SSEROUND );
2155 void LibVEX_GuestAMD64_fxsave ( /*IN*/VexGuestAMD64State* gst, argument
2159 amd64g_dirtyhelper_XSAVE_COMPONENT_0(gst, fp_state);
2162 amd64g_dirtyhelper_XSAVE_COMPONENT_1_EXCLUDING_XMMREGS(gst, fp_state);
2175 COPY_U128( xmm[0], gst->guest_YMM0 );
2176 COPY_U128( xmm[1], gst->guest_YMM1 );
2177 COPY_U128( xmm[2], gst
2048 amd64g_dirtyhelper_XSAVE_COMPONENT_0( VexGuestAMD64State* gst, HWord addr ) argument
2127 amd64g_dirtyhelper_XSAVE_COMPONENT_1_EXCLUDING_XMMREGS( VexGuestAMD64State* gst, HWord addr ) argument
2201 amd64g_dirtyhelper_XRSTOR_COMPONENT_0( VexGuestAMD64State* gst, HWord addr ) argument
2246 amd64g_dirtyhelper_XRSTOR_COMPONENT_1_EXCLUDING_XMMREGS( VexGuestAMD64State* gst, HWord addr ) argument
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
[all...]

Completed in 168 milliseconds