Searched refs:TMP3 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | startcode_armv6.S | 36 TMP3 .req lr label 61 sub TMP3, DAT3, PATTERN, lsr #14 66 bic TMP3, TMP3, DAT3 69 andseq TMP3, TMP3, PATTERN 227 sub TMP3, DAT3, #0x20000 228 bics TMP3, TMP3, DAT3 253 .unreq TMP3 [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_simd_inc.h | 400 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); 493 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); 537 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); 760 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); 871 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), LOCALS1, TMP3, 0); 938 OP1(SLJIT_MOV, TMP3, 0, SLJIT_MEM1(SLJIT_SP), LOCALS1); 1458 sljit_s32 tmp3_reg_ind = sljit_get_register_index(TMP3); 1506 replicate_imm_vector(compiler, i, cmp1_ind, char1 | bit, TMP3); 1509 replicate_imm_vector(compiler, i, cmp2_ind, bit != 0 ? bit : char2, TMP3); 1555 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, [all...] |
H A D | pcre2_jit_compile.c | 560 #define TMP3 SLJIT_R2 macro 563 #define TMP3 SLJIT_R3 macro 2663 status.saved_tmp_regs[2] = TMP3; in copy_recurse_data() 2667 status.tmp_regs[2] = TMP3; in copy_recurse_data() 3150 OP1(SLJIT_MOV, TMP3, 0, TMP1, 0); in allocate_stack() 3242 if (sljit_get_register_index(TMP3) >= 0 && !sljit_has_cpu_feature(SLJIT_HAS_ZERO_REGISTER)) in reset_early_fail() 3244 OP1(SLJIT_MOV, TMP3, 0, SLJIT_IMM, 0); in reset_early_fail() 3245 src = TMP3; in reset_early_fail() 5242 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in mainloop_entry() 5270 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, in mainloop_entry() [all...] |
/third_party/lame/Dll/ |
H A D | MP3export.pas | 49 TMP3 = packed record 98 1 : (mp3 : TMP3);
|
Completed in 11 milliseconds