OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guest_VSR40
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h
145
/* 768 */ U128
guest_VSR40
;
libvex_guest_ppc64.h
183
/* 896 */ U128
guest_VSR40
;
/external/valgrind/main/VEX/priv/
guest_ppc_helpers.c
436
VECZERO(vex_state->
guest_VSR40
);
600
VECZERO(vex_state->
guest_VSR40
);
guest_ppc_toIR.c
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c
295
case 81: VG_(transfer) (&ppc32->
guest_VSR40
, buf, dir, size, mod); break;
valgrind-low-ppc64.c
292
case 81: VG_(transfer) (&ppc64->
guest_VSR40
, buf, dir, size, mod); break;
Completed in 30 milliseconds