Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h164 struct HalfWords { struct
165 constexpr HalfWords() : Hi(0), Lo(0) {} in HalfWords() argument
166 constexpr HalfWords(uint32_t Hi, uint32_t Lo) : Hi(Hi), Lo(Lo) { in HalfWords() argument
170 const uint16_t Hi; // First halfword
171 const uint16_t Lo; // Second halfword