Searched refs:neg (Results 126 - 150 of 382) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s19 # CHECK: neg.d $f12, $f14 # encoding: [0x07,0x73,0x20,0x46]
20 # CHECK: neg.s $f6, $f7 # encoding: [0x87,0x39,0x00,0x46]
40 neg.d $f12,$f14
41 neg.s $f6,$f7
/external/openssl/crypto/bn/
H A Dbn_prime.c280 if (a->neg)
285 t->neg = 0;
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s195 neg x9, x20
205 neg x20,x14
574 neg x4, x20
594 neg x4, x20
616 neg x4, x20
639 neg x4, x20
H A Dihevc_inter_pred_chroma_copy_w16out.s208 neg x11, x20
210 neg x8, x20
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s491 neg w9, w10, lsl #-1
492 neg w9, w10, lsl #32
493 neg w11, w12, lsr #-1
494 neg w11, w12, lsr #32
495 neg w19, wzr, asr #-1
496 neg wzr, wzr, asr #32
497 neg x9, x10, lsl #-1
498 neg x9, x10, lsl #64
499 neg x11, x12, lsr #-1
500 neg x1
[all...]
H A Dbasic-a64-instructions.s487 // CHECK: neg w20, w4 // encoding: [0xf4,0x03,0x04,0x4b]
517 // CHECK: neg x20, x4 // encoding: [0xf4,0x03,0x04,0xcb]
721 neg w29, w30
722 neg w30, wzr
723 neg wzr, w0
724 // CHECK: neg w29, w30 // encoding: [0xfd,0x03,0x1e,0x4b]
725 // CHECK: neg w30, wzr // encoding: [0xfe,0x03,0x1f,0x4b]
726 // CHECK: neg wzr, w0 // encoding: [0xff,0x03,0x00,0x4b]
728 neg w28, w27, lsl #0
729 neg w2
[all...]
H A Darm64-aliases.s113 neg w0, w1
114 ; CHECK: neg w0, w1
115 neg w0, w1, lsl #1
116 ; CHECK: neg w0, w1, lsl #1
117 neg x0, x1
118 ; CHECK: neg x0, x1
119 neg x0, x1, asr #1
120 ; CHECK: neg x0, x1, asr #1
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/bn/
H A Dx86_64-mont5.asm41 neg r11
319 neg r9
347 neg r9
423 neg r9
800 neg r9
829 neg r9
1267 neg r15
1284 neg r15
1306 neg r15
1323 neg r1
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_power7.S41 neg r6,r4
274 neg r6,r3
305 neg r6,r3
446 neg r6,r3
479 neg r6,r3
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c484 GLfloat pos, neg, t; local
490 pos = neg = 0.0;
492 if (t >= 0.0) pos += t; else neg += t;
495 if (t >= 0.0) pos += t; else neg += t;
498 if (t >= 0.0) pos += t; else neg += t;
501 if (t >= 0.0) pos += t; else neg += t;
504 if (t >= 0.0) pos += t; else neg += t;
507 if (t >= 0.0) pos += t; else neg += t;
509 det = pos + neg;
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c484 GLfloat pos, neg, t; local
490 pos = neg = 0.0;
492 if (t >= 0.0) pos += t; else neg += t;
495 if (t >= 0.0) pos += t; else neg += t;
498 if (t >= 0.0) pos += t; else neg += t;
501 if (t >= 0.0) pos += t; else neg += t;
504 if (t >= 0.0) pos += t; else neg += t;
507 if (t >= 0.0) pos += t; else neg += t;
509 det = pos + neg;
/external/ltrace/
H A Dlens_default.c722 unsigned neg = bits > sz * 4 ? 0xff : 0x00; local
725 if (acc_fprintf(&o, stream, "%s<", &"~"[neg == 0x00]) < 0)
732 unsigned char d = data[i] ^ neg;
/external/valgrind/main/coregrind/
H A Dm_debuglog.c663 Bool neg = False; local
672 neg = True;
690 if (neg)
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dprime.c330 if (a->neg) {
336 t->neg = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm131 neg rax
139 neg rax ; positive stride
288 neg rax ; rax = -pitch
304 neg rax
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm101 neg r0, r0
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3_x86_64.asm63 neg ncoeffq
204 neg ncoeffq
256 neg ncoeffq
387 neg ncoeffq
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
649 nvfx_fp_emit(fpc, arith(0, MAD, tmp.reg, mask, neg(src[0]), src[2], src[2]));
693 nvfx_fp_emit(fpc, arith(sat, MAD, dst, mask, swz(tmp, Z, Z, Z, Z), src[0], neg(src[1])));
704 nvfx_fp_emit(fpc, arith(sat, EX2, dst, mask, neg(swz(tmp, X, X, X, X)), none, none));
771 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], neg(src[1]), none));
785 insn = arith(sat, MOV, dst, mask, neg(tmp), none, none);
804 nvfx_fp_emit(fpc, arith(sat, MAD, dst, (mask & ~NVFX_FP_MASK_W), swz(src[0], Y, Z, X, X), swz(src[1], Z, X, Y, Y), neg(tmp)));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp129 op.neg = optokext.neg;
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm131 neg rax
139 neg rax ; positive stride
288 neg rax ; rax = -pitch
304 neg rax
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm101 neg r0, r0
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm101 neg rax
141 neg rax ; pitch is positive
301 neg rax ; rax = -pitch
304 neg rax
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s39 neg.ps $f19,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips5-wrong-error.s39 neg.ps $f19,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5-wrong-error.s39 neg.ps $f19,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction

Completed in 4283 milliseconds

1234567891011>>