Searched refs:maybe_cpu (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386.c | 1697 maybe_cpu (const insn_template *t, enum i386_cpu cpu) in maybe_cpu() function 3730 if ((maybe_cpu (t, CpuAVX) || maybe_cpu (t, CpuAVX2) in install_template() 3731 || maybe_cpu (t, CpuFMA)) in install_template() 3732 && (maybe_cpu (t, CpuAVX512F) || maybe_cpu (t, CpuAVX512VL))) in install_template() 3752 if ((maybe_cpu (t, CpuCMPCCXADD) || maybe_cpu (t, CpuAMX_TILE) in install_template() 3753 || maybe_cpu (t, CpuAVX512F) || maybe_cpu (t, CpuAVX512DQ) in install_template() 3754 || maybe_cpu (t, CpuAVX512BW) || maybe_cpu (t, CpuBMI) in install_template() 3755 || maybe_cpu (t, CpuBMI2) || maybe_cpu (t, CpuUSER_MSR)) in install_template() 3756 && maybe_cpu (t, CpuAPX_F)) in install_template() 7879 if (maybe_cpu (t, CpuAVX) && maybe_cpu (t, CpuAVX2) in check_VecOperands()
|