Searched refs:x2 (Results 1 - 25 of 1711) sorted by relevance

1234567891011>>

/external/clang/test/ASTMerge/Inputs/
H A Dvar1.h1 double x2; variable
H A Dtypedef1.c4 Typedef2 x2; variable
H A Dtypedef2.c4 Typedef2 x2; variable
H A Dvar2.c3 int x2; variable
/external/clang/test/PCH/
H A Dcmdline-include2.h1 enum { x2 }; enumerator in enum:__anon2668
H A Dcmdline-include.c7 int g = x1 + x2;
H A Dchain-external-defs.c25 // XB: @x2 = global i32 19
26 // XB-NOT: @x2 = global i32 19
27 int x2 = 19; variable
H A Dexternal-defs.c9 // RUN: grep "@x2 = global i32 19" %t | count 1
10 int x2 = 19; variable
H A Dexternal-defs.h5 int x2; variable
/external/clang/test/CoverageMapping/
H A Dcomment-in-macro.c4 #define x2 return 0 macro
8 x2; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
/external/compiler-rt/lib/builtins/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >>
[all...]
/external/vixl/test/aarch64/traces/
H A Dsim-fcmp-dz-trace-aarch64.h39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
48 0x2,
[all...]
H A Dsim-fcmp-d-trace-aarch64.h58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
67 0x2,
[all...]
H A Dsim-fcmp-sz-trace-aarch64.h39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
49 0x2,
[all...]
H A Dsim-fcmp-s-trace-aarch64.h58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
68 0x2,
[all...]
/external/clang/test/Index/
H A Dpch-warn-as-error-code-split.cpp14 int x2 = x1; // expected-warning {{uninitialized}} local
15 (void)x2;
H A Dpch-warn-as-error-code.cpp22 int x2 = x1; // expected-warning {{uninitialized}} local
23 (void)x2;
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
H A Darmv8.1a-atomic.s6 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...]
H A Darmv8.2a-at.s5 at s1e1wp, x2
7 // CHECK: at s1e1wp, x2 // encoding: [0x22,0x79,0x08,0xd5]
/external/libhevc/common/arm64/
H A Dihevc_mem_fns.s70 // 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,x
[all...]
/external/clang/test/CXX/class/class.local/
H A Dp1-0x.cpp7 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/clang/test/CXX/special/class.copy/
H A Dp33-0x.cpp11 X x2; local
15 return x2;
21 X x2; local
23 throw x2;
36 X x2; local
38 throw x2; // okay
48 T x2; local
50 throw x2; // okay
/external/v8/src/
H A Darguments.cc10 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) { argument
14 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;
/external/clang/test/PCH/Inputs/
H A Dchain-external-defs1.h5 int x2; variable

Completed in 460 milliseconds

1234567891011>>