Searched refs:FF_REG_b (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale_template.c | 819 "mov %%"FF_REG_b", "ESP_OFFSET"(%5) \n\t" in yuv2rgb32_2() 820 "mov %4, %%"FF_REG_b" \n\t" in yuv2rgb32_2() 835 "mov "ESP_OFFSET"(%5), %%"FF_REG_b" \n\t" in yuv2rgb32_2() 842 "mov %%"FF_REG_b", "ESP_OFFSET"(%5) \n\t" in yuv2rgb32_2() 843 "mov %4, %%"FF_REG_b" \n\t" in yuv2rgb32_2() 849 "mov "ESP_OFFSET"(%5), %%"FF_REG_b" \n\t" in yuv2rgb32_2() 865 "mov %%"FF_REG_b", "ESP_OFFSET"(%5) \n\t" in yuv2bgr24_2() 866 "mov %4, %%"FF_REG_b" \n\t" in yuv2bgr24_2() 872 "mov "ESP_OFFSET"(%5), %%"FF_REG_b" \n\t" in yuv2bgr24_2() 888 "mov %%"FF_REG_b", "ESP_OFFSE in yuv2rgb555_2() [all...] |
H A D | hscale_fast_bilinear_simd.c | 70 "movl 8(%%"FF_REG_b", %%"FF_REG_a"), %%esi \n\t" in ff_init_hscaler_mmxext() 107 "movl 8(%%"FF_REG_b", %%"FF_REG_a"), %%esi \n\t" in ff_init_hscaler_mmxext() 215 "mov %%"FF_REG_b", %5 \n\t" // ebxsave in ff_hyscale_fast_mmxext() 222 "mov %3, %%"FF_REG_b" \n\t" in ff_hyscale_fast_mmxext() 230 "movl (%%"FF_REG_b"), %%esi \n\t"\ in ff_hyscale_fast_mmxext() 232 "movl (%%"FF_REG_b", %%"FF_REG_a"), %%esi \n\t"\ in ff_hyscale_fast_mmxext() 239 "movl (%%"FF_REG_b"), %%esi \n\t"\ in ff_hyscale_fast_mmxext() 241 "addl (%%"FF_REG_b", %%"FF_REG_a"), %%"FF_REG_c" \n\t"\ in ff_hyscale_fast_mmxext() 261 "mov %5, %%"FF_REG_b" \n\t" in ff_hyscale_fast_mmxext() 275 ,"%"FF_REG_b in ff_hyscale_fast_mmxext() [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | asm.h | 33 # define FF_REG_b "rbx" macro 55 # define FF_REG_b "ebx" 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 4 milliseconds