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

  /external/llvm/test/CodeGen/WebAssembly/
i64.ll 132 ; CHECK-LABEL: sar64:
137 define i64 @sar64(i64 %x, i64 %y) {
  /external/valgrind/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);
ir_opt.c     [all...]
guest_ppc_toIR.c     [all...]

Completed in 413 milliseconds