HomeSort by relevance Sort by last modified time
    Searched defs:x12 (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/capstone/suite/MC/ARM/
neon-crypto.s.cs 11 0x44,0x0c,0x12,0xf2 = sha1p.32 q0, q1, q2 package
14 0x44,0x0c,0x12,0xf3 = sha256h2.32 q0, q1, q2 package
thumb-neon-crypto.s.cs 11 0x12,0xef,0x44,0x0c = sha1p.32 q0, q1, q2 package
14 0x12,0xff,0x44,0x0c = sha256h2.32 q0, q1, q2 package
thumb2-mclass.s.cs 13 0xef,0xf3,0x12,0x80 = mrs r0, basepri_max package
39 0x80,0xf3,0x12,0x88 = msr basepri_max, r0 package
arm-arithmetic-aliases.s.cs 34 0x06,0x20,0x12,0x02 = andseq r2, r2, #6 package
35 0x06,0x20,0x12,0x02 = andseq r2, r2, #6 package
36 0x03,0x20,0x12,0x00 = andseq r2, r2, r3 package
37 0x03,0x20,0x12,0x00 = andseq r2, r2, r3 package
arm_instructions.s.cs 5 0x03,0x10,0x12,0xe0 = ands r1, r2, r3 package
thumb2-narrow-dp.ll.cs 2 0x12,0xea,0x01,0x00 = ands.w r0, r2, r1
14 0x12,0xea,0x41,0x02 = ands.w r2, r2, r1, lsl #1 package
86 0x12,0xfa,0x01,0xf0 = lsls.w r0, r2, r1 package
neont2-pairwise-encoding.s.cs 3 0x12,0xef,0x1c,0xdb = vpadd.i16 d13, d2, d12 package
neon-shift-encoding.s.cs 228 0x31,0x12,0xd0,0xf3 = vrshr.u16 d17, d17, #16 package
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
55 x12 = *((uint32*)(ref + 8)); /* L K J I */
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
62 x12 = *((uint32*)(blk += 16));
68 /* process x12 & x10 */
69 x10 = sad_4pixel(x10, x12, x9);
81 x12 = *((uint32*)(ref + 16)); /* L K J I */
86 x11 = x11 | (x12 << (32 - SHIFT)); /* ~K ~J ~I ~H */
88 x12 = *((uint32*)(blk + 8));
94 /* process x12 & x10 *
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
164 BIC x11, x11, x12, lsl #(32-SHIFT); local
166 LDR x12, [blk, #8]; local
180 LDR x12, [ref, #8]; local
187 BIC x11, x11, x12, lsl #(32-SHIFT); local
189 LDR x12, [blk], #16; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
110 x12 = *((uint32*)(blk += 16));
116 /* process x12 & x10 */
117 x10 = sad_4pixel(x10, x12, x9);
129 x12 = *((uint32*)(blk + 8));
135 /* process x12 & x10 */
136 x10 = sad_4pixel(x10, x12, x9);
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
278 x12 = *((int32*)(blk + 8));
283 /* process x12 & x10 *
299 LDR x12, [blk], #16 ; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/capstone/suite/MC/AArch64/
neon-scalar-dup.s.cs 6 0x29,0x04,0x12,0x5e = dup h9, v1.h[4] package
17 0x29,0x04,0x12,0x5e = dup h9, v1.h[4] package
neon-simd-copy.s.cs 11 0xce,0x2c,0x12,0x0e = smov w14, v6.h[4] package
13 0xce,0x2c,0x12,0x4e = smov x14, v6.h[4] package
16 0xce,0x3c,0x12,0x0e = umov w14, v6.h[4] package
  /external/pdfium/third_party/agg23/
agg_curves.cpp 49 float x12 = (x1 + x2) / 2; local
55 float x123 = (x12 + x23) / 2;
97 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1);
  /external/llvm/unittests/Support/
EndianStreamTest.cpp 166 EXPECT_EQ(static_cast<uint8_t>(Data[1]), 0x12); local
182 EXPECT_EQ(static_cast<uint8_t>(Data[1]), 0x12); local
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
135 x12 = j12;
140 QUARTERROUND( x0, x4, x8,x12)
145 QUARTERROUND( x1, x6,x11,x12)
161 x12 = PLUS(x12,j12);
179 x12 = XOR(x12,U8TO32_LITTLE(m + 48));
203 U32TO8_LITTLE(c + 48,x12);
  /external/clang/test/CodeGen/
override-layout.c 102 // CHECK: Type: struct X12
103 struct PACKED X12 {
149 struct X12 x12; local
150 x12.x = sizeof(struct X12);
  /external/lzma/Asm/x86/
7zAsm.asm 78 x12 equ r12d define
  /external/capstone/suite/MC/Mips/
mips-dsp-instructions.s.cs 6 0x7c,0x15,0xa3,0x12 = preceq.w.phl $20, $21 package
8 0x7c,0x17,0xb1,0x12 = precequ.ph.qbl $22, $23 package
12 0x7c,0x1b,0xd7,0x12 = preceu.ph.qbl $26, $27 package
31 0x00,0x00,0x78,0x12 = mflo $15, $ac0 package
41 0x00,0x00,0x78,0x12 = mflo $15 package
mips-fpu-instructions.s.cs 47 0x33,0xe0,0x12,0x46 = c.ueq.s $f28, $f18 package
64 0x12,0x28,0x00,0x00 = mflo $5
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 362 tran_high_t x12 = input[3]; local
380 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
397 x12 = fdct_round_shift(s4 - s12);
415 s12 = -x12 * cospi_28_64 + x13 * cospi_4_64;
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
432 x12 = fdct_round_shift(s8 - s12);
450 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
467 x12 = fdct_round_shift(s12 + s14)
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 86 int x12 ^= 0; // expected-error {{invalid '^=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
115 int x12 ^= 0; // expected-error {{invalid '^=' at end of declaration; did you mean '='?}} local
116 (void)x12;
133 if (int x12 ^= 0) { (void)x12; } // expected-error {{invalid '^=' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 404 tran_high_t x12 = input[3]; local
409 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 | x9 | x10 | x11 | x12 |
428 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
429 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
445 x12 = WRAPLOW(dct_const_round_shift(s4 - s12));
463 s12 = -x12 * cospi_28_64 + x13 * cospi_4_64;
464 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
480 x12 = WRAPLOW(dct_const_round_shift(s8 - s12));
498 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
499 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
1723 tran_low_t x12 = input[3]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1075 int x12 = input[3]; local
    [all...]
  /external/opencv/cv/src/
cvcontourtree.cpp 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
604 x12 = t2.x - t1.x;
613 *h = nx * x12 + ny * y12;
617 *b = nx * y12 - ny * x12;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 966 double x12 = m1[2]; local
    [all...]

Completed in 2143 milliseconds

1 2 3 4 5 6