/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | rsaz-avx2.pl | 256 $TEMP0=$Y1; 285 vpmuludq 32*1-128($ap), $B2, $TEMP0 286 vpaddq $TEMP0, $ACC2, $ACC2 291 vpmuludq 32*3-128($aap), $B2, $TEMP0 292 vpaddq $TEMP0, $ACC5, $ACC5 297 vpmuludq 32*6-128($aap), $B2, $TEMP0 298 vpaddq $TEMP0, $ACC8, $ACC8 308 vpmuludq 32*2-128($aap), $B1, $TEMP0 309 vpaddq $TEMP0, $ACC5, $ACC5 314 vpmuludq 32*5-128($aap), $B1, $TEMP0 [all …]
|
/external/webp/src/dsp/ |
D | enc_mips32.c | 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 40 "mul %[" #TEMP0 "], %[temp17], %[kC2] \n\t" \ 44 "sra %[" #TEMP0 "], %[" #TEMP0 "], 16 \n\n" \ 48 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp18] \n\t" \ 50 "addu %[" #TEMP0 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" \ 61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \ argument 62 "addiu %[" #TEMP0 "], %[" #TEMP0 "], 4 \n\t" \ 63 "addu %[temp16], %[" #TEMP0 "], %[" #TEMP8 "] \n\t" \ 64 "subu %[temp17], %[" #TEMP0 "], %[" #TEMP8 "] \n\t" \ 65 "mul %[" #TEMP0 "], %[" #TEMP4 "], %[kC2] \n\t" \ [all …]
|
D | enc_mips_dsp_r2.c | 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 80 "lw %[" #TEMP0 "], 0(%[args]) \n\t" \ 82 "lw %[" #TEMP2 "], " XSTR(BPS) "*" #A "(%[" #TEMP0 "]) \n\t" \ 84 "preceu.ph.qbl %[" #TEMP0 "], %[" #TEMP2 "] \n\t" \ 88 "subq.ph %[" #TEMP0 "], %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ 90 "rotr %[" #TEMP0 "], %[" #TEMP0 "], 16 \n\t" \ 91 "addq.ph %[" #TEMP1 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \ 92 "subq.ph %[" #TEMP3 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \ 93 "seh %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ 97 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp16] \n\t" \ [all …]
|
D | dec_mips_dsp_r2.c | 549 #define LOAD_4_BYTES(TEMP0, TEMP1, TEMP2, TEMP3, \ argument 551 "lbu %[" #TEMP0 "], " #A "+" #A1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \ 625 #define STORE_8_BYTES(TEMP0, TEMP1, A, B, C, DST) \ argument 626 "usw %[" #TEMP0 "], " #A "*" XSTR(BPS) "(%[" #DST "]) \n\t" \ 727 #define LOAD_8_BYTES(TEMP0, TEMP1, A, B, C, SRC) \ argument 728 "ulw %[" #TEMP0 "], " #A "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_vmsl_s390x.s | 137 #define SQUARE(r_0, r_1, r_2, r5_2, p0, p1, p2, TEMP0, TEMP1, TEMP2) \ argument 139 VMSLG r_1, r5_2, V0, TEMP0 \ 144 VAQ TEMP0, p0, p0 \ 147 VAQ TEMP0, p0, p0 \ 255 #define EXPACC(in1, in2, d0, d1, d2, d3, d4, d5, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 256 VGBM $0xff3f, TEMP0 \ 260 VESRLG $4, TEMP0, TEMP0 \ 267 VN TEMP0, d0, d0 \ 268 VN TEMP0, d3, d3 \ 273 VN TEMP0, d1, d1 \ [all …]
|
/external/clang/test/CodeGenObjC/ |
D | arc.m | 896 // CHECK-NEXT: [[TEMP0:%.*]] = alloca [[A_T]]* 909 // CHECK-NEXT: store [[A_T]]* [[W0]], [[A_T]]** [[TEMP0]] 912 // CHECK-NEXT: objc_msgSend{{.*}}, [[A_T]]** [[TEMP0]]) 913 // CHECK-NEXT: [[T0:%.*]] = load [[A_T]]*, [[A_T]]** [[TEMP0]]
|