Lines Matching defs:HasLeaf7Subleaf1
1372 bool HasLeaf7Subleaf1 =
1375 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save)
1955 bool HasLeaf7Subleaf1 =
1958 Features["sha512"] = HasLeaf7Subleaf1 && ((EAX >> 0) & 1);
1959 Features["sm3"] = HasLeaf7Subleaf1 && ((EAX >> 1) & 1);
1960 Features["sm4"] = HasLeaf7Subleaf1 && ((EAX >> 2) & 1);
1961 Features["raoint"] = HasLeaf7Subleaf1 && ((EAX >> 3) & 1);
1962 Features["avxvnni"] = HasLeaf7Subleaf1 && ((EAX >> 4) & 1) && HasAVXSave;
1963 Features["avx512bf16"] = HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save;
1964 Features["amx-fp16"] = HasLeaf7Subleaf1 && ((EAX >> 21) & 1) && HasAMXSave;
1965 Features["cmpccxadd"] = HasLeaf7Subleaf1 && ((EAX >> 7) & 1);
1966 Features["hreset"] = HasLeaf7Subleaf1 && ((EAX >> 22) & 1);
1967 Features["avxifma"] = HasLeaf7Subleaf1 && ((EAX >> 23) & 1) && HasAVXSave;
1968 Features["movrs"] = HasLeaf7Subleaf1 && ((EAX >> 31) & 1);
1969 Features["avxvnniint8"] = HasLeaf7Subleaf1 && ((EDX >> 4) & 1) && HasAVXSave;
1970 Features["avxneconvert"] = HasLeaf7Subleaf1 && ((EDX >> 5) & 1) && HasAVXSave;
1971 Features["amx-complex"] = HasLeaf7Subleaf1 && ((EDX >> 8) & 1) && HasAMXSave;
1972 Features["avxvnniint16"] = HasLeaf7Subleaf1 && ((EDX >> 10) & 1) && HasAVXSave;
1973 Features["prefetchi"] = HasLeaf7Subleaf1 && ((EDX >> 14) & 1);
1974 Features["usermsr"] = HasLeaf7Subleaf1 && ((EDX >> 15) & 1);
1975 bool HasAVX10 = HasLeaf7Subleaf1 && ((EDX >> 19) & 1);
1976 bool HasAPXF = HasLeaf7Subleaf1 && ((EDX >> 21) & 1);