/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 557 #define TMP1 SLJIT_R0 macro 2152 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame() 2155 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2169 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame() 2172 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2182 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame() 2185 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2191 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame() 2194 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2200 OP1(SLJIT_MOV, TMP1, in init_frame() [all...] |
H A D | pcre2_jit_simd_inc.h | 216 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1); 245 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit)); 258 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2)); 300 OP2(SLJIT_LSHR, TMP1, 0, TMP1, 0, TMP2, 0); 302 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); 326 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); 336 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); 353 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offset)); 355 quit = jump_if_utf_char_start(compiler, TMP1); [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | startcode_armv6.S | 34 TMP1 .req v6 label 57 sub TMP1, DAT1, PATTERN, lsr #14 59 bic TMP1, TMP1, DAT1 65 andseq TMP1, TMP1, PATTERN 201 teq TMP1, #0 203 sub TMP1, DAT1, #0x20000 204 bics TMP1, TMP1, DAT [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 437 my ($Wi,$TMP0,$TMP1,$TMPx,$ABEF0,$CDGH0,$ABEF1,$CDGH1)=map("%xmm$_",(0..3,12..15)); 547 movdqa 0*16-0x80($Tbl),$TMP1 549 paddd @MSG1[0],$TMP1 553 movdqa $TMP1,$Wi 560 pshufd \$0x0e,$TMP1,$Wi 569 movdqa 1*16-0x80($Tbl),$TMP1 570 paddd @MSG1[1],$TMP1 572 movdqa $TMP1,$Wi 582 pshufd \$0x0e,$TMP1,$Wi 588 movdqa 2*16-0x80($Tbl),$TMP1 [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 437 my ($Wi,$TMP0,$TMP1,$TMPx,$ABEF0,$CDGH0,$ABEF1,$CDGH1)=map("%xmm$_",(0..3,12..15)); 547 movdqa 0*16-0x80($Tbl),$TMP1 549 paddd @MSG1[0],$TMP1 553 movdqa $TMP1,$Wi 560 pshufd \$0x0e,$TMP1,$Wi 569 movdqa 1*16-0x80($Tbl),$TMP1 570 paddd @MSG1[1],$TMP1 572 movdqa $TMP1,$Wi 582 pshufd \$0x0e,$TMP1,$Wi 588 movdqa 2*16-0x80($Tbl),$TMP1 [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 2802 my ($M1,$T1a,$T1b,$T1c,$TMP1)=map("%ymm$_",(10..14)); 2855 vpcmpeqd $INDEX, $M1, $TMP1 2864 vpand $TMP1, $T1a, $T1a 2865 vpand $TMP1, $T1b, $T1b 2866 vpand $TMP1, $T1c, $T1c 2907 my ($M1,$T1a,$T1b,$TMP1)=map("%ymm$_",(8..11)); 2965 vpcmpeqd $INDEX, $M1, $TMP1 2975 vpand $TMP1, $T1a, $T1a 2976 vpand $TMP1, $T1b, $T1b
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 2802 my ($M1,$T1a,$T1b,$T1c,$TMP1)=map("%ymm$_",(10..14)); 2855 vpcmpeqd $INDEX, $M1, $TMP1 2864 vpand $TMP1, $T1a, $T1a 2865 vpand $TMP1, $T1b, $T1b 2866 vpand $TMP1, $T1c, $T1c 2907 my ($M1,$T1a,$T1b,$TMP1)=map("%ymm$_",(8..11)); 2965 vpcmpeqd $INDEX, $M1, $TMP1 2975 vpand $TMP1, $T1a, $T1a 2976 vpand $TMP1, $T1b, $T1b
|