Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/compiler-rt/lib/
Dpopcountti2.c24 tu_int x3 = (tu_int)a; in __popcountti2() local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) | in __popcountti2()
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)) in __popcountti2()
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)); in __popcountti2()
31 x3 = (x3 + (x3 >> 4)) in __popcountti2()
34 du_int x2 = (du_int)(x3 + (x3 >> 64)); in __popcountti2()
/external/llvm/test/CodeGen/AArch64/
Dlogical_shifted_reg.s81 adrp x3, var1_64
82 str x2, [x3, #:lo12:var1_64]
84 adrp x3, var1_64
85 str x2, [x3, #:lo12:var1_64]
87 adrp x3, var1_64
88 str x2, [x3, #:lo12:var1_64]
90 adrp x3, var1_64
91 str x2, [x3, #:lo12:var1_64]
93 adrp x3, var1_64
94 str x2, [x3, #:lo12:var1_64]
[all …]
/external/openssl/crypto/rc2/
Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local
148 x3=(RC2_INT)(l>>16L); in RC2_encrypt()
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; in RC2_encrypt()
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; in RC2_encrypt()
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; in RC2_encrypt()
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; in RC2_encrypt()
163 x3=(t<<5)|(t>>11); in RC2_encrypt()
170 x0+=p1[x3&0x3f]; in RC2_encrypt()
173 x3+=p1[x2&0x3f]; in RC2_encrypt()
178 d[1]=(unsigned long)(x2&0xffff)|((unsigned long)(x3&0xffff)<<16L); in RC2_encrypt()
[all …]
Drc2_locl.h148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
155 x3=(t<<5)|(t>>11);
/external/libnfc-nci/src/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s9 add x2, x3, x5, sxtb
24 add x3, x5, w7, uxtb #5
37 add xzr, x3, x5, uxtx
38 sub x3, xzr, w9, sxth #1
51 adds sp, x3, w2, uxtb
52 adds x3, xzr, x9, uxtx
174 add x3, x9, #variable
203 add x1, x2, x3, lsl #-1
204 add x1, x2, x3, lsl #64
205 add x1, x2, x3, lsr #-1
[all …]
Dbasic-a64-instructions.s21 add x20, x3, x13, uxtx
25 add x3, x5, x9, sxtx
54 add x2, x3, w5, sxtb #0
67 sub x20, x3, x13, uxtx #0
71 sub x3, x5, x9, sxtx
102 adds x20, x3, x13, uxtx #0
106 adds x3, x5, x9, sxtx #2
137 subs x20, x3, x13, uxtx #0
141 subs x3, x5, x9, sxtx #2
172 cmp x3, x13, uxtx #0
[all …]
/external/bluetooth/bluedroid/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
/external/ceres-solver/internal/ceres/
Dproblem.cc85 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() argument
88 x0, x1, x2, x3); in AddResidualBlock()
94 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() argument
97 x0, x1, x2, x3, x4); in AddResidualBlock()
103 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() argument
106 x0, x1, x2, x3, x4, x5); in AddResidualBlock()
112 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() argument
116 x0, x1, x2, x3, x4, x5, x6); in AddResidualBlock()
122 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() argument
126 x0, x1, x2, x3, x4, x5, x6, x7); in AddResidualBlock()
[all …]
Dproblem_impl.h87 double* x3);
91 double* x3, double* x4);
95 double* x3, double* x4, double* x5);
99 double* x3, double* x4, double* x5,
104 double* x3, double* x4, double* x5,
109 double* x3, double* x4, double* x5,
114 double* x3, double* x4, double* x5,
Dproblem_impl.cc268 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() argument
273 residual_parameters.push_back(x3); in AddResidualBlock()
280 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() argument
285 residual_parameters.push_back(x3); in AddResidualBlock()
293 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() argument
298 residual_parameters.push_back(x3); in AddResidualBlock()
307 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() argument
313 residual_parameters.push_back(x3); in AddResidualBlock()
323 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() argument
329 residual_parameters.push_back(x3); in AddResidualBlock()
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp666 int x2 = src[1], x3 = src[7]; in aan_idct8x8() local
670 x1 = x2 + x3; x2 -= x3; in aan_idct8x8()
671 x3 = x1 + x4; x1 -= x4; in aan_idct8x8()
678 x0 -= x3; in aan_idct8x8()
682 work[7] = x3; work[6] = x0; in aan_idct8x8()
686 x2 = src[2]; x3 = src[6]; in aan_idct8x8()
689 x4 = x2 + x3; in aan_idct8x8()
690 x2 = descale((x2-x3)*C1_414, fixb) - x4; in aan_idct8x8()
692 x3 = x0 + x1; x0 -= x1; in aan_idct8x8()
693 x1 = x3 + x4; x3 -= x4; in aan_idct8x8()
[all …]
/external/llvm/test/CodeGen/X86/
D2009-06-05-VZextByteShort.ll8 %x3 = lshr i32 %x2, 1
9 %x = trunc i32 %x3 to i16
16 %x3 = lshr i32 %x2, 1
17 %x = trunc i32 %x3 to i16
24 %x3 = lshr i32 %x2, 1
25 %x = trunc i32 %x3 to i8
32 %x3 = lshr i32 %x2, 1
33 %x = trunc i32 %x3 to i8
/external/oprofile/events/ia64/itanium2/
Dunit_masks15 0x3 ALL
28 0x3 PFS
35 0x3 PR
53 0x3 L1D_FULLSTBUF
87 0x3 OVERFLOW
96 0x3 ALL.WRONG_TARGET
130 0x3 ALL.OKPRED_TAKEN
159 0x3 ANY
168 0x3 ANY
186 0x3 BIL ANY
[all …]
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; in SBC_FastIDCT8() local
95 x3 = (pInVect[1] + pInVect[7]) >>1; in SBC_FastIDCT8()
126 x3 = ( x3 <<1 ) - x5 ; in SBC_FastIDCT8()
127 x1 -= x3 >>1 ; in SBC_FastIDCT8()
136 x3 -= x7; in SBC_FastIDCT8()
141 temp = x3 ; in SBC_FastIDCT8()
142 … SBC_IDCT_MULT( SBC_COS_PI_SUR_8,( x3 + x7 ), x3); /*x3 = ( x3 + x7 ) * cos(1*pi/8) ; */ in SBC_FastIDCT8()
146 …SBC_IDCT_MULT((SBC_COS_PI_SUR_16), ( x1 + x3 ) , res_odd[0]); /*res_odd[ 0 ] = ( x1 + x3 ) * c… in SBC_FastIDCT8()
149 …SBC_IDCT_MULT((SBC_COS_7PI_SUR_16), ( x1 - x3 ) , res_odd[3]); /*res_odd[ 3 ] = ( x1 - x3 ) * co… in SBC_FastIDCT8()
/external/ceres-solver/examples/
Dpowell.cc71 template <typename T> bool operator()(const T* const x3, in operator ()() argument
75 residual[0] = T(sqrt(5.0)) * (x3[0] - x4[0]); in operator ()()
108 double x3 = 0.0; in main() local
120 &x3, &x4); in main()
123 &x2, &x3); in main()
138 << ", x3 = " << x3 in main()
147 << ", x3 = " << x3 in main()
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt25 # CHECK: add x3, x24, #4095, lsl #12
29 0x3 0xff 0x7f 0x91
46 # CHECK: cmn x3, #1, lsl #12
49 0xf4 0x3 0x0 0x31
71 0xdf 0x3 0x0 0x91
73 0xeb 0x3 0x0 0x91
74 0xf8 0x3 0x0 0x11
95 0xf4 0x3 0x4 0xb
107 # CHECK: add x3, x5, x7
108 # CHECK: add xzr, x3, x5
[all …]
/external/ceres-solver/include/ceres/
Dproblem.h202 double* x3);
206 double* x3, double* x4);
210 double* x3, double* x4, double* x5);
214 double* x3, double* x4, double* x5,
219 double* x3, double* x4, double* x5,
224 double* x3, double* x4, double* x5,
229 double* x3, double* x4, double* x5,
/external/eigen/test/eigen2/
Deigen2_smallvectors.cpp19 x3 = ei_random<Scalar>(), in smallVectors()
22 V3 v3(x1, x2, x3); in smallVectors()
23 V4 v4(x1, x2, x3, x4); in smallVectors()
30 VERIFY_IS_APPROX(x3, v3.z()); in smallVectors()
31 VERIFY_IS_APPROX(x3, v4.z()); in smallVectors()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java268 ECFieldElement x3 = gamma.square().subtract(this.x).subtract(b.x); in add() local
269 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); in add()
271 return new ECPoint.Fp(curve, x3, y3); in add()
294 ECFieldElement x3 = gamma.square().subtract(this.x.multiply(TWO)); in twice() local
295 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); in twice()
297 return new ECPoint.Fp(curve, x3, y3, this.withCompression); in twice()
494 ECFieldElement.F2m x3 in addSimple() local
498 = (ECFieldElement.F2m)lambda.multiply(this.x.add(x3)).add(x3).add(this.y); in addSimple()
500 return new ECPoint.F2m(curve, x3, y3, withCompression); in addSimple()
553 ECFieldElement.F2m x3 in twice() local
[all …]
/external/v8/test/mjsunit/compiler/
Dregress-gap.js75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
85 x2 = x3;
86 x3 = x4;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
104 x2 = x3;
105 x3 = x4;
/external/eigen/test/
Dsmallvectors.cpp21 x3 = internal::random<Scalar>(), in smallVectors()
24 V3 v3(x1, x2, x3); in smallVectors()
25 V4 v4(x1, x2, x3, x4); in smallVectors()
32 VERIFY_IS_APPROX(x3, v3.z()); in smallVectors()
33 VERIFY_IS_APPROX(x3, v4.z()); in smallVectors()
/external/qemu/android/skin/
Dargb.h86 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3) argument
94 #define ARGB_INTERP255(x1,x2,x3,alpha) \ argument
95 x1 = mmx_interp255( x2, x3, _zero, (alpha))
97 #define ARGB_ADDW_11(x1,x2,x3) \ argument
98 ARGB_SUM(x1,x2,x3)
100 #define ARGB_ADDW_31(x1,x2,x3) \ argument
102 mmx_t _t1 = _mm_add_pi16(x2, x3); \
107 #define ARGB_ADDW_13(x1,x2,x3) \ argument
109 mmx_t _t1 = _mm_add_pi16(x2, x3); \
110 mmx_t _t2 = _mm_slli_pi16(x3, 1); \
[all …]
/external/valgrind/main/massif/tests/
Dlong-time.c10 int i, *x1, *x2, *x3, *x4; in main() local
15 x3 = malloc(1200 * 1000); in main()
17 free(x3); in main()

1234567891011