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

  /external/qemu/
host-utils.h 52 static inline int clz32(uint32_t val) function
91 return clz32(~val);
110 return cnt + clz32(val);
cutils.c 116 return 32 - clz32(i);
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 41 UInt clz32 ( UInt x ) function
67 return 32 - clz32((~x) & (x-1));
148 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
    [all...]
pcmpstr64w.c 44 UInt clz32 ( UInt x ) function
70 return 32 - clz32((~x) & (x-1));
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 566 static UInt clz32 ( UInt x ) function
592 return 32 - clz32((~x) & (x-1));
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
    [all...]
host_ppc_defs.h 583 /* Not, Neg, Clz32/64, Extsw */
    [all...]
ir_defs.c 190 case Iop_Clz32: vex_printf("Clz32"); return;
    [all...]
guest_x86_toIR.c     [all...]
ir_opt.c     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c     [all...]
  /external/qemu/hw/
apic.c 106 return 31 - clz32(value);
  /external/qemu/target-arm/
helper.c 535 return clz32(x);
    [all...]
  /external/qemu/target-mips/
op_helper.c 128 return clz32(arg1);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 449 /* Ctz64/Ctz32/Clz64/Clz32 are UNDEFINED when given arguments of
    [all...]

Completed in 2094 milliseconds