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

  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 97 static inline ULong sar64 ( ULong v, UInt n ) function
239 res->w64[0] = sar64(argL->w64[0], nn);
240 res->w64[1] = sar64(argL->w64[1], nn);
guest_ppc_toIR.c     [all...]

Completed in 1787 milliseconds