Home
last modified time | relevance | path

Searched refs:TMP2 (Results 1 - 7 of 7) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c559 #define TMP2 SLJIT_R3 macro
562 #define TMP2 SLJIT_R2 macro
2227 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1)); in init_frame()
2230 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP2, 0); in init_frame()
2639 base_reg = TMP2; in copy_recurse_data()
2649 if (base_reg != TMP2) in copy_recurse_data()
2651 status.tmp_regs[1] = TMP2; in copy_recurse_data()
2652 status.saved_tmp_regs[1] = TMP2; in copy_recurse_data()
3143 /* May destroy all locals and registers except TMP2. */ in allocate_stack()
3259 OP2(SLJIT_ADD, TMP2, in reset_early_fail()
[all...]
H A Dpcre2_jit_simd_inc.h265 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0);
286 OP2(SLJIT_AND, TMP2, 0, TMP2, 0, SLJIT_IMM, 0xf);
299 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0);
300 OP2(SLJIT_LSHR, TMP1, 0, TMP1, 0, TMP2, 0);
304 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0);
359 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0);
399 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0);
424 OP1(SLJIT_MOV, STR_PTR, 0, TMP2, 0);
442 OP2(SLJIT_AND, TMP2,
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S35 TMP2 .req ip label
60 sub TMP2, DAT2, PATTERN, lsr #14
63 bic TMP2, TMP2, DAT2
68 andseq TMP2, TMP2, PATTERN
214 teq TMP2, #0
216 sub TMP2, DAT2, #0x20000
217 bics TMP2, TMP2, DAT
[all...]
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c464 #define ARIA_DEC_DIFF_BYTE(X, Y, TMP, TMP2) \
467 (TMP2) = rotr32((TMP), 8); \
468 (Y) = (TMP2) ^ rotr32((TMP) ^ (TMP2), 16); \
/third_party/openssl/crypto/aria/
H A Daria.c464 #define ARIA_DEC_DIFF_BYTE(X, Y, TMP, TMP2) \
467 (TMP2) = rotr32((TMP), 8); \
468 (Y) = (TMP2) ^ rotr32((TMP) ^ (TMP2), 16); \
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2560 my ($M1,$T2a,$T2b,$TMP2,$M2,$T2a,$T2b,$TMP2)=map("%xmm$_",(8..15));
2908 my ($M2,$T2a,$T2b,$TMP2)=map("%ymm$_",(12..15));
2966 vpcmpeqd $INDEX, $M2, $TMP2
2977 vpand $TMP2, $T2a, $T2a
2978 vpand $TMP2, $T2b, $T2b
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2560 my ($M1,$T2a,$T2b,$TMP2,$M2,$T2a,$T2b,$TMP2)=map("%xmm$_",(8..15));
2908 my ($M2,$T2a,$T2b,$TMP2)=map("%ymm$_",(12..15));
2966 vpcmpeqd $INDEX, $M2, $TMP2
2977 vpand $TMP2, $T2a, $T2a
2978 vpand $TMP2, $T2b, $T2b

Completed in 17 milliseconds