Home
last modified time | relevance | path

Searched defs:higher (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h271 inline static uint64_t higher(uint64_t x) { return (x >> 32) & 0xffff; } in higher() function
/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp424 static uint16_t higher(uint64_t v) { return v >> 32; } in higher() function
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1751 __kmp_hwloc_get_sub_id(hwloc_topology_t t,hwloc_obj_t higher,hwloc_obj_t lower) __kmp_hwloc_get_sub_id() argument