HomeSort by relevance Sort by last modified time
    Searched full:x10 (Results 1 - 25 of 6954) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2008-05-07-CrazyOffsetOf.cpp 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
  /external/llvm/test/MC/Disassembler/ARM/
unpredictable-swp-arm.txt 4 # CHECK: 0x9f 0x10 0x03 0x01
5 0x9f 0x10 0x03 0x01
16 # CHECK: 0x90 0x10 0x0f 0x01
17 0x90 0x10 0x0f 0x01
20 # CHECK: 0x90 0x10 0x01 0x01
21 0x90 0x10 0x01 0x01
24 # CHECK: 0x90 0x10 0x00 0x01
25 0x90 0x10 0x00 0x01
unpredictable-AI1cmp-arm.txt 4 # CHECK: 0x01 0x10 0x50 0x03
5 0x01 0x10 0x50 0x03
8 # CHECK: 0x82 0x10 0x50 0x01
9 0x82 0x10 0x50 0x01
12 # CHECK: 0x02 0x10 0x50 0x01
13 0x02 0x10 0x50 0x01
20 # CHECK: 0x10 0x11 0x52 0x01
21 0x10 0x11 0x52 0x01
24 # CHECK: 0x10 0x0f 0x51 0x01
25 0x10 0x0f 0x51 0x0
    [all...]
thumb-MSR-MClass.txt 4 0x80 0xf3 0x10 0x80
7 0xef 0xf3 0x10 0x80
unpredictable-MRRC2-arm.txt 4 # CHECK: 0x00 0x10 0x51 0xfc
5 0x00 0x10 0x51 0xfc
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
50 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
65 /* process x12 & x10 */
66 x10 = sad_4pixel(x10, x12, x9);
68 x5 = x5 + x10; /* accumulate low bytes *
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
157 MVN x10, x10, lsr #SHIFT; local
158 BIC x10, x10, x11, lsl #(32-SHIFT); local
177 LDR x10, [ref], lx ; local
180 MVN x10, x10, lsr #SHIFT; local
181 BIC x10, x10, x11, lsl #(32-SHIFT); local
202 RSBS x11, dmin, x10, lsr #16 local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
105 x10 = *((uint32*)(ref += lx));
113 /* process x12 & x10 */
114 x10 = sad_4pixel(x10, x12, x9);
116 x5 = x5 + x10; /* accumulate low bytes */
117 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
294 LDR x10, [ref], lx ; local
320 RSBS x11, dmin, x10, lsr #16; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftimes.asm 8 times 0x10 mov eax, eax
11 times 0x10 mov eax, eax
12 times 0x10 mov ebx, ebx
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftimes.asm 8 times 0x10 mov eax, eax
11 times 0x10 mov eax, eax
12 times 0x10 mov ebx, ebx
  /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
53 x10 = *((uint32*)(ref += lx)); /* D C B A */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
68 /* process x12 & x10 */
69 x10 = sad_4pixel(x10, x12, x9);
71 x5 = x5 + x10; /* accumulate low bytes *
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
161 MVN x10, x10, lsr #SHIFT; local
162 BIC x10, x10, x11, lsl #(32-SHIFT); local
181 LDR x10, [ref], lx ; local
184 MVN x10, x10, lsr #SHIFT; local
185 BIC x10, x10, x11, lsl #(32-SHIFT); local
206 RSBS x11, dmin, x10, lsr #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
108 x10 = *((uint32*)(ref += lx));
116 /* process x12 & x10 */
117 x10 = sad_4pixel(x10, x12, x9);
119 x5 = x5 + x10; /* accumulate low bytes */
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
297 LDR x10, [ref], lx ; local
323 RSBS x11, dmin, x10, lsr #16; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 35 # CHECK: vpkpx 2, 3, 4 # encoding: [0x10,0x43,0x23,0x0e]
37 # CHECK: vpkshss 2, 3, 4 # encoding: [0x10,0x43,0x21,0x8e]
39 # CHECK: vpkshus 2, 3, 4 # encoding: [0x10,0x43,0x21,0x0e]
41 # CHECK: vpkswss 2, 3, 4 # encoding: [0x10,0x43,0x21,0xce]
43 # CHECK: vpkswus 2, 3, 4 # encoding: [0x10,0x43,0x21,0x4e]
45 # CHECK: vpkuhum 2, 3, 4 # encoding: [0x10,0x43,0x20,0x0e]
47 # CHECK: vpkuhus 2, 3, 4 # encoding: [0x10,0x43,0x20,0x8e]
49 # CHECK: vpkuwum 2, 3, 4 # encoding: [0x10,0x43,0x20,0x4e]
51 # CHECK: vpkuwus 2, 3, 4 # encoding: [0x10,0x43,0x20,0xce]
54 # CHECK: vupkhpx 2, 3 # encoding: [0x10,0x40,0x1b,0x4e
    [all...]
  /external/llvm/test/MC/ARM/
arm_addrmode3.s 3 @ CHECK: ldrsbt r1, [r0], r2 @ encoding: [0xd2,0x10,0xb0,0xe0]
4 @ CHECK: ldrsbt r1, [r0], #4 @ encoding: [0xd4,0x10,0xf0,0xe0]
5 @ CHECK: ldrsht r1, [r0], r2 @ encoding: [0xf2,0x10,0xb0,0xe0]
6 @ CHECK: ldrsht r1, [r0], #4 @ encoding: [0xf4,0x10,0xf0,0xe0]
7 @ CHECK: ldrht r1, [r0], r2 @ encoding: [0xb2,0x10,0xb0,0xe0]
8 @ CHECK: ldrht r1, [r0], #4 @ encoding: [0xb4,0x10,0xf0,0xe0]
9 @ CHECK: strht r1, [r0], r2 @ encoding: [0xb2,0x10,0xa0,0xe0]
10 @ CHECK: strht r1, [r0], #4 @ encoding: [0xb4,0x10,0xe0,0xe0]
arm-aliases.s 12 @ CHECK: add r1, r2, r3 @ encoding: [0x03,0x10,0x82,0xe0]
13 @ CHECK: sub r1, r2, r3 @ encoding: [0x03,0x10,0x42,0xe0]
14 @ CHECK: eor r1, r2, r3 @ encoding: [0x03,0x10,0x22,0xe0]
15 @ CHECK: orr r1, r2, r3 @ encoding: [0x03,0x10,0x82,0xe1]
16 @ CHECK: and r1, r2, r3 @ encoding: [0x03,0x10,0x02,0xe0]
17 @ CHECK: bic r1, r2, r3 @ encoding: [0x03,0x10,0xc2,0xe1]
arm_addrmode2.s 4 @ CHECK: ldrt r1, [r0], r2 @ encoding: [0x02,0x10,0xb0,0xe6]
6 @ CHECK: ldrt r1, [r0], #4 @ encoding: [0x04,0x10,0xb0,0xe4]
7 @ CHECK: ldrbt r1, [r0], r2 @ encoding: [0x02,0x10,0xf0,0xe6]
9 @ CHECK: ldrbt r1, [r0], #4 @ encoding: [0x04,0x10,0xf0,0xe4]
10 @ CHECK: strt r1, [r0], r2 @ encoding: [0x02,0x10,0xa0,0xe6]
12 @ CHECK: strt r1, [r0], #4 @ encoding: [0x04,0x10,0xa0,0xe4]
13 @ CHECK: strbt r1, [r0], r2 @ encoding: [0x02,0x10,0xe0,0xe6]
15 @ CHECK: strbt r1, [r0], #4 @ encoding: [0x04,0x10,0xe0,0xe4]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 25 #define TCODE_LOCK_MASK_SWAP (0x10 | EXTCODE_MASK_SWAP)
26 #define TCODE_LOCK_COMPARE_SWAP (0x10 | EXTCODE_COMPARE_SWAP)
27 #define TCODE_LOCK_FETCH_ADD (0x10 | EXTCODE_FETCH_ADD)
28 #define TCODE_LOCK_LITTLE_ADD (0x10 | EXTCODE_LITTLE_ADD)
29 #define TCODE_LOCK_BOUNDED_ADD (0x10 | EXTCODE_BOUNDED_ADD)
30 #define TCODE_LOCK_WRAP_ADD (0x10 | EXTCODE_WRAP_ADD)
31 #define TCODE_LOCK_VENDOR_DEPENDENT (0x10 | EXTCODE_VENDOR_DEPENDENT)
40 #define RCODE_SEND_ERROR 0x10
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 25 #define TCODE_LOCK_MASK_SWAP (0x10 | EXTCODE_MASK_SWAP)
26 #define TCODE_LOCK_COMPARE_SWAP (0x10 | EXTCODE_COMPARE_SWAP)
27 #define TCODE_LOCK_FETCH_ADD (0x10 | EXTCODE_FETCH_ADD)
28 #define TCODE_LOCK_LITTLE_ADD (0x10 | EXTCODE_LITTLE_ADD)
29 #define TCODE_LOCK_BOUNDED_ADD (0x10 | EXTCODE_BOUNDED_ADD)
30 #define TCODE_LOCK_WRAP_ADD (0x10 | EXTCODE_WRAP_ADD)
31 #define TCODE_LOCK_VENDOR_DEPENDENT (0x10 | EXTCODE_VENDOR_DEPENDENT)
40 #define RCODE_SEND_ERROR 0x10
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 25 #define TCODE_LOCK_MASK_SWAP (0x10 | EXTCODE_MASK_SWAP)
26 #define TCODE_LOCK_COMPARE_SWAP (0x10 | EXTCODE_COMPARE_SWAP)
27 #define TCODE_LOCK_FETCH_ADD (0x10 | EXTCODE_FETCH_ADD)
28 #define TCODE_LOCK_LITTLE_ADD (0x10 | EXTCODE_LITTLE_ADD)
29 #define TCODE_LOCK_BOUNDED_ADD (0x10 | EXTCODE_BOUNDED_ADD)
30 #define TCODE_LOCK_WRAP_ADD (0x10 | EXTCODE_WRAP_ADD)
31 #define TCODE_LOCK_VENDOR_DEPENDENT (0x10 | EXTCODE_VENDOR_DEPENDENT)
40 #define RCODE_SEND_ERROR 0x10
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
clmul.asm 6 vpclmulqdq xmm1, xmm2, 0x10
7 vpclmulqdq xmm1, dqword [rbx], 0x10
8 vpclmulqdq xmm0, xmm1, xmm2, 0x10
9 vpclmulqdq xmm0, xmm1, dqword [rbx], 0x10
  /external/llvm/test/Other/X86/
inline-asm-newline-terminator.ll 6 module asm ".desc _f0, 0x10"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis2.asm 3 .4byte 0x10
7 .byte 0x01, 0x00, 0x01, 0x78, 0x10, 0x00, 0x0c, 0x07
  /external/llvm/test/MC/X86/
x86_64-fma4-encoding.s 5 // CHECK: encoding: [0xc4,0xe3,0xf9,0x6a,0x01,0x10]
9 // CHECK: encoding: [0xc4,0xe3,0x79,0x6a,0x01,0x10]
13 // CHECK: encoding: [0xc4,0xe3,0xf9,0x6a,0xc2,0x10]
17 // CHECK: encoding: [0xc4,0xe3,0xf9,0x6b,0x01,0x10]
21 // CHECK: encoding: [0xc4,0xe3,0x79,0x6b,0x01,0x10]
25 // CHECK: encoding: [0xc4,0xe3,0xf9,0x6b,0xc2,0x10]
29 // CHECK: encoding: [0xc4,0xc3,0xf9,0x6b,0xc2,0x10]
33 // CHECK: encoding: [0xc4,0xe3,0xf9,0x68,0x01,0x10]
37 // CHECK: encoding: [0xc4,0xe3,0x79,0x68,0x01,0x10]
41 // CHECK: encoding: [0xc4,0xe3,0xf9,0x68,0xc2,0x10]
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 47 (byte)0x5, (byte)0xdf, (byte)0x29, (byte)0x10, (byte)0x67, (byte)0x6c, (byte)0xba, (byte)0xc9,
210 int x76, x54, x32, x10; local
215 x10 = ((in[inOff + 1] & 0xff) << 8) + (in[inOff + 0] & 0xff);
219 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1);
220 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2);
221 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3);
222 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5);
225 x10 += workingKey[x76 & 63]
267 int x76, x54, x32, x10; local
    [all...]
  /external/kernel-headers/original/asm-mips/sgi/
pi1.h 17 #define PI1_CTRL_IRQ_ENA 0x10
25 #define PI1_STAT_ONLINE 0x10
37 #define PI1_DMACTRL_BLKMODE 0x10 /* block mode */
45 #define PI1_INTSTAT_NOINK 0x10
53 #define PI1_INTMASK_NOINK 0x10
65 #define PI1_TIME3 0x10
  /external/llvm/test/YAMLParser/
spec-02-17.data 5 hexesc: "\x13\x10 is \r\n"
13 # CHECK: !!str "\x13\x10 is \r\n"

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>