Searched refs:FF_REG_S (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale_template.c | 43 "mov (%%"FF_REG_d"), %%"FF_REG_S" \n\t"\ 49 "movq (%%"FF_REG_S", %%"FF_REG_a"), %%mm2 \n\t" /* UsrcData */\ 50 "add %6, %%"FF_REG_S" \n\t" \ 51 "movq (%%"FF_REG_S", %%"FF_REG_a"), %%mm5 \n\t" /* VsrcData */\ 53 "mov (%%"FF_REG_d"), %%"FF_REG_S" \n\t"\ 58 "test %%"FF_REG_S", %%"FF_REG_S" \n\t"\ 63 "mov (%%"FF_REG_d"), %%"FF_REG_S" \n\t"\ 69 "movq (%%"FF_REG_S", %%"FF_REG_a", 2), "#src1" \n\t" /* Y1srcData */\ 70 "movq 8(%%"FF_REG_S", [all...] |
H A D | hscale_fast_bilinear_simd.c | 61 "movd (%%"FF_REG_c", %%"FF_REG_S"), %%mm0 \n\t" in ff_init_hscaler_mmxext() 62 "movd 1(%%"FF_REG_c", %%"FF_REG_S"), %%mm1 \n\t" in ff_init_hscaler_mmxext() 100 "movd (%%"FF_REG_c", %%"FF_REG_S"), %%mm0 \n\t" in ff_init_hscaler_mmxext() 233 "add %%"FF_REG_S", %%"FF_REG_c" \n\t"\ in ff_hyscale_fast_mmxext() 273 : "%"FF_REG_a, "%"FF_REG_c, "%"FF_REG_d, "%"FF_REG_S, "%"FF_REG_D in ff_hyscale_fast_mmxext() 350 : "%"FF_REG_a, "%"FF_REG_c, "%"FF_REG_d, "%"FF_REG_S, "%"FF_REG_D in ff_hcscale_fast_mmxext()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | snowdsp.c | 617 "mov %4, %%"FF_REG_S" \n\t"\ 633 "movq "s_offset"(%%"FF_REG_S"), %%xmm0 \n\t"\ 634 "movq "s_offset"+16(%%"FF_REG_S"), %%xmm4 \n\t"\ 646 "movq "s_offset"(%%"FF_REG_S"), %%xmm0 \n\t"\ 647 "movq "s_offset"+8(%%"FF_REG_S"), %%xmm4 \n\t"\ 664 "add $32, %%"FF_REG_S" \n\t"\ 677 "%"FF_REG_c"","%"FF_REG_S"","%"FF_REG_D"","%"FF_REG_d""); 771 "mov %4, %%"FF_REG_S" \n\t"\ 787 "movd "s_offset"(%%"FF_REG_S"), %%mm0 \n\t"\ 788 "movd "s_offset"+4(%%"FF_REG_S"), [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | asm.h | 37 # define FF_REG_S "rsi" macro 59 # define FF_REG_S "esi" macro
|
H A D | cpu.c | 44 "mov %%"FF_REG_b", %%"FF_REG_S" \n\t" \ 46 "xchg %%"FF_REG_b", %%"FF_REG_S \
|
Completed in 5 milliseconds