Searched refs:mmB (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/simd/loongson/ |
D | jdcolext-mmi.c | 37 #define mmB mm1 macro 40 #define mmB mm3 macro 43 #define mmB mm5 macro 46 #define mmB mm7 macro 227 mmE = _mm_unpacklo_pi8(mmE, mmB); /* mmE=(20 01 22 03 24 05 26 07) */ in jsimd_ycc_rgb_convert_mmi() 239 mmB = mmD; in jsimd_ycc_rgb_convert_mmi() 243 mmB = _mm_srli_si64(mmB, 2 * BYTE_BIT); /* mmB=(13 23 15 25 17 27 -- --) */ in jsimd_ycc_rgb_convert_mmi() 246 mmE = _mm_unpacklo_pi16(mmE, mmB); /* mmE=(22 03 13 23 24 05 15 25) */ in jsimd_ycc_rgb_convert_mmi() 247 mmF = _mm_unpackhi_pi16(mmF, mmB); /* mmF=(26 07 17 27 -- -- -- --) */ in jsimd_ycc_rgb_convert_mmi() 342 mmB = _mm_unpacklo_pi8(mmB, mmD); /* mmB=(01 11 03 13 05 15 07 17) */ in jsimd_ycc_rgb_convert_mmi() [all …]
|
D | jccolext-mmi.c | 38 #define mmB mm1 macro 41 #define mmB mm3 macro 44 #define mmB mm5 macro 47 #define mmB mm7 macro 222 mmB = mmE; in jsimd_rgb_ycc_convert_mmi() 224 mmB = _mm_loadhi_pi8_f(mmB); in jsimd_rgb_ycc_convert_mmi() 291 mmB = mmA; in jsimd_rgb_ycc_convert_mmi() 293 mmB = _mm_unpackhi_pi8(mmB, mmF); in jsimd_rgb_ycc_convert_mmi() 303 mmH = mmB; in jsimd_rgb_ycc_convert_mmi() 304 mmB = _mm_unpacklo_pi16(mmB, mmG); in jsimd_rgb_ycc_convert_mmi() [all …]
|
/external/libjpeg-turbo/simd/i386/ |
D | jdcolext-mmx.asm | 213 ; mmA=(00 02 04 06 ** ** ** **), mmB=(01 03 05 07 ** ** ** **) 219 punpcklbw mmE, mmB ; mmE=(20 01 22 03 24 05 26 07) 231 movq mmB, mmD 235 psrlq mmB, 2*BYTE_BIT ; mmB=(13 23 15 25 17 27 -- --) 238 punpcklwd mmE, mmB ; mmE=(22 03 13 23 24 05 15 25) 239 punpckhwd mmF, mmB ; mmF=(26 07 17 27 -- -- -- --) 309 ; mmA=(00 02 04 06 ** ** ** **), mmB=(01 03 05 07 ** ** ** **) 316 punpcklbw mmB, mmD ; mmB=(01 11 03 13 05 15 07 17) 322 movq mmG, mmB 323 punpcklwd mmB, mmF ; mmB=(01 11 21 31 03 13 23 33) [all …]
|
D | jcgryext-mmx.asm | 178 movq mmB, mmE 180 punpckhbw mmB, mmH ; mmB=(01 03 05 07) 222 movq mmB, mmA 224 punpckhbw mmB, mmF ; mmB=(01 03 11 13 21 23 31 33) 234 movq mmH, mmB 235 punpcklwd mmB, mmG ; mmB=(01 03 05 07 11 13 15 17) 244 movq mmD, mmB 245 punpcklbw mmB, mmF ; mmB=(01 03 05 07)
|
D | jccolext-mmx.asm | 186 movq mmB, mmE 188 punpckhbw mmB, mmH ; mmB=(01 03 05 07) 230 movq mmB, mmA 232 punpckhbw mmB, mmF ; mmB=(01 03 11 13 21 23 31 33) 242 movq mmH, mmB 243 punpcklwd mmB, mmG ; mmB=(01 03 05 07 11 13 15 17) 252 movq mmD, mmB 253 punpcklbw mmB, mmF ; mmB=(01 03 05 07)
|
/external/libjpeg-turbo/simd/nasm/ |
D | jcolsamp.inc | 19 %define mmB mm1 26 %define mmB mm3 33 %define mmB mm5 40 %define mmB mm7
|
/external/icu/icu4c/source/data/locales/ |
D | gd.txt | 1068 Bhm{"h:mmB"} 1071 EBhm{"E h:mmB"} 1864 Bhm{"h:mmB"} 1867 EBhm{"E h:mmB"} 2039 Bhm{"h:mmB"} 2042 EBhm{"E h:mmB"}
|