HomeSort by relevance Sort by last modified time
    Searched refs:NEG (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
regy-op.s 2 # Only NEG and NEGU, actually.
3 Main NEG X,Y,Z
5 NEG X,32,Z
7 NEG X,Y,$73
9 NEG X,38,$212
12 NEG X,Y,Z0
14 NEG X,132,Z0
16 NEG X,Y,203
18 NEG X,38,211
21 NEG X,Y,
    [all...]
regy-op.l 6 3 0000 347B0C43 Main NEG X,Y,Z
8 5 0008 347B2043 NEG X,32,Z
10 7 0010 347B0C49 NEG X,Y,\$73
12 9 0018 347B26D4 NEG X,38,\$212
15 12 0020 357B0CB0 NEG X,Y,Z0
17 14 0028 357B84B0 NEG X,132,Z0
19 16 0030 357B0CCB NEG X,Y,203
21 18 0038 357B26D3 NEG X,38,211
24 21 0040 357B0C00 NEG X,Y,0
26 23 0048 35020C00 NEG \$2,Y,
    [all...]
comment-1.s 16 NEG $23,$24 in; x y z
17 NEG $25,26,$27 the; x y z
list-insns.s 77 NEG $2,23,$11
78 NEG $12,0,205
79 NEG $192,10,205
  /external/dtc/tests/
dtc-fails.sh 6 NEG="$1"
18 if [ -n "$NEG" ]; then
  /prebuilts/go/darwin-x86/src/syscall/
asm_linux_arm64.s 24 NEG R0, R0
50 NEG R0, R0
75 NEG R0, R0
98 NEG R0, R0
asm_linux_s390x.s 26 NEG R2, R2
52 NEG R2, R2
77 NEG R2, R2
100 NEG R2, R2
126 NEG R2, R2
150 NEG R2, R2
  /prebuilts/go/linux-x86/src/syscall/
asm_linux_arm64.s 24 NEG R0, R0
50 NEG R0, R0
75 NEG R0, R0
98 NEG R0, R0
asm_linux_s390x.s 26 NEG R2, R2
52 NEG R2, R2
77 NEG R2, R2
100 NEG R2, R2
126 NEG R2, R2
150 NEG R2, R2
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 101 public static final int NEG = 19;
332 case NEG: return "neg";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 101 public static final int NEG = 19;
348 case NEG: return "neg";
  /prebuilts/go/darwin-x86/test/ken/
cplx2.go 17 C3 = -(R + I) // ADD(5,6) NEG(-5,-6)
18 C4 = -(R - I) // SUB(5,-6) NEG(-5,6)
  /prebuilts/go/linux-x86/test/ken/
cplx2.go 17 C3 = -(R + I) // ADD(5,6) NEG(-5,-6)
18 C4 = -(R - I) // SUB(5,-6) NEG(-5,6)
  /external/libyuv/files/unit_test/
convert_test.cc 34 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \
81 SUBSAMPLE(kWidth, SUBSAMP_X), kWidth, NEG kHeight); \
88 SUBSAMPLE(kWidth, SUBSAMP_X), kWidth, NEG kHeight); \
159 W1280, N, NEG, OFF, PN, OFF_U, OFF_V) \
207 SUBSAMPLE(kWidth, SUBSAMP_X), kWidth, NEG kHeight); \
214 dst_v_opt, SUBSAMPLE(kWidth, SUBSAMP_X), kWidth, NEG kHeight); \
282 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \
320 dst_uv_c, SUBSAMPLE(kWidth * 2, SUBSAMP_X), kWidth, NEG kHeight); \
326 dst_uv_opt, SUBSAMPLE(kWidth * 2, SUBSAMP_X), kWidth, NEG kHeight); \
376 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF,
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_post_twiddle.s 170 NEG v28.4s, v28.4s
215 NEG v22.4s, v22.4s
241 NEG v0.4s, v0.4s
261 NEG v16.4s, v6.4s
297 NEG v28.4s, v28.4s
344 NEG v22.4s, v22.4s
369 NEG v0.4s, v0.4s
390 NEG v16.4s, v6.4s
434 NEG v28.4s, v28.4s
479 NEG v22.4s, v22.4
    [all...]
ixheaacd_pre_twiddle.s 197 NEG v28.4s, v28.4s
224 NEG v20.4s, v20.4s
278 NEG v28.4s, v28.4s
310 NEG v20.4s, v20.4s
362 NEG v28.4s, v28.4s
381 NEG v20.4s, v20.4s
465 NEG v28.4s, v28.4s
484 NEG v20.4s, v20.4s
ixheaacd_post_twiddle_overlap.s 76 neg x9, x20
405 NEG v30.4s, v30.4s
445 NEG v2.4s, v2.4s
461 NEG v22.4s, v22.4s
499 NEG v2.4s, v30.4s
532 NEG v8.4s, v8.4s
587 NEG v26.4s, v14.4s
816 NEG v30.4s, v30.4s
860 NEG v2.4s, v2.4s
876 NEG v22.4s, v22.4
    [all...]
  /external/turbine/java/com/google/turbine/tree/
TurbineOperatorKind.java 29 NEG("-", Precedence.UNARY),
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
s390x.go 62 // one of the NEG-like instructions that require special handling.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
s390x.go 62 // one of the NEG-like instructions that require special handling.
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 170 NEG R4, R4 // save cf
195 NEG R4, R4
217 NEG R4, R4
223 E1: NEG R4, R4
258 NEG R4, R4
280 NEG R4, R4
286 E1n: NEG R4, R4
461 E1: NEG R4, R4
528 E1: NEG R4, R4
850 NEG R4, R
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 170 NEG R4, R4 // save cf
195 NEG R4, R4
217 NEG R4, R4
223 E1: NEG R4, R4
258 NEG R4, R4
280 NEG R4, R4
286 E1n: NEG R4, R4
461 E1: NEG R4, R4
528 E1: NEG R4, R4
850 NEG R4, R
    [all...]
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class1.s 163 NEG v16.16b, v20.16b //sign_up = vnegq_s8(sign_down)
172 NEG v16.16b, v1.16b //II sign_up = vnegq_s8(sign_down)
298 NEG v16.16b, v20.16b //sign_up = vnegq_s8(sign_down)
304 NEG v16.16b, v20.16b //II sign_up = vnegq_s8(sign_down)
  /external/mesa3d/src/mesa/math/
m_debug_util.h 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
m_debug_xform.c 101 NIL, NIL, NEG, NIL
203 case NEG:

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011