Searched defs:select_lane (Results 1 – 1 of 1) sorted by relevance
2018 SI uint32_t select_lane(uint32_t data, int /*lane*/) { return data; } in select_lane() function2019 SI int32_t select_lane( int32_t data, int /*lane*/) { return data; } in select_lane() function2022 SI uint32_t select_lane(U32 data, int lane) { return data[lane]; } in select_lane() function2023 SI int32_t select_lane(I32 data, int lane) { return data[lane]; } in select_lane() function