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

  /external/qemu/include/qemu/
host-utils.h 106 * clz64 - count leading zeros in a 64-bit value.
112 static inline int clz64(uint64_t val) function
137 return clz64(~val);
313 # define clzl clz64
  /external/qemu/util/
cutils.c 473 value = 0x8000000000000000ULL >> clz64(value);
  /external/qemu/target-mips/
op_helper.c 200 return clz64(arg1);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]
ir_defs.c 191 case Iop_Clz64: vex_printf("Clz64"); return;
    [all...]
guest_s390_toIR.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 457 /* Ctz64/Ctz32/Clz64/Clz32 are UNDEFINED when given arguments of
    [all...]
  /external/qemu/target-i386/
translate.c 67 # define clztl clz64
    [all...]

Completed in 514 milliseconds