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

  /external/qemu/
host-utils.h 94 static inline int clz64(uint64_t val) function
116 return clz64(~val);
  /external/qemu/target-mips/
op_helper.c 139 return clz64(arg1);
    [all...]

Completed in 51 milliseconds