Home
last modified time | relevance | path

Searched refs:HighWord (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp93 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local
98 .addImm(HighWord); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td57 "high-word", "HighWord", (all_of FeatureHighWord),
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d1448 union HighWord {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14858 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputShuffle() local
14860 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputShuffle()