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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/ASTMerge/Inputs/
var1.h 1 double x2; variable
  /external/clang/test/PCH/
cmdline-include2.h 1 enum { x2 }; enumerator in enum:__anon16402
cmdline-include.c 7 int g = x1 + x2;
  /external/clang/test/CoverageMapping/
comment-in-macro.c 4 #define x2 return 0 macro
8 x2; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
  /external/compiler-rt/lib/builtins/
popcountdi2.c 22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL
    [all...]
  /external/vixl/test/aarch64/traces/
sim-fcmp-dz-trace-aarch64.h 39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
48 0x2,
    [all...]
sim-fcmp-d-trace-aarch64.h 58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
67 0x2,
    [all...]
sim-fcmp-sz-trace-aarch64.h 39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
49 0x2,
    [all...]
sim-fcmp-s-trace-aarch64.h 58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
68 0x2,
    [all...]
  /external/clang/test/Index/
pch-warn-as-error-code-split.cpp 14 int x2 = x1; // expected-warning {{uninitialized}} local
15 (void)x2;
pch-warn-as-error-code.cpp 22 int x2 = x1; // expected-warning {{uninitialized}} local
23 (void)x2;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-no-dup-syms-1b.s 5 .globl x2
6 .csect x2[RW]
7 x2: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-6.s 2 .section .text.x2,"ax",@progbits
3 .global x2
4 x2 LDA $45,x2+42000 label
  /external/llvm/test/MC/AArch64/
elf-reloc-addsubimm.s 4 add x2, x3, #:lo12:some_label
armv8.1a-atomic.s 6 casb w0, w1, [x2]
7 casab w0, w1, [x2]
8 caslb w0, w1, [x2]
9 casalb w0, w1, [x2]
11 //CHECK: casb w0, w1, [x2] // encoding: [0x41,0x7c,0xa0,0x08]
12 //CHECK: casab w0, w1, [x2] // encoding: [0x41,0x7c,0xe0,0x08]
13 //CHECK: caslb w0, w1, [x2] // encoding: [0x41,0xfc,0xa0,0x08]
14 //CHECK: casalb w0, w1, [x2] // encoding: [0x41,0xfc,0xe0,0x08]
17 casalb x0, x1, [x2]
22 //CHECK-ERROR: casalb x0, x1, [x2]
    [all...]
armv8.2a-at.s 5 at s1e1wp, x2
7 // CHECK: at s1e1wp, x2 // encoding: [0x22,0x79,0x08,0xd5]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-28.s 2 adrp x2, _GLOBAL_OFFSET_TABLE_
3 ldr x0, [x2, #:gotpage_lo14:globala]
4 ldr x0, [x2, #:gotpage_lo14:globalb]
5 ldr x0, [x2, #:gotpage_lo14:globalc]
emit-relocs-313.s 2 adrp x2, _GLOBAL_OFFSET_TABLE_
3 ldr x0, [x2, #:gotpage_lo15:globala]
4 ldr x0, [x2, #:gotpage_lo15:globalb]
5 ldr x0, [x2, #:gotpage_lo15:globalc]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
movw_label.s 2 movk x2, #:abs_g0_nc: x3.22
3 movk x2, #:abs_g0_nc: x8
5 movk x2, #:abs_g0_nc: w3
6 movk x2, #:abs_g0_nc: w8.22
8 movk x2, #:abs_g0_nc: sp
9 movk x2, #:abs_g0_nc: wzr
10 movk x2, #:abs_g0_nc: xzr
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
124 x2 = x[-1];
131 if (x2 < x1)
134 x1 = x2;
135 x2 = tmp;
153 if (x3 < x2)
155 tmp = x2;
156 x2 = x3;
159 if (x4 < x2)
161 tmp = x2;
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-hx1x2.s 9 .hidden x2
10 .globl x2
12 .type x2, @object
13 .size x2, 4
14 x2: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
intel-got64.s 4 movabs eax, [x1@GOTOFF + x2]
5 push [rip + x1@GOTPCREL + x2]
8 .equ x2, 8
  /external/libhevc/common/arm64/
ihevc_mem_fns.s 70 // x2 => num_bytes
86 SUBS x2,x2,#8
100 // x2 => num_bytes
108 SUBS x2,x2,#8
115 SUBS x2,x2,#8
117 CMN x2,#8
121 ADD x2,x2,#
    [all...]
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 7 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} member in struct:C
13 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} member in struct:C
  /external/v8/src/
arguments.cc 11 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) {
15 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>