Home
last modified time | relevance | path

Searched refs:TEMP2 (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/asm/
Drsaz-avx2.pl257 $TEMP2=$Y2;
289 vpmuludq 32*2-128($aap), $B2, $TEMP2
290 vpaddq $TEMP2, $ACC4, $ACC4
295 vpmuludq 32*5-128($aap), $B2, $TEMP2
296 vpaddq $TEMP2, $ACC7, $ACC7
306 vpmuludq 32*2-128($ap), $B1, $TEMP2
307 vpaddq $TEMP2, $ACC4, $ACC4
312 vpmuludq 32*4-128($aap), $B1, $TEMP2
313 vpaddq $TEMP2, $ACC7, $ACC7
329 vpmuludq 32*4-128($aap), $B2, $TEMP2
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DDESedeWrapEngine.java182 byte[] TEMP2 = new byte[this.iv.length + TEMP1.length]; in wrap()
184 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length); in wrap()
185 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length); in wrap()
188 byte[] TEMP3 = reverse(TEMP2); in wrap()
263 byte[] TEMP2 = reverse(TEMP3); in unwrap()
268 byte[] TEMP1 = new byte[TEMP2.length - 8]; in unwrap()
270 System.arraycopy(TEMP2, 0, this.iv, 0, 8); in unwrap()
271 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8); in unwrap()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESedeWrapEngine.java180 byte[] TEMP2 = new byte[this.iv.length + TEMP1.length]; in wrap()
182 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length); in wrap()
183 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length); in wrap()
186 byte[] TEMP3 = reverse(TEMP2); in wrap()
261 byte[] TEMP2 = reverse(TEMP3); in unwrap()
266 byte[] TEMP1 = new byte[TEMP2.length - 8]; in unwrap()
268 System.arraycopy(TEMP2, 0, this.iv, 0, 8); in unwrap()
269 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8); in unwrap()
/external/webp/src/dsp/
Denc_mips32.c33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ argument
48 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp18] \n\t" \
51 "addu %[" #TEMP1 "], %[temp16], %[" #TEMP2 "] \n\t" \
52 "subu %[" #TEMP2 "], %[temp16], %[" #TEMP2 "] \n\t" \
416 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument
418 "lw %[" #TEMP2 "], 4(%[args]) \n\t" \
420 "lbu %[temp17], 0+" XSTR(BPS) "*" #A "(%[" #TEMP2 "]) \n\t" \
422 "lbu %[temp19], 1+" XSTR(BPS) "*" #A "(%[" #TEMP2 "]) \n\t" \
425 "lbu %[temp17], 2+" XSTR(BPS) "*" #A "(%[" #TEMP2 "]) \n\t" \
428 "lbu %[temp19], 3+" XSTR(BPS) "*" #A "(%[" #TEMP2 "]) \n\t" \
[all …]
Denc_mips_dsp_r2.c79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument
82 "lw %[" #TEMP2 "], " XSTR(BPS) "*" #A "(%[" #TEMP0 "]) \n\t" \
84 "preceu.ph.qbl %[" #TEMP0 "], %[" #TEMP2 "] \n\t" \
86 "preceu.ph.qbr %[" #TEMP2 "], %[" #TEMP2 "] \n\t" \
89 "subq.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP3 "] \n\t" \
91 "addq.ph %[" #TEMP1 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \
92 "subq.ph %[" #TEMP3 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \
97 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp16] \n\t" \
103 "sll %[" #TEMP2 "], %[" #TEMP2 "], 3 \n\t" \
1349 #define VERTICAL_PASS_WHT(A, B, C, D, TEMP0, TEMP2, TEMP4, TEMP6) \ argument
[all …]
Ddec_mips_dsp_r2.c549 #define LOAD_4_BYTES(TEMP0, TEMP1, TEMP2, TEMP3, \ argument
553 "lbu %[" #TEMP2 "], " #C "+" #C1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
/external/llvm/test/CodeGen/AArch64/
Darm64-vector-insertion.ll29 ; CHECK: dup.4s v[[TEMP2:[0-9]+]], v[[TEMP]][0]
30 ; CHECK: ins.s v[[TEMP2]][0], v0[0]
31 ; CHECK: str q[[TEMP2]], [x0]
Darm64-narrow-ldst-merge.ll46 ; LE: udiv [[TEMP2:w[0-9]+]], [[TEMP1]], [[WORD2LO]]
47 ; BE: udiv [[TEMP2:w[0-9]+]], [[TEMP1]], [[WORD2HI]]
48 ; LE: sub w0, [[TEMP2]], [[WORD2HI]]
49 ; BE: sub w0, [[TEMP2]], [[WORD2LO]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dlarge-stack.ll72 ; CHECK: ldr [[TEMP2:r[0-7]]],
73 ; CHECK: add [[TEMP2]], sp
88 ; CHECK: ldr [[TEMP2:r[0-7]]],
89 ; CHECK: add [[TEMP2]], sp
/external/clang/test/CodeGenObjC/
Darc-ternary-op.m52 // CHECK-NEXT: [[TEMP2:%.*]] = alloca i8*
88 // CHECK-NEXT: [[T1:%.*]] = select i1 [[T0]], i8** null, i8** [[TEMP2]]
94 // CHECK-NEXT: store i8* [[T0]], i8** [[TEMP2]]
99 // CHECK: [[T0:%.*]] = load i8*, i8** [[TEMP2]]
Darc.m898 // CHECK-NEXT: [[TEMP2:%.*]] = alloca [[A_T]]*
951 // CHECK-NEXT: store [[A_T]]* null, [[A_T]]** [[TEMP2]]
954 // CHECK-NEXT: objc_msgSend{{.*}}, [[A_T]]** [[TEMP2]])
955 // CHECK-NEXT: [[T0:%.*]] = load [[A_T]]*, [[A_T]]** [[TEMP2]]
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_vmsl_s390x.s137 #define SQUARE(r_0, r_1, r_2, r5_2, p0, p1, p2, TEMP0, TEMP1, TEMP2) \ argument
143 VMSLG r_0, r_2, V0, TEMP2 \
146 VAQ TEMP2, p2, p2 \
149 VAQ TEMP2, p2, p2 \
255 #define EXPACC(in1, in2, d0, d1, d2, d3, d4, d5, TEMP0, TEMP1, TEMP2, TEMP3) \ argument
258 VESLG $4, d1, TEMP2 \
265 VPERM in1, TEMP2, EX1, d1 \
281 #define EXPACC2(in, d0, d1, d2, TEMP0, TEMP1, TEMP2) \ argument
283 VESLG $4, d1, TEMP2 \
288 VPERM in, TEMP2, EX1, d1 \
/external/clang/test/CodeGenObjCXX/
Darc.mm63 // CHECK-NEXT: [[TEMP2:%.*]] = alloca i8*
99 // CHECK-NEXT: [[T1:%.*]] = select i1 [[T0]], i8** null, i8** [[TEMP2]]
105 // CHECK-NEXT: store i8* [[T0]], i8** [[TEMP2]]
110 // CHECK: [[T0:%.*]] = load i8*, i8** [[TEMP2]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/
Dmatmul.ll17 ; CHECK-NEXT: [[TEMP2:%.*]] = load double, double* [[ARRAYIDX5_I]], align 8
28 ; CHECK-NEXT: [[TMP8:%.*]] = insertelement <2 x double> undef, double [[TEMP2]], i32 0
29 ; CHECK-NEXT: [[TMP9:%.*]] = insertelement <2 x double> [[TMP8]], double [[TEMP2]], i32 1