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

  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 126 UInt vD_off, UInt sh, UInt shift_right )
136 vassert( vD_off <= sizeof(VexGuestPPC32State)-8 );
144 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
155 UInt vD_off, UInt sh, UInt shift_right )
171 vassert( vD_off <= sizeof(VexGuestPPC64State)-8 );
179 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
guest_ppc_toIR.c     [all...]

Completed in 210 milliseconds