Searched refs:three_d_now_plus (Results 1 – 8 of 8) sorted by relevance
221 isa.three_d_now_plus = !!(extended_info.edx & UINT32_C(0x40000000)); in cpuinfo_x86_detect_isa()228 isa.three_d_now_geode = isa.three_d_now_plus && (uarch == cpuinfo_uarch_geode); in cpuinfo_x86_detect_isa()
690 bool three_d_now_plus; member893 return cpuinfo_isa.three_d_now_plus; in cpuinfo_has_x86_3dnow_plus()
305 TEST(ISA, three_d_now_plus) { in TEST() argument