Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/asm/
Drsaz-avx2.pl278 $TEMP2=$Y2;
310 vpmuludq 32*2-128($aap), $B2, $TEMP2
311 vpaddq $TEMP2, $ACC4, $ACC4
316 vpmuludq 32*5-128($aap), $B2, $TEMP2
317 vpaddq $TEMP2, $ACC7, $ACC7
327 vpmuludq 32*2-128($ap), $B1, $TEMP2
328 vpaddq $TEMP2, $ACC4, $ACC4
333 vpmuludq 32*4-128($aap), $B1, $TEMP2
334 vpaddq $TEMP2, $ACC7, $ACC7
350 vpmuludq 32*4-128($aap), $B2, $TEMP2
[all …]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
Drsaz-avx2.pl278 $TEMP2=$Y2;
310 vpmuludq 32*2-128($aap), $B2, $TEMP2
311 vpaddq $TEMP2, $ACC4, $ACC4
316 vpmuludq 32*5-128($aap), $B2, $TEMP2
317 vpaddq $TEMP2, $ACC7, $ACC7
327 vpmuludq 32*2-128($ap), $B1, $TEMP2
328 vpaddq $TEMP2, $ACC4, $ACC4
333 vpmuludq 32*4-128($aap), $B1, $TEMP2
334 vpaddq $TEMP2, $ACC7, $ACC7
350 vpmuludq 32*4-128($aap), $B2, $TEMP2
[all …]
/third_party/mesa3d/src/gallium/tools/trace/
Dtracediff.sh148 TEMP2="${TEMPDIR}/2"
152 strip_dump "$INFILE2" "$TEMP2" "$@" || fatal "Could not dump '${INFILE2}."
153 meld "$TEMP1" "$TEMP2"
156 mkfifo "$TEMP2" || fatal "Could not create fifo 2"
159 strip_dump "$INFILE2" "$TEMP2" "$@" &
166 "$TEMP1" "$TEMP2" \
/third_party/skia/third_party/externals/libwebp/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" \