Searched refs:guest_state (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_defs.h | 107 extern UInt mips_dirtyhelper_calculate_FCSR_fp32 ( void* guest_state, UInt fs, 110 extern UInt mips_dirtyhelper_calculate_FCSR_fp64 ( void* guest_state, UInt fs,
|
D | guest_mips_helpers.c | 1205 VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs; in mips_dirtyhelper_calculate_FCSR_fp32() local 1208 ULong *addr = (ULong *)&guest_state->guest_f0; in mips_dirtyhelper_calculate_FCSR_fp32() 1214 UInt *addr = (UInt *)&guest_state->guest_f0; in mips_dirtyhelper_calculate_FCSR_fp32() 1220 UInt fcsr = guest_state->guest_FCSR; in mips_dirtyhelper_calculate_FCSR_fp32() 1334 VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs; in mips_dirtyhelper_calculate_FCSR_fp64() local 1336 VexGuestMIPS64State* guest_state = (VexGuestMIPS64State*)gs; in mips_dirtyhelper_calculate_FCSR_fp64() local 1338 ULong *addr = (ULong *)&guest_state->guest_f0; in mips_dirtyhelper_calculate_FCSR_fp64() 1339 UInt fcsr = guest_state->guest_FCSR; in mips_dirtyhelper_calculate_FCSR_fp64()
|
D | guest_s390_defs.h | 81 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr);
|
D | guest_s390_helpers.c | 314 s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr) in s390x_dirtyhelper_STFLE() argument 317 register ULong reg0 asm("0") = guest_state->guest_r0 & 0xF; /* r0[56:63] */ in s390x_dirtyhelper_STFLE() 332 guest_state->guest_r0 = reg0; in s390x_dirtyhelper_STFLE() 366 s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr) in s390x_dirtyhelper_STFLE() argument
|
/external/valgrind/coregrind/ |
D | pub_core_dispatch.h | 65 volatile void* guest_state,
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-main.c | 290 void* guest_state, 297 void* guest_state, 303 void* guest_state, 309 void* guest_state, 316 void* guest_state, 321 void* guest_state,
|