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 103 static inline ULong sar64 ( ULong v, UInt n ) function
283 res->w64[0] = sar64(argL->w64[0], nn);
284 res->w64[1] = sar64(argL->w64[1], nn);
guest_ppc_toIR.c     [all...]

Completed in 124 milliseconds