Searched refs:index_u32 (Results 1 – 5 of 5) sorted by relevance
/external/ruy/ruy/ |
D | block_map.cc | 95 const std::uint32_t index_u32 = index; in GetBlockByIndex() local 100 index_u32 & (num_blocks_per_local_curve - 1); in GetBlockByIndex() 121 index_u32 >> 2 * block_map.num_blocks_base_log2; in GetBlockByIndex()
|
/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
D | acle_sve_ldff1sh.c | 274 return SVE_ACLE_FUNC(svldff1sh_gather_, s32, index_u32, )(pg, base, indices); in test_svldff1sh_gather_s32index_u32() 310 return SVE_ACLE_FUNC(svldff1sh_gather_, u32, index_u32, )(pg, base, indices); in test_svldff1sh_gather_u32index_u32()
|
D | acle_sve_ld1sh.c | 274 return SVE_ACLE_FUNC(svld1sh_gather_, s32, index_u32, )(pg, base, indices); in test_svld1sh_gather_s32index_u32() 310 return SVE_ACLE_FUNC(svld1sh_gather_, u32, index_u32, )(pg, base, indices); in test_svld1sh_gather_u32index_u32()
|
D | acle_sve_ldff1uh.c | 274 return SVE_ACLE_FUNC(svldff1uh_gather_, s32, index_u32, )(pg, base, indices); in test_svldff1uh_gather_s32index_u32() 310 return SVE_ACLE_FUNC(svldff1uh_gather_, u32, index_u32, )(pg, base, indices); in test_svldff1uh_gather_u32index_u32()
|
D | acle_sve_ld1uh.c | 274 return SVE_ACLE_FUNC(svld1uh_gather_, s32, index_u32, )(pg, base, indices); in test_svld1uh_gather_s32index_u32() 310 return SVE_ACLE_FUNC(svld1uh_gather_, u32, index_u32, )(pg, base, indices); in test_svld1uh_gather_u32index_u32()
|