Searched refs:check_x86asm (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 1145 check_x86asm(){ function 1146 log check_x86asm "$@" 6011 check_x86asm x86asm "movbe ecx, [5]" 6027 enabled avx512 && check_x86asm avx512_external "vmovdqa32 [eax]{k1}{z}, zmm0" 6028 enabled avx2 && check_x86asm avx2_external "vextracti128 xmm0, ymm0, 0" 6029 enabled xop && check_x86asm xop_external "vpmacsdd xmm0, xmm1, xmm2, xmm3" 6030 enabled fma4 && check_x86asm fma4_external "vfmaddps ymm0, ymm1, ymm2, ymm3" 6031 check_x86asm cpunop "CPU amdnop"
|
Completed in 7 milliseconds