Searched refs:x3 (Results 1 - 25 of 1039) sorted by relevance

1234567891011>>

/external/vixl/test/traces/a64/
H A Dsim-fcmp-s-trace-a64.h48 0x3,
50 0x3,
51 0x3,
52 0x3,
53 0x3,
67 0x3,
69 0x3,
70 0x3,
71 0x3,
72 0x3,
[all...]
H A Dsim-fcmp-d-trace-a64.h50 0x3,
51 0x3,
52 0x3,
69 0x3,
70 0x3,
71 0x3,
88 0x3,
89 0x3,
90 0x3,
107 0x3,
[all...]
H A Dsim-fcmp-sz-trace-a64.h48 0x3,
50 0x3,
51 0x3,
52 0x3,
53 0x3,
67 0x3,
69 0x3,
70 0x3,
71 0x3,
72 0x3,
[all...]
H A Dsim-fcmp-dz-trace-a64.h50 0x3,
51 0x3,
52 0x3,
69 0x3,
70 0x3,
71 0x3,
/external/llvm/test/MC/AArch64/
H A Darmv8.2a-mmfr2.s4 mrs x3, id_aa64mmfr2_el1
5 // CHECK: mrs x3, ID_AA64MMFR2_EL1 // encoding: [0x43,0x07,0x38,0xd5]
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
H A Dalias-addsubimm.s7 // CHECK: sub x1, x3, #2, lsl #12
8 // CHECK: sub x1, x3, #2, lsl #12
9 sub x1, x3, #2, lsl 12
10 add x1, x3, #-2, lsl 12
11 // CHECK: sub x1, x3, #4
12 // CHECK: sub x1, x3, #4
13 sub x1, x3, #4
14 add x1, x3, #-4
15 // CHECK: sub x1, x3, #4095
16 // CHECK: sub x1, x3, #409
[all...]
H A Darm64-system-encoding.s60 msr ACTLR_EL1, x3
61 msr ACTLR_EL2, x3
62 msr ACTLR_EL3, x3
63 msr AFSR0_EL1, x3
64 msr AFSR0_EL2, x3
65 msr AFSR0_EL3, x3
66 msr AFSR1_EL1, x3
67 msr AFSR1_EL2, x3
68 msr AFSR1_EL3, x3
69 msr AMAIR_EL1, x3
[all...]
H A Dneon-extract.s9 ext v0.8b, v1.8b, v2.8b, #0x3
10 ext v0.16b, v1.16b, v2.16b, #0x3
12 // CHECK: ext v0.8b, v1.8b, v2.8b, #{{0x3|3}} // encoding: [0x20,0x18,0x02,0x2e]
13 // CHECK: ext v0.16b, v1.16b, v2.16b, #{{0x3|3}} // encoding: [0x20,0x18,0x02,0x6e]
/external/compiler-rt/lib/builtins/
H A Dpopcountti2.c24 tu_int x3 = (tu_int)a; local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >>
[all...]
/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/Sema/
H A Darray-size.c7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} local
/external/valgrind/none/tests/arm64/
H A Dinteger.c163 TESTINST3("add x3, x4, x5", 12345, 6789, x3, x4, x5, 0);
164 TESTINST3("add w3, w4, w5", 12345, 6789, x3, x4, x5, 0);
167 TESTINST3("adc x3, x4, x5", 12345, 6789, x3,x4,x5,0);
168 TESTINST3("adc x3, x4, x5", 12345, 6789, x3,x4,x5,1);
169 TESTINST3("adc x3, x4, x5", 0, 0xffffffffffffffffULL, x3,x4,x5,0);
170 TESTINST3("adc x3, x
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp8 // CHECK: @x3 = external global %struct.X
15 extern X x3;
25 return x3;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp10 char x3[] = { "hello" }; variable
11 extern char x3[6];
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3))
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3))
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x
[all...]
/external/valgrind/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
15 x3 = malloc(1200 * 1000);
17 free(x3);
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_horz.s85 //x3 => dst_strd
126 st1 { v2.8h},[x2],x3 //store in 1st row 0-16 columns
127 st1 { v2.8h},[x9],x3 //store in 1st row 16-32 columns
130 st1 { v4.8h},[x2],x3
131 st1 { v4.8h},[x9],x3
134 st1 { v6.8h},[x2],x3
135 st1 { v6.8h},[x9],x3
138 st1 { v1.8h},[x2],x3
139 st1 { v1.8h},[x9],x3
142 st1 { v2.8h},[x2],x3
[all...]
H A Dihevc_intra_pred_luma_horz.s85 //x3 => dst_strd
126 st1 { v2.16b},[x2],x3 //store in 1st row 0-16 columns
127 st1 { v2.16b},[x9],x3 //store in 1st row 16-32 columns
130 st1 { v4.16b},[x2],x3
131 st1 { v4.16b},[x9],x3
134 st1 { v6.16b},[x2],x3
135 st1 { v6.16b},[x9],x3
138 st1 { v1.16b},[x2],x3
139 st1 { v1.16b},[x9],x3
142 st1 { v2.16b},[x2],x3
[all...]
/external/clang/test/SemaCXX/
H A Dattr-visibility.cpp18 struct x3 { struct
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600Defines.h22 #define GET_FLAG_OPERAND_IDX(Flags) (((Flags) >> 7) & 0x3)
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
/external/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc137 bool operator()(const T* x1, const T* x2, const T* x3, T* residuals) const { argument
138 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0];
139 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1];
147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, argument
149 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0]
151 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[
160 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
173 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
186 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
199 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
215 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
[all...]

Completed in 9538 milliseconds

1234567891011>>