HomeSort by relevance Sort by last modified time
    Searched refs:vD_off (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 127 UInt vD_off, UInt sh, UInt shift_right )
137 vassert( vD_off <= sizeof(VexGuestPPC32State)-8 );
145 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
156 UInt vD_off, UInt sh, UInt shift_right,
174 vassert( vD_off <= sizeof(VexGuestPPC64State)-8 );
182 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
    [all...]
guest_ppc_toIR.c     [all...]

Completed in 432 milliseconds