/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_avx2.c | 17 const __m128i zero = _mm_set1_epi16(0); local 60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff); 65 mask = _mm_xor_si128(_mm_cmpeq_epi8(mask, zero), ff); 79 mask = _mm_cmpeq_epi8(mask, zero); 109 filter1 = _mm_unpacklo_epi8(zero, filter1); 111 filter2 = _mm_unpacklo_epi8(zero, filter2); 115 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1)); 122 _mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8), filt); 123 filt = _mm_packs_epi16(filt, _mm_subs_epi16(zero, filt)); 137 flat = _mm_cmpeq_epi8(flat, zero); 399 const __m128i zero = _mm_set1_epi16(0); local [all...] |
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
simplestore.ll | 10 ; CHECK: addiu $[[REG1:[0-9]+]], $zero, 12345
|
/external/llvm/test/CodeGen/Mips/ |
inlineasm-cnstrnt-bad-J.ll | 3 ;is non-zero (3).
|
inlineasm-cnstrnt-bad-L.ll | 3 ;is non-zero in the lower 16 bits (0x00100003).
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
ret.ll | 29 ; ALL-DAG: addiu $2, $zero, 3 39 ; ALL-DAG: addiu $2, $zero, 3 49 ; ALL-DAG: addiu $2, $zero, 256 59 ; ALL-DAG: addiu $2, $zero, 257 69 ; ALL-DAG: addiu $2, $zero, 257 103 ; GPR32-DAG: addiu $2, $zero, 0 118 ; GPR32-DAG: addiu $3, $zero, 0 136 ; GPR64-DAG: ori $[[T0:[0-9]+]], $zero, 32769 151 ; NO-MTHC1-DAG: mtc1 $zero, $f0 153 ; MTHC1-DAG: mtc1 $zero, $f [all...] |
/external/llvm/test/CodeGen/X86/ |
2010-11-18-SelectOfExtload.ll | 2 ; Both values were being zero extended.
|
subreg-to-reg-1.ll | 6 ; Don't eliminate or coalesce away the explicit zero-extension!
|
/external/llvm/test/MC/ELF/ |
align-size.s | 5 .zero 4
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips3-wrong-error.s | 9 ldr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 13 ldre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 17 lwr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 21 lwre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
/external/llvm/test/Transforms/InstCombine/ |
bitcast-sext-vector.ll | 3 ; Don't fold zero/sign extensions with a bitcast between a vector and scalar.
|
/external/mesa3d/src/glsl/glcpp/tests/ |
094-divide-by-zero-short-circuit.c | 1 /* glcpp is generating a division-by-zero error for this case. It's
|
/external/oprofile/daemon/ |
opd_cookie.h | 20 * Shift value to remove trailing zero on a dcookie value, 7 is sufficient
|
/external/qemu/android/utils/ |
property_file.h | 32 // Maximum length of a property name (including terminating zero). 37 // Maximum length of a property value (including terminating zero). 47 // one can read the |name| and |value| zero-terminated strings to 72 // property name and value, respectively, as zero-terminated strings
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_WM_IconifyWindow.3 | 14 Returns non-zero on success or \fB0\fR if iconification is not support or was refused by the window manager\&.
|
/external/strace/tests/ |
uio.c | 14 assert((fd = open("/dev/zero", O_RDONLY)) >= 0);
|
/external/valgrind/main/docs/internals/ |
avx-notes.txt | 6 args gets folded to zero
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdout.exp | 7 called from level int_und is not zero
|
/external/valgrind/main/massif/tests/ |
long-time.c | 4 // for the snapshots, including a zero-sized detailed snapshot.
|
zero1.vgtest | 1 prog: zero
|
zero2.vgtest | 1 prog: zero
|
/external/valgrind/main/memcheck/tests/ |
strchr.c | 13 // Nb: s[0] is uninitialised, but almost certainly a zero
|
/external/wpa_supplicant_8/src/tls/ |
pkcs8.c | 23 struct bignum *zero; local 49 zero = bignum_init(); 50 if (zero == NULL) 53 if (bignum_set_unsigned_bin(zero, hdr.payload, hdr.length) < 0) { 55 bignum_deinit(zero); 60 if (bignum_cmp_d(zero, 0) != 0) { 61 wpa_printf(MSG_DEBUG, "PKCS #8: Expected zero INTEGER in the " 64 bignum_deinit(zero); 67 bignum_deinit(zero);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchTest.java | 67 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 69 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(), 85 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 87 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(),
|
/frameworks/native/opengl/libagl/arch-mips/ |
fixed_asm.S | 49 subu $t2,$zero,$v0 51 or $t1,$a0,$zero /* a0=0? */ 52 movz $v0,$zero,$t1 53 movz $v0,$zero,$t3 /* t3=0 then res=0 */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans8_dspr2.c | 41 "mthi $zero, $ac0 \n\t" 43 "mthi $zero, $ac1 \n\t" 51 "mthi $zero, $ac0 \n\t" 63 "mthi $zero, $ac1 \n\t" 82 "mthi $zero, $ac0 \n\t" 98 "mthi $zero, $ac1 \n\t" 117 "mthi $zero, $ac0 \n\t" 129 "mthi $zero, $ac1 \n\t" 148 "mthi $zero, $ac0 \n\t" 150 "mthi $zero, $ac1 \n\t [all...] |