Home
last modified time | relevance | path

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

/external/valgrind/none/tests/x86-linux/
Dseg_override.c34 } HighWord; member
40 (unsigned long)ent->HighWord.Bits.BaseMid << 16 | in wine_ldt_get_base()
41 (unsigned long)ent->HighWord.Bits.BaseHi << 24); in wine_ldt_get_base()
45 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16); in wine_ldt_get_limit()
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff; in wine_ldt_get_limit()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp149 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local
154 TII->get(Hexagon::A2_tfrsi), DestHi).addImm(HighWord); in runOnMachineFunction()
/external/llvm/lib/Target/SystemZ/
DSystemZProcessors.td33 "high-word", "HighWord",
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8072 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputVectorShuffle() local
8074 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputVectorShuffle()