Searched refs:rte_fls_u64 (Results 1 – 3 of 3) sorted by relevance
295 rc = rte_fls_u64(arg); in test_fls()304 rc = rte_fls_u64(arg64); in test_fls()
770 rte_fls_u64(uint64_t x) in rte_fls_u64() function
372 sr = movn ? rte_fls_u64(nval) - 1 : rte_fls_u64(val) - 1; in emit_mov_imm()