Home | History | Annotate | Download | only in priv

Lines Matching refs:guest_state

1205    VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs;
1208 ULong *addr = (ULong *)&guest_state->guest_f0;
1214 UInt *addr = (UInt *)&guest_state->guest_f0;
1220 UInt fcsr = guest_state->guest_FCSR;
1334 VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs;
1336 VexGuestMIPS64State* guest_state = (VexGuestMIPS64State*)gs;
1338 ULong *addr = (ULong *)&guest_state->guest_f0;
1339 UInt fcsr = guest_state->guest_FCSR;