/third_party/ffmpeg/libavcodec/arm/ |
H A D | rv40dsp_neon.S | 229 vpush {d8-d15} 240 vpush {d8-d15} 260 vpush {d8-d15} 281 vpush {d8-d15} 302 vpush {d8-d15} 323 vpush {d8-d15} 343 vpush {d8-d15} 364 vpush {d8-d15} 380 vpush {d8-d15} 401 vpush {d [all...] |
H A D | h264qpel_neon.S | 609 vpush {d8-d15} 628 vpush {d8-d15} 654 vpush {d8-d15} 680 vpush {d8-d15} 699 vpush {d8-d15} 723 vpush {d8-d15} 795 vpush {d8-d15} 813 vpush {d8-d15} 837 vpush {d8-d15} 862 vpush {d [all...] |
H A D | hevcdsp_qpel_neon.S | 223 vpush {d8-d15} 264 vpush {d8-d15} 366 vpush {d8-d15} 404 vpush {d8-d15} 502 vpush {d8-d15} 561 vpush {d8-d15} 925 vpush {d8-d15}
|
H A D | hevcdsp_sao_neon.S | 30 vpush {d8-d15} 99 vpush {d8-d15}
|
H A D | synth_filter_neon.S | 36 VFP vpush {d0}
|
H A D | mdct_vfp.S | 246 vpush {s16-s27} 279 vpush {s16-s27}
|
H A D | vp9lpf_neon.S | 562 vpush {q4-q7} 587 vpush {q4-q7} 806 vpush {q4-q7} 818 vpush {q4-q7} 937 vpush {q4-q7} 949 vpush {q4-q7}
|
H A D | hevcdsp_deblock_neon.S | 292 vpush {d8-d15} 322 vpush {d8-d15}
|
H A D | synth_filter_vfp.S | 125 vpush {s16-s31}
|
H A D | fft_vfp.S | 171 vpush {s16-s31} 328 vpush {s16-s31} 508 vpush {s16-s31}
|
H A D | h264dsp_neon.S | 121 vpush {d8-d15} 158 vpush {d8-d15}
|
H A D | vp9itxfm_16bpp_neon.S | 373 vpush {q4-q7} 692 vpush {q4-q7} 694 vpush {q4-q5} 1159 vpush {q4-q7} 1161 vpush {q4-q5} 1803 vpush {q4-q7}
|
H A D | vp8dsp_neon.S | 448 vpush {q4-q7} 497 vpush {q4-q7} 556 vpush {q4-q7} 622 vpush {q4-q7} 841 vpush {d8-d15} 895 vpush {d8-d15}
|
H A D | vp9itxfm_neon.S | 414 vpush {q4-q5} 418 vpush {q4-q7} 891 vpush {q4-q7} 1577 vpush {q4-q6}
|
H A D | fmtconvert_vfp.S | 41 vpush {s16-s31}
|
H A D | vp9mc_neon.S | 410 vpush {q4-q6} 689 vpush {q4-q7}
|
H A D | simple_idct_neon.S | 254 vpush {d8-d15}
|
/third_party/ffmpeg/libswscale/arm/ |
H A D | yuv2rgb_neon.S | 100 vpush {q4-q7} 125 vpush {q4-q7} 145 vpush {q4-q7}
|
H A D | output.S | 26 vpush {q4-q7}
|
H A D | hscale.S | 26 vpush {q4-q7}
|
H A D | rgb2yuv_neon_common.S | 53 vpush {q4-q7}
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | float_dsp_vfp.S | 29 vpush {d8-d15} 88 vpush {s16-s31} 281 vpush {d8-d15} 354 vpush {s16-s31}
|
/third_party/ffmpeg/tests/checkasm/arm/ |
H A D | checkasm.S | 66 vpush {d8-d15}
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 1016 void vpush(QwNeonRegister src, Condition cond = al) { in vpush() function in v8::internal::Assembler 1020 void vpush(DwVfpRegister src, Condition cond = al) { in vpush() function in v8::internal::Assembler 1024 void vpush(SwVfpRegister src, Condition cond = al) { in vpush() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 5214 void vpush(Condition cond, DataType dt, DRegisterList dreglist); 5215 void vpush(DataType dt, DRegisterList dreglist) { vpush(al, dt, dreglist); } in vpush() function in vixl::aarch32::Assembler 5216 void vpush(DRegisterList dreglist) { in vpush() function in vixl::aarch32::Assembler 5217 vpush(al, kDataTypeValueNone, dreglist); in vpush() 5219 void vpush(Condition cond, DRegisterList dreglist) { in vpush() function in vixl::aarch32::Assembler 5220 vpush(cond, kDataTypeValueNone, dreglist); in vpush() 5223 void vpush(Condition cond, DataType dt, SRegisterList sreglist); 5224 void vpush(DataType dt, SRegisterList sreglist) { vpush(a function in vixl::aarch32::Assembler 5225 void vpush(SRegisterList sreglist) { vpush() function in vixl::aarch32::Assembler 5228 void vpush(Condition cond, SRegisterList sreglist) { vpush() function in vixl::aarch32::Assembler [all...] |