Home
last modified time | relevance | path

Searched defs:hle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c1155 const char *hle = has_hle ? " -mhle" : " -mno-hle"; in host_detect_local_cpu() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d170 bool hle() {return _hle;} in hle() function