/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | rsaz-avx2.pl | 402 $TEMP3 = $Y1; 665 vpsrlq \$29, $ACC2, $TEMP3 671 vpermq \$0x93, $TEMP3, $TEMP3 677 vpblendd \$3, $TEMP2, $TEMP3, $TEMP2 679 vpblendd \$3, $TEMP3, $TEMP4, $TEMP3 682 vpaddq $TEMP3, $ACC3, $ACC3 689 vpsrlq \$29, $ACC2, $TEMP3 695 vpermq \$0x93, $TEMP3, $TEMP3 701 vpblendd \$3, $TEMP2, $TEMP3, $TEMP2 704 vpblendd \$3, $TEMP3, $TEMP4, $TEMP3 [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
D | DESedeWrapEngine.java | 188 byte[] TEMP3 = reverse(TEMP2); in wrap() 197 for (int currentBytePos = 0; currentBytePos != TEMP3.length; currentBytePos += blockSize) in wrap() 199 engine.processBlock(TEMP3, currentBytePos, TEMP3, currentBytePos); in wrap() 202 return TEMP3; in wrap() 255 byte TEMP3[] = new byte[inLen]; in unwrap() 259 engine.processBlock(in, inOff + currentBytePos, TEMP3, currentBytePos); in unwrap() 263 byte[] TEMP2 = reverse(TEMP3); in unwrap()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESedeWrapEngine.java | 186 byte[] TEMP3 = reverse(TEMP2); in wrap() 195 for (int currentBytePos = 0; currentBytePos != TEMP3.length; currentBytePos += blockSize) in wrap() 197 engine.processBlock(TEMP3, currentBytePos, TEMP3, currentBytePos); in wrap() 200 return TEMP3; in wrap() 253 byte TEMP3[] = new byte[inLen]; in unwrap() 257 engine.processBlock(in, inOff + currentBytePos, TEMP3, currentBytePos); in unwrap() 261 byte[] TEMP2 = reverse(TEMP3); in unwrap()
|
/external/webp/src/dsp/ |
D | enc_mips32.c | 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 49 "addu %[" #TEMP3 "], %[temp17], %[temp19] \n\t" \ 50 "addu %[" #TEMP0 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" \ 53 "subu %[" #TEMP3 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" 416 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 431 "addu %[" #TEMP3 "], %[temp20], %[" #TEMP2 "] \n\t" \ 439 "addu %[" #TEMP1 "], %[" #TEMP3 "], %[temp20] \n\t" \ 440 "subu %[temp20], %[" #TEMP3 "], %[temp20] \n\t" \ 448 "sra %[" #TEMP3 "], %[temp17], 9 \n\t"
|
D | enc_mips_dsp_r2.c | 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 83 "lw %[" #TEMP3 "], " XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \ 85 "preceu.ph.qbl %[" #TEMP1 "], %[" #TEMP3 "] \n\t" \ 87 "preceu.ph.qbr %[" #TEMP3 "], %[" #TEMP3 "] \n\t" \ 89 "subq.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP3 "] \n\t" \ 92 "subq.ph %[" #TEMP3 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \ 95 "seh %[temp19], %[" #TEMP3 "] \n\t" \ 96 "sra %[" #TEMP3 "], %[" #TEMP3 "], 16 \n\t" \ 100 "mul %[temp18], %[" #TEMP3 "], %[c5352] \n\t" \ 102 "mul %[temp16], %[" #TEMP3 "], %[c2217] \n\t" \ [all …]
|
D | dec_mips_dsp_r2.c | 549 #define LOAD_4_BYTES(TEMP0, TEMP1, TEMP2, TEMP3, \ argument 554 "lbu %[" #TEMP3 "], " #D "+" #D1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | large-stack.ll | 74 ; CHECK: ldr [[TEMP3:r[0-7]]], 75 ; CHECK: add sp, [[TEMP3]]
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_vmsl_s390x.s | 255 #define EXPACC(in1, in2, d0, d1, d2, d3, d4, d5, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 259 VESLG $4, d4, TEMP3 \ 266 VPERM in2, TEMP3, EX1, d4 \
|