Searched refs:ctzl (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_internals.h | 118 int8_t emul = ctzl(esz) - ctzl(sew) + vext_lmul(desc) < 0 ? 0 : in vext_get_total_elems() 119 ctzl(esz) - ctzl(sew) + vext_lmul(desc); in vext_get_total_elems()
|
H A D | vector_helper.c | 240 ctzl(sizeof(ETYPE)), GETPC()); \ 255 ctzl(sizeof(ETYPE)), GETPC()); \ in GEN_VEXT_LD_STRIDE() 303 uint32_t stride = vext_nf(desc) << ctzl(sizeof(ETYPE)); \ 305 ctzl(sizeof(ETYPE)), GETPC()); \ 312 ctzl(sizeof(ETYPE)), env->vl, GETPC()); \ 324 uint32_t stride = vext_nf(desc) << ctzl(sizeof(ETYPE)); \ in GEN_VEXT_LD_US() 326 ctzl(sizeof(ETYPE)), GETPC()); \ in GEN_VEXT_LD_US() 447 STORE_FN, ctzl(sizeof(ETYPE)), \ in GEN_VEXT_LD_INDEX() 557 ctzl(sizeof(ETYPE)), GETPC()); \ 621 ctzl(sizeof(ETYPE)), GETPC()); \ [all …]
|
H A D | cpu_helper.c | 1150 napot_bits = ctzl(ppn) + 1; in get_physical_address()
|
H A D | csr.c | 768 env->vstart = val & ~(~0ULL << ctzl(riscv_cpu_cfg(env)->vlenb << 3)); in write_vstart()
|
/openbmc/qemu/util/ |
H A D | bitops.c | 78 return result + ctzl(tmp); in find_next_bit() 127 return result + ctzl(~tmp); in find_next_zero_bit()
|
H A D | hbitmap.c | 135 pos = (pos << BITS_PER_LEVEL) + ctzl(cur); in hbitmap_iter_skip_words() 164 item = ((uint64_t)hbi->pos << BITS_PER_LEVEL) + ctzl(cur); in hbitmap_iter_next()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 689 # define ctzl ctz32 macro 696 # define ctzl ctz64 macro
|
H A D | bitops.h | 205 result += ctzl(tmp); in find_first_bit()
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 432 j = ctzl(c); in cpu_physical_memory_set_dirty_lebitmap()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 420 j = ctzl(map); in xen_sync_dirty_bitmap()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 252 num_cmd_slots = ((ahci->cap & AHCI_CAP_NCS) >> ctzl(AHCI_CAP_NCS)) + 1; in ahci_hba_enable()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 713 if (ctzl(mem_start) < ctzl(sizetmp)) { in spapr_dt_memory() 714 sizetmp = 1ULL << ctzl(mem_start); in spapr_dt_memory()
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 772 g_assert((reg & AHCI_PX_FBS_ADO) >> ctzl(AHCI_PX_FBS_ADO) >= 2); in ahci_test_port_spec()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | zlib-off64_t.patch | 33 …fc79c4b3bab00e8b25bf64a8fc8bf2c6684e5b1b1fd1480f9d","src/zlib-ng/arch/arm/ctzl.h":"feb70d55e66025f… 35 …fc79c4b3bab00e8b25bf64a8fc8bf2c6684e5b1b1fd1480f9d","src/zlib-ng/arch/arm/ctzl.h":"feb70d55e66025f…
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 121 int bit = ctzl(log); in vhost_dev_sync_region()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1857 bit = 7 - ctzl(imm); in helper_XXEVAL()
|