Home
last modified time | relevance | path

Searched refs:clo (Results 1 – 25 of 137) sorted by relevance

123456

/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis_sse2.cc166 __m128i clo = _mm_unpacklo_epi8(c, z); in ComputeSpatialMetrics_SSE2() local
182 msa_16 = _mm_add_epi16(msa_16, _mm_add_epi16(chi, clo)); in ComputeSpatialMetrics_SSE2()
184 clo = _mm_slli_epi16(clo, 1); in ComputeSpatialMetrics_SSE2()
186 const __m128i sevtlo = _mm_subs_epi16(clo, tblo); in ComputeSpatialMetrics_SSE2()
188 const __m128i sehtlo = _mm_subs_epi16(clo, lrlo); in ComputeSpatialMetrics_SSE2()
191 clo = _mm_slli_epi16(clo, 1); in ComputeSpatialMetrics_SSE2()
193 const __m128i setlo = _mm_subs_epi16(clo, _mm_add_epi16(lrlo, tblo)); in ComputeSpatialMetrics_SSE2()
/external/llvm/test/CodeGen/Mips/
Dcountleading.ll37 ; MIPS4-NOT: clo
39 ; MIPS32-GT-R1: clo $2, $4
41 ; MIPS64-GT-R1: clo $2, $4
43 ; MICROMIPS64: clo $2, $4
80 ; MIPS32-GT-R1-DAG: clo $[[R0:[0-9]+]], $4
81 ; MIPS32-GT-R1-DAG: clo $[[R1:[0-9]+]], $5
D2010-11-09-CountLeading.ll19 ; CHECK: clo $2, $4
27 ; CHECK: clo $2, $4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dcountleading.ll34 ; MIPS4-NOT: clo
36 ; MIPS32-GT-R1: clo $2, $4
38 ; MIPS64-GT-R1: clo $2, $4
74 ; MIPS32-GT-R1-DAG: clo $[[R0:[0-9]+]], $4
75 ; MIPS32-GT-R1-DAG: clo $[[R1:[0-9]+]], $5
D2010-11-09-CountLeading.ll19 ; CHECK: clo $2, $4
27 ; CHECK: clo $2, $4
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2010-11-09-CountLeading.ll19 ; CHECK: clo $2, $4
27 ; CHECK: clo $2, $4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dset-mips-directives.s17 clo $2,$2
53 # CHECK: clo $2, $2
Dset-arch.s16 clo $2, $2
55 # CHECK: clo $2, $2
Dmips-alu-instructions.s11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
42 clo $6, $7
Dmips64-alu-instructions.s10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
38 clo $6, $7
Dset-mips-directives-bad.s19 clo $2,$2 # CHECK: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/
Dset-mips-directives.s17 clo $2,$2
53 # CHECK: clo $2, $2
Dset-arch.s16 clo $2, $2
55 # CHECK: clo $2, $2
Dmips64-alu-instructions.s10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
38 clo $6, $7
Dmips-alu-instructions.s11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
42 clo $6, $7
/external/u-boot/arch/arm/mach-bcm283x/include/mach/
Dtimer.h25 u32 clo; member
/external/arm-optimized-routines/math/
Dmath_config.h375 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
390 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
/external/capstone/suite/MC/Mips/
Dmips64-alu-instructions.s.cs5 0x21,0x30,0xe6,0x70 = clo $6, $7
Dmips-alu-instructions.s.cs6 0x21,0x30,0xe6,0x70 = clo $6, $7
/external/python/cpython2/Modules/
Dshamodule.c242 SHA_INT32 clo; in sha_update() local
244 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update()
245 if (clo < sha_info->count_lo) { in sha_update()
248 sha_info->count_lo = clo; in sha_update()
Dsha256module.c270 SHA_INT32 clo; in sha_update() local
272 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update()
273 if (clo < sha_info->count_lo) { in sha_update()
276 sha_info->count_lo = clo; in sha_update()
/external/u-boot/include/configs/
Drpi.h23 (&((struct bcm2835_timer_regs *)BCM2835_TIMER_PHYSADDR)->clo)
/external/okhttp/website/static/
Dapp-theme.css45 .clo { color: #888; }
/external/python/cpython3/Modules/
Dsha256module.c269 SHA_INT32 clo; in sha_update() local
271 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update()
272 if (clo < sha_info->count_lo) { in sha_update()
275 sha_info->count_lo = clo; in sha_update()
Dsha512module.c294 SHA_INT32 clo; in sha512_update() local
296 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update()
297 if (clo < sha_info->count_lo) { in sha512_update()
300 sha_info->count_lo = clo; in sha512_update()

123456