Searched refs:neg (Results 201 - 225 of 382) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_shader.h414 #define neg(s) nvfx_src_neg((s)) macro
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_dc.s121 neg x5, x20
H A Dihevc_deblk_luma_vert.s459 neg x11, x6
524 neg x3, x20
580 neg x3, x20
H A Dihevc_inter_pred_chroma_horz_w16out.s199 neg x6, x20
228 neg x3, x20
232 neg x7, x20
H A Dihevc_inter_pred_luma_horz_w16out.s142 neg x13, x20
145 neg x12, x20
360 neg x13, x20
H A Dihevc_intra_pred_luma_planar.s118 neg x5, x20
120 neg v29.8h, v29.8h //shr value (so vneg)
172 neg x9, x20
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_64.S21 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
/external/llvm/test/MC/Mips/mips3/
H A Dvalid.s134 neg.d $f27,$f18
135 neg.s $f1,$f15
/external/llvm/test/MC/Mips/mips4/
H A Dvalid.s150 neg.d $f27,$f18
151 neg.s $f1,$f15
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s151 neg.d $f27,$f18
152 neg.s $f1,$f15
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s165 neg.d $f27,$f18
166 neg.s $f1,$f15
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_shader.h414 #define neg(s) nvfx_src_neg((s)) macro
/external/mksh/src/
H A Dmisc.c515 bool neg = false; local
525 neg = true;
543 if (num.u > (neg ? 2147483648U : 2147483647U))
547 if (neg)
/external/openssl/crypto/bn/asm/
H A Dx86-mont.pl68 &neg ("edi");
70 &neg ("edi");
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm84 neg ecx
306 neg ecx
/external/zlib/src/contrib/gcc_gvmat64/
H A Dgvmat64.S260 neg r13
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding.s374 # CHECK-BE: neg 2, 3 # encoding: [0x7c,0x43,0x00,0xd0]
375 # CHECK-LE: neg 2, 3 # encoding: [0xd0,0x00,0x43,0x7c]
376 neg 2, 3
377 # CHECK-BE: neg. 2, 3 # encoding: [0x7c,0x43,0x00,0xd1]
378 # CHECK-LE: neg. 2, 3 # encoding: [0xd1,0x00,0x43,0x7c]
379 neg. 2, 3
/external/qemu/tcg/
H A Doptimize.c257 CASE_OP_32_64(neg):
613 and "sub r, 0, a => neg r, a" case. */
750 CASE_OP_32_64(neg):
887 CASE_OP_32_64(neg):
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm34 neg rax ; negate pitch to deal with above border
355 neg rax ; negate pitch to deal with above border
389 neg rcx
628 neg rax ; negate pitch to deal with above border
966 neg rdx
1172 neg rax
1182 neg rax
1285 neg rax
1577 neg rax
1579 neg ra
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm34 neg rax ; negate pitch to deal with above border
355 neg rax ; negate pitch to deal with above border
389 neg rcx
628 neg rax ; negate pitch to deal with above border
966 neg rdx
1172 neg rax
1182 neg rax
1285 neg rax
1577 neg rax
1579 neg ra
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm414 neg r7, r4 ;# r7 = -stride
703 neg r4, r4
855 neg r9, r5 ;# r9 = -1 * stride
996 neg r5, r5 ;# Write rows back in reverse order
1122 neg r5, r4 ;# r5 = -1 * stride
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c952 void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg) argument
972 *neg ^= 1;
976 *neg ^= 1;
1490 &nalu->src[i].sel, &nalu->src[i].neg);
1771 S_SQ_ALU_WORD0_SRC0_NEG(alu->src[0].neg) |
1775 S_SQ_ALU_WORD0_SRC1_NEG(alu->src[1].neg) |
1788 S_SQ_ALU_WORD1_OP3_SRC2_NEG(alu->src[2].neg) |
2490 fprintf(stderr, "NEG:%d) ", alu->src[0].neg);
2494 fprintf(stderr, "NEG:%d ", alu->src[1].neg);
2510 fprintf(stderr, "NEG:%d)\n", alu->src[2].neg);
[all...]
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm414 neg r7, r4 ;# r7 = -stride
703 neg r4, r4
855 neg r9, r5 ;# r9 = -1 * stride
996 neg r5, r5 ;# Write rows back in reverse order
1122 neg r5, r4 ;# r5 = -1 * stride
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c952 void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg) argument
972 *neg ^= 1;
976 *neg ^= 1;
1490 &nalu->src[i].sel, &nalu->src[i].neg);
1771 S_SQ_ALU_WORD0_SRC0_NEG(alu->src[0].neg) |
1775 S_SQ_ALU_WORD0_SRC1_NEG(alu->src[1].neg) |
1788 S_SQ_ALU_WORD1_OP3_SRC2_NEG(alu->src[2].neg) |
2490 fprintf(stderr, "NEG:%d) ", alu->src[0].neg);
2494 fprintf(stderr, "NEG:%d ", alu->src[1].neg);
2510 fprintf(stderr, "NEG:%d)\n", alu->src[2].neg);
[all...]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/
H A Daesni-x86_64.asm55 neg rax
84 neg rax
114 neg rax
148 neg rax
183 neg rax
223 neg rax
262 neg rax
319 neg rax
377 neg rax
446 neg ra
[all...]

Completed in 591 milliseconds

1234567891011>>