Searched refs:rotrw (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | rotl.ll | 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep rotrw: | count 1 15 define i32 @rotrw(i32 %x, i32 %sh) {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rotl.ll | 1 ; RUN: llc < %s -march=ppc32 | grep rotrw: | count 1 15 define i32 @rotrw(i32 %x, i32 %sh) {
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 177 static INLINE __m128i rotr_epu16(__m128i *a, const __m128i *rotrw) { in rotr_epu16() argument 178 *a = _mm_shuffle_epi8(*a, *rotrw); in rotr_epu16() 185 const __m128i rotrw = _mm_load_si128((const __m128i *)rotate_right_epu16); in vpx_highbd_d117_predictor_8x8_ssse3() local 206 rowa = _mm_alignr_epi8(rowa, rotr_epu16(&avg3_left, &rotrw), 14); in vpx_highbd_d117_predictor_8x8_ssse3() 207 rowb = _mm_alignr_epi8(rowb, rotr_epu16(&avg3_left, &rotrw), 14); in vpx_highbd_d117_predictor_8x8_ssse3() 214 const __m128i rotrw = _mm_load_si128((const __m128i *)rotate_right_epu16); in vpx_highbd_d117_predictor_16x16_ssse3() local 250 rowa_0 = _mm_alignr_epi8(rowa_0, rotr_epu16(&avg_left, &rotrw), 14); in vpx_highbd_d117_predictor_16x16_ssse3() 252 rowb_0 = _mm_alignr_epi8(rowb_0, rotr_epu16(&avg_left, &rotrw), 14); in vpx_highbd_d117_predictor_16x16_ssse3() 260 const __m128i rotrw = _mm_load_si128((const __m128i *)rotate_right_epu16); in vpx_highbd_d117_predictor_32x32_ssse3() local 324 rowa_0 = _mm_alignr_epi8(rowa_0, rotr_epu16(&avg_left, &rotrw), 14); in vpx_highbd_d117_predictor_32x32_ssse3() [all …]
|